Showing Visitor Messages 1 to 2 of 2
-
Exception of type 'System.ExecutionEngineException' was thrown.
--------------------------------------------------------------------------------
Hello All,
Please help me i am getting error in uiapp_cSharp project sysync_uiapp_calls.cs file.
public TSyError WriteSyncMLBuffer( ref SDK_Interface_Struct aCB, appPointer aSessionH,
byte[] aBuffer, memSize aValSize )
{
IntPtr ip= aCB.WriteSyncMLBuffer;
WriteSyncMLBuffer_Func v=
(WriteSyncMLBuffer_Func)Marshal.GetDelegateForFunc tionPointer( ip,
typeof(WriteSyncMLBuffer_Func) );
//Here i am getting exception
return v( ref aCB, aSessionH, aBuffer, aValSize );
} // Write
Please help me.
thanks in advance
Urvi Mehta
-