<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<!CURSOR TABLEDIV><HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16825" name=GENERATOR></HEAD>
<BODY style="FONT-SIZE: 10pt; COLOR: #000000; FONT-FAMILY: Tahoma,Arial" 
bgColor=#e5e5e5 leftMargin=5 topMargin=5>
<TABLE 
style="MARGIN-TOP: 17px; FONT-SIZE: 10pt; Z-INDEX: 2; MARGIN-LEFT: 12px; WIDTH: 700px; FONT-FAMILY: Tahoma,Arial; POSITION: static; HEIGHT: 785px" 
borderColor=#ffffff borderColorDark=#c0c0c0 cellPadding=0 bgColor=#ffffff 
borderColorLight=#c0c0c0 border=1>
  <TBODY>
  <TR borderColor=#ffffff borderColorLight=#ffffff borderColorDark=#ffffff>
    <TD 
    style="PADDING-RIGHT: 6px; PADDING-LEFT: 7px; PADDING-BOTTOM: 6px; VERTICAL-ALIGN: top; LINE-HEIGHT: 130%; PADDING-TOP: 6px" 
    width="100%">
      <DIV>I am playing around with&nbsp;FS (Windows) for one month now. First I 
      tried using FreeSwitch.NET which is a good class library for inbound event 
      socket. Unfortunatley it can't be used for outbound event socket. So I 
      read the wiki back ond forth and also searched the net and found that I 
      should use mod_managed.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>So I downloaded mod_managed in source from svn and compiled it with 
      C# 2008 Express Edition. After that I got a dll. FreeSwitch.Managed.dll 
      and copied it to the mod dir of FS. The Problem is that I get and error 
      when FS loads mod_managed and I don't know what I should do with 
      that.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>2009-04-21 11:26:44 [INFO] mod_managed.cpp:314 mod_managed_load() 
      Loading mod_ma<BR>naged (Common Language Infrastructure), Microsoft CLR 
      Version<BR>2009-04-21 11:26:44 [ERR] mod_managed.cpp:333 
      mod_managed_load() Load did not re<BR>turn true. 
      System.Reflection.TargetInvocationException: Ein Aufrufziel hat 
      einen<BR>&nbsp;Ausnahmefehler verursacht. ---&gt; 
      System.TypeInitializationException: Der Typenin<BR>itialisierer f³r 
      "FreeSWITCH.Native.freeswitch" hat eine Ausnahme verursacht. --<BR>-&gt; 
      System.EntryPointNotFoundException: Der Einstiegspunkt 
      "CSharp_SWITCH_READ_TE<BR>RMINATOR_USED_VARIABLE_get" wurde nicht in der 
      DLL "mod_managed" gefunden.<BR>&nbsp;&nbsp; bei 
      FreeSWITCH.Native.freeswitchPINVOKE.SWITCH_READ_TERMINATOR_USED_VARIABLE_<BR>get()<BR>&nbsp;&nbsp; 
      bei FreeSWITCH.Native.freeswitch..cctor()<BR>&nbsp;&nbsp; --- Ende der 
      internen Ausnahmestapel³berwachung ---<BR>&nbsp;&nbsp; bei 
      FreeSWITCH.Native.freeswitch.get_SWITCH_GLOBAL_dirs()<BR>&nbsp;&nbsp; bei 
      FreeSWITCH.Loader.Load()<BR>&nbsp;&nbsp; --- Ende der internen 
      Ausnahmestapel³berwachung ---<BR>&nbsp;&nbsp; bei 
      System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] 
      argu<BR>ments, SignatureStruct&amp; sig, MethodAttributes 
      methodAttributes, RuntimeTypeHandl<BR>e typeOwner)<BR>&nbsp;&nbsp; bei 
      System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] 
      argum<BR>ents, Signature sig, MethodAttributes methodAttributes, 
      RuntimeTypeHandle typeOw<BR>ner)<BR>&nbsp;&nbsp; bei 
      System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags 
      invok<BR>eAttr, Binder binder, Object[] parameters, CultureInfo culture, 
      Boolean skipVisi<BR>bilityChecks)<BR>&nbsp;&nbsp; bei 
      System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags 
      invok<BR>eAttr, Binder binder, Object[] parameters, CultureInfo 
      culture)<BR>&nbsp;&nbsp; bei 
      mod_managed_load(switch_loadable_module_interface** module_interface, 
      apr<BR>_pool_t* pool)<BR>2009-04-21 11:26:44 [CRIT] 
      switch_loadable_module.c:845 switch_loadable_module_l<BR>oad_file() Error 
      Loading module C:\Programme\FreeSWITCH\mod\mod_managed.dll<BR>**Module 
      load routine returned an error**<BR></DIV>
      <DIV>Please help me with that.</DIV>
      <DIV>&nbsp;</DIV>
      <DIV>Thanks...Guido</DIV></TD></TR></TBODY></TABLE></BODY></HTML>