Author |
|
tomach Intermediate
Joined: February 23 2007 Location: Poland Posts: 22
|
Posted: June 11 2007 at 4:21am | IP Logged
|
|
|
Hello!
So I have a problem with new managed dll.
1. I downloaded from FTP
- VoipMediaEngineConsoleTest
- SimpleMakeCall
- LanScape Voip Media Engine
- LMEVoipManaged.dll
2. I installed LanScape Voip Media Engine on my machine.
3. I copied LMEVoipManaged.dll to the same direcotry as LMEVoip.dll was.
4. I compiled VoipMediaEngineConsoleTest (example in c#) with reference to mangaded dll from point 3.
5. When i try to run the example i get this kind of error:
An unhandled exception of type 'System.IO.FileLoadException' occurred in Unknown Module.
Additional information: Could not load file or assembly 'LMEVoipManaged, Version=1.0.2685.31654, Culture=neutral, PublicKeyToken=null' or one of its dependencies. Nie można uruchomić aplikacji, ponieważ jej konfiguracja jest niewła¶ciwa. Problem ten może rozwi±zać ponowne zainstalowanie aplikacji. (Exception from HRESULT: 0x800736B1)
Best Regards,
Tom
|
Back to Top |
|
|
tomach Intermediate
Joined: February 23 2007 Location: Poland Posts: 22
|
Posted: June 11 2007 at 7:17am | IP Logged
|
|
|
Ok I fixed it by myself. It turned out that even I have VS2005 installed I have to install Microsoft Visual C++ 2005 SP1 Redistributable Package (x86).
|
Back to Top |
|
|
support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: June 11 2007 at 9:22am | IP Logged
|
|
|
Yes, that is correct. good work.
Support
|
Back to Top |
|
|