R
ropo
I'm using .NET 2.0, I have a manged windows service which uses a mixed
C++ assembly. I also have a mangaged dll that defines the interface to
the mixed assembly. Another application communicates with the service
through remoting using the managed interface.
Mostly this works ok, but when a call a particular function I get the
"loadlock detected" exception. I have a test app that can call the
function successfully, the difference being that no remoting is
involved. I have tried putting a break point at the entry point of my
function, but this is never hit.
Any ideas?
C++ assembly. I also have a mangaged dll that defines the interface to
the mixed assembly. Another application communicates with the service
through remoting using the managed interface.
Mostly this works ok, but when a call a particular function I get the
"loadlock detected" exception. I have a test app that can call the
function successfully, the difference being that no remoting is
involved. I have tried putting a break point at the entry point of my
function, but this is never hit.
Any ideas?