Hi
I create a class and build as .dll
and imports in my windows application , it works properly
but if make break point in function which is called from .dll
it open the .dll containt.
How to stop that. (not to open the .dll code)
thanks
Printable View
Hi
I create a class and build as .dll
and imports in my windows application , it works properly
but if make break point in function which is called from .dll
it open the .dll containt.
How to stop that. (not to open the .dll code)
thanks
r u debugging your application ???
if yes then remove your debugger from your Class library and then
processed
regards
koolprasad2003:)
Add a reference to a Release build of the DLL instead of a Debug build.