PDA

View Full Version : "Text Control kernel DLL file could not be found" Error when deploying to server.


siveyjos
July 12, 2006, 07:38:14
I am in the process of migrating our existing ASP.NET application from one production server to another...

Whenever I access a webpage on the new server which contains a TextControl server control I get the following Exception message:

-------
The Text Control kernel DLL file could not be found.

Stack Trace:
[DllNotFoundException: The Text Control kernel DLL file could not be found.]
TXTextControl.TXLibraryHelper..ctor() +171
TXTextControl.ServerTextControl..ctor() +402
... my method
------

The exact same code works on the old server. What am I doing wrong?

The contents of the "bin" directory are as follows:


07/07/2006 11:44 PM <DIR> de
06/26/2006 02:12 PM 19,456 Interop.MSComDlg.dll
06/07/2006 10:43 AM 651,264 tx12.dll
06/07/2006 10:43 AM 49,152 tx12_bmp.flt
06/07/2006 10:43 AM 258,048 tx12_css.dll
06/07/2006 10:43 AM 475,136 tx12_doc.dll
06/07/2006 10:43 AM 49,152 tx12_gif.flt
06/07/2006 10:43 AM 225,280 tx12_htm.dll
06/07/2006 10:43 AM 102,400 tx12_ic.dll
06/07/2006 10:42 AM 530 tx12_ic.ini
06/07/2006 10:43 AM 172,032 tx12_jpg.flt
06/07/2006 10:43 AM 516,096 tx12_pdf.dll
06/07/2006 10:42 AM 217,088 tx12_png.flt
06/07/2006 10:42 AM 360,448 tx12_rtf.dll
06/07/2006 10:42 AM 61,440 tx12_tif.flt
06/07/2006 10:42 AM 126,976 tx12_tls.dll
06/07/2006 10:42 AM 33,280 tx12_wmf.flt
06/07/2006 10:42 AM 53,248 tx12_wnd.dll
06/07/2006 10:42 AM 303,104 tx12_xml.dll
06/07/2006 10:42 AM 274,432 TXTextControl.dll


Am I missing the "kernel dll"?

And like I mentioned, all of these files are also on the old server, which does work.

Any insight would be appreciated.
Josh

Björn Meyer
July 17, 2006, 10:17:16
Hello readers

Josh just contacted me directly and we are trying to figure out the problem. I will post all results into this thread.

Thanks.

alain
October 17, 2006, 10:35:35
Hello,

I've the same problem on a IIS Server which use Framework .NET 2.0

I've copied all the files located in the BIN directory to the BIN directory of my server and apparently, the program don't work properly.

Why ?

When I've activated the use of Framework .NET 2.0 with the PLESK INTERFACE of my server, I noted that a new account has been created... Perhaps I need to active ALL RIGHT to the been directory for this new ACCOUNT ?

But I'm not sure... What is the problem ?