DLL response is to slow in Visual Studio
Posted
by magsto
on Stack Overflow
See other posts from Stack Overflow
or by magsto
Published on 2010-04-20T07:33:38Z
Indexed on
2010/04/20
7:43 UTC
Read the original article
Hit count: 273
Hi,
I use a 3rd party DLL in my VB.NET project (VS2005) that responds to slow and give wrong values in debug mode. In run-time mode everything works as expected.
I do understand that there are something going on in the debug mode which makes the DLL communication slow. This behavior makes it hard to debug the application correctly.
Is there any way to force VS to communicate with the DLL in "run-time" mode during debugging but let the rest of the project be in control of the debugger?
© Stack Overflow or respective owner