March 13th, 2013 05:38 AM
Please help me to get solution to the error within ASP page. Error: Active Server Pages error 'ASP 0115'
Unexpected error
/xyz.asp
A trappable error (E06D7363) occurred in an external...
February 28th, 2013 09:34 AM
@Arjay The DLL is 32 bit and I need to register it on Windows 2008 - 64 bit system.
Do you have any idea, if it makes any difference and if yes then whats that exactlly .... Please help!
February 27th, 2013 04:01 AM
I have saved the DLL in C:\Windows\Syswow64 folder on Windows 2008 and then registered using regsvr32 command.
Yes, the DLL is COM server.
February 27th, 2013 01:23 AM
The DLL contains the C++ code which search for a file and try to open it.
The DLL need to be registered on Windows 2008 and the the function to search a file will be called from the ASP code.
February 27th, 2013 01:19 AM
Yes, I can access the file from Windows 2008 on the Windows 2003. I have written one small seperate program in c++ which runs on Windows 2088 and accesses files from Windows 2003.
February 26th, 2013 09:07 AM
I have a file on one server(Windows 2003) and need to access from another server (IIS server - Windows 2008) , I have written the program for the same which works fine and I can access the file.
...