ajitd / boghe

Automatically exported from code.google.com/p/boghe
0 stars 0 forks source link

Run Time Error #82

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi 

After i compile i get an exception at App.cs

String log4net = String.Format(BogheApp.Properties.Resources.log4net_xml, 
Win32ServiceManager.SharedManager.ApplicationDataPath);

 and the exception is 

{System.TypeInitializationException: The type initializer for 
'org.doubango.tinyWRAP.tinyWRAPPINVOKE' threw an exception. ---> 
System.TypeInitializationException: The type initializer for 
'SWIGExceptionHelper' threw an exception. ---> System.DllNotFoundException: 
Unable to load DLL 'tinyWRAP': The specified module could not be found. 
(Exception from HRESULT: 0x8007007E)
   at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper.SWIGRegisterExceptionCallbacks_tinyWRAP(ExceptionDelegate applicationDelegate, ExceptionDelegate arithmeticDelegate, ExceptionDelegate divideByZeroDelegate, ExceptionDelegate indexOutOfRangeDelegate, ExceptionDelegate invalidCastDelegate, ExceptionDelegate invalidOperationDelegate, ExceptionDelegate ioDelegate, ExceptionDelegate nullReferenceDelegate, ExceptionDelegate outOfMemoryDelegate, ExceptionDelegate overflowDelegate, ExceptionDelegate systemExceptionDelegate)
   at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper..cctor() in C:\Users\fkhasib\Documents\Visual Studio 2010\Projects\VideoConferecingLibrary\branches\2.0\doubango\bindings\csharp\tinyWRAPPINVOKE.cs:line 106
   --- End of inner exception stack trace ---
   at org.doubango.tinyWRAP.tinyWRAPPINVOKE.SWIGExceptionHelper..ctor()
   at org.doubango.tinyWRAP.tinyWRAPPINVOKE..cctor() in C:\Users\fkhasib\Documents\Visual Studio 2010\Projects\VideoConferecingLibrary\branches\2.0\doubango\bindings\csharp\tinyWRAPPINVOKE.cs:line 126
   --- End of inner exception stack trace ---
   at org.doubango.tinyWRAP.tinyWRAPPINVOKE.MediaSessionMgr_defaultsSetAgcEnabled(Boolean jarg1)
   at org.doubango.tinyWRAP.MediaSessionMgr.defaultsSetAgcEnabled(Boolean agc_enabled) in C:\Users\fkhasib\Documents\Visual Studio 2010\Projects\VideoConferecingLibrary\branches\2.0\doubango\bindings\csharp\MediaSessionMgr.cs:line 115
   at BogheApp.Services.Impl.Win32ServiceManager..ctor() in C:\Users\fkhasib\Documents\Visual Studio 2010\Projects\WindowsClient\boghe-app\Services\Impl\Win32ServiceManager.cs:line 76
   at BogheApp.Services.Impl.Win32ServiceManager.get_SharedManager() in C:\Users\fkhasib\Documents\Visual Studio 2010\Projects\WindowsClient\boghe-app\Services\Impl\Win32ServiceManager.cs:line 64}

so please help me quickly

Thanks in advance

Pradeep kushwaha

Original issue reported on code.google.com by pradeepm...@gmail.com on 9 Sep 2011 at 9:17

GoogleCodeExporter commented 9 years ago
I have the same problem. Anyone please help!

Original comment by vanloi999 on 18 Sep 2011 at 8:38

GoogleCodeExporter commented 9 years ago

Original comment by boss...@yahoo.fr on 25 Sep 2011 at 6:40