wdstest
wdstest
When the native signature is `int MyFunction(BSTR * pszVerificationId)` With PInvoke I can do something like ``` [System.Runtime.InteropServices.DllImportAttribute("TestDLL", EntryPoint = "MyFunction", CallingConvention = System.Runtime.InteropServices.CallingConvention.StdCall)] public static extern int MyFunction([MarshalAsAttribute(UnmanagedType.BStr)] ref...
I get a System.IO.IOException "Pipe is broken." exception inside PipeServer.cs LegacyWrapper.Transport.PipeServer::SendCallResponse(CallResult callResult) { _fromatter.Serialze(_pipe,callResult); }
I am trying to use this on the web server. I place everything in the site's bin folder, but the page complaint with an exception about file not find in...