I call native code from my .net app
<DllImport(SEND FORMPDFTest, EntryPoint:="FO RMEXIST", _
SetLastError:=T rue, CharSet:=CharSe t.Ansi, _
ExactSpelling:= True, _
CallingConventi on:=CallingConv ention.Winapi)_
The DLL works fine on localhost and production, but hangs on my test server.
Localhost and and test server has a new revision. We tried to put a log file
into the DLL, but nothing gets written to the logfile.
How can I trouble shoot this problem?
--
Arne Garvander
Certified Geek
Professional Data Dude
<DllImport(SEND FORMPDFTest, EntryPoint:="FO RMEXIST", _
SetLastError:=T rue, CharSet:=CharSe t.Ansi, _
ExactSpelling:= True, _
CallingConventi on:=CallingConv ention.Winapi)_
The DLL works fine on localhost and production, but hangs on my test server.
Localhost and and test server has a new revision. We tried to put a log file
into the DLL, but nothing gets written to the logfile.
How can I trouble shoot this problem?
--
Arne Garvander
Certified Geek
Professional Data Dude
Comment