<p dir="ltr">Hi!<br>
I would like to build an ESL application on 32bit Windows 7 with Visual Studio 2010.<br>
I git cloned Freeswitch stable today.<br>
It was compiled with success.<br>
I opened libs\esl\managed\Managed_esl_2010.sln, as a whole solution. It was compiled as well. <br>
If I start ManagedEslTest.2010 in VS, it run seems to be running fine.<br>
If I compile it with Debug mode and run it from command line, it run seems to be running fine.<br>
If i compile it with Release mode and run it outside VS it throws:System.AccessViolationException @ <br>
CSharp_ESLevent_Serialize(Void* jarg1, SByte* jarg2) libs\esl\managed\esl_wrap.cpp, line: 414</p>
<p dir="ltr">I have found only this JIRA &#39;issue&#39;:<br>
- <a href="http://jira.freeswitch.org/browse/ESL-63">http://jira.freeswitch.org/browse/ESL-63</a><br>
and this so entry:<br>
- <a href="http://stackoverflow.com/questions/19912087/initialising-the-core-using-freeswitch-embedded">http://stackoverflow.com/questions/19912087/initialising-the-core-using-freeswitch-embedded</a><br>
which are about similar problems, but they didn&#39;t really helped, because x64 is not involved here.<br>
If you could help, i would really appreciate it.</p>
<p dir="ltr">Thank you in advance:<br>
Ferenc Sárközy</p>