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
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