support Administrator
Joined: January 26 2005 Location: United States Posts: 1666
|
Posted: June 08 2007 at 6:53am | IP Logged
|
|
|
This post will give you additional information regarding running the pre-release managed code samples.
We recently received this email from a user:
--------------------------------------------------------
I have installed your media voip engine. But I have no idea how to start C# example? when compiled and tried to run "VoipMediaEngineConsoleTest" under visual studio 2005 it returned me this announcemend :
An unhandled exception of type 'System.IO.FileLoadException' occurred in
Unknown Module.
Code:
Additional information: Could not load file or assembly 'LMEVoipManaged,
Version=1.0.2700.17065, 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)
|
|
|
Is it working on your machine or You still try to make it work and its not ready yet?
--------------------------------------------------------
Here is additional info when running pre-release .NET samples:
In the VS2005 project, you must update the reference to the "LMEVoipManaged.dll" managed code wrapper
and then build the entire project.
When running the example, it should be ok on a machine that has VS2005 installed. If you run the
examples on a machine that does not have VS2005 installed, then you must also install other libraries
on the machine. See:
Redistributing the .NET VOIP Media Engine:
http://www.lanscapecorp.com/forum/forum_posts.asp?TID=340&PN =1
If that does not solve your problem make sure the native "LMEVoip.dll" DLL and the "LMEVoipManaged.dll" managed code wrapper DLL are in the same directory or that proper system paths are set up.
Support
|