simplikate Intermediate
Joined: June 20 2007 Location: United States Posts: 7
|
Posted: August 20 2007 at 12:32pm | IP Logged
|
|
|
Support,
I am trying to deploy the sample VB.net application to our test server (Windows Server 2003) in our lab, and when I deploy the .exe with both the LMEVoip.dll and LMEVoipManaged.dll, I get the following exception. .NET 2.0 is installed, and the application should run if I put the DLLs in the same folder as the EXE - correct? Do I need to GACUTIL or REGASM this assembly? The error appears to be in System.Runtime.InteropServices.COMException....
The exact same sample application works on my Visual Studio development environment, when run as an executable from command line.
Please advise...
----START ERROR----
"Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'LMEVoipManaged, Version=1.0.2785.12094, Culture=neutral, PublicKeyToken=null' or one of its dependencies. This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1)
File name: 'LMEVoipManaged, Version=1.0.2785.12094, Culture=neutral, PublicKeyToken=null' ---> System.Runtime.InteropServices.COMException (0x800736B1): This application has failed to start because the application configuration is incorrect. Reinstalling the application may fix this problem. (Exception from HRESULT: 0x800736B1) at SimpleMakeCall.Module1.Main()"
----END ERROR----
|