G
Guest
I have a c# application that calls a mixed code dll which in turn calls an
unmanaged dll that has an inline template class constructor.
The c# application runs fine until I use it on IIS
The problem only occurs the first time you run it in a debugger.
When it tries to enter into the unmanaged C++ inline template class it fails
saying that it can't find the specific code ... if you look at the
disassembly you will see that this template class does a jmp to an invalid
address.
If you stop the debugger and restart it you will not see the problem.
Anyone got any ideas ????
unmanaged dll that has an inline template class constructor.
The c# application runs fine until I use it on IIS
The problem only occurs the first time you run it in a debugger.
When it tries to enter into the unmanaged C++ inline template class it fails
saying that it can't find the specific code ... if you look at the
disassembly you will see that this template class does a jmp to an invalid
address.
If you stop the debugger and restart it you will not see the problem.
Anyone got any ideas ????