I am a newbie and have inherited a C#, ASP.NET, application that uses another app to call and pass info between my app and a C++ DLL. When I try and run the my app I get the following error.
An unhandled exception occurred during the execution of the current web request.
The Stack Trace shows the following:
Stack Trace:
[LogException: Could not open CD 1: %d]
RLW.FedLog.FToo ls.Open(String cdPath1, String cdPath2, String cdPath3, String cdPath4) in c:\leadproj\rlw fedlog\ftools.c s:159
LEADProj.Global .Application_St art(Object sender, EventArgs e) in c:\projects\lea dproj\global.as ax.cs:43
Any help would be great.
An unhandled exception occurred during the execution of the current web request.
The Stack Trace shows the following:
Stack Trace:
[LogException: Could not open CD 1: %d]
RLW.FedLog.FToo ls.Open(String cdPath1, String cdPath2, String cdPath3, String cdPath4) in c:\leadproj\rlw fedlog\ftools.c s:159
LEADProj.Global .Application_St art(Object sender, EventArgs e) in c:\projects\lea dproj\global.as ax.cs:43
Any help would be great.