Hello all,
May be this question doesn't pertain to this group.. still after some
search with no results I'm asking it on this group.. so just in case u
want to lend me a helping hand... please do !
I want to load a dll on windows which is a managed library (.NET based)
with an unmanaged application (VC++).
But during debugging LoadLibrary() function gives me an unhandled
exception. But if I launch the application (not debugging) then there's
no problem.
Now I am facing the problem during debugging. The reason that I found
was that I had .NET Framework(1.1) SP1 installed on my machine. There
were two hotfixes for the same. I verified on machines which had it and
were without it. Debugging was fine which didn't have the SP1, but
crashed on the machines which had it.
I searched on the microsoft site if there were known issues. But in
vain :-(
Can you suggest something, what should I do to make the debugging
possible ?
Waiting for somebody response,
Pooja
|