|
-
Sep 9th, 2008, 04:53 AM
#1
Thread Starter
Hyperactive Member
[2005] .dll
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
-
Sep 9th, 2008, 05:05 AM
#2
Hyperactive Member
Re: [2005] .dll
r u debugging your application ???
if yes then remove your debugger from your Class library and then
processed
regards
koolprasad2003
MCP, MCTS, Microsoft MVP [Asp.Net/IIS]
For more .NET development tips visit .NET Tips
If the post is useful then please  Rate it
-
Sep 9th, 2008, 05:33 AM
#3
Re: [2005] .dll
Add a reference to a Release build of the DLL instead of a Debug build.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|