HighTechTalks DotNet Forums  

How to debug a DLL in .NET??

Dotnet Academic General Discussions microsoft.public.dotnet.academic


Discuss How to debug a DLL in .NET?? in the Dotnet Academic General Discussions forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Shell229
 
Posts: n/a

Default How to debug a DLL in .NET?? - 02-16-2004 , 11:51 PM






I have two projects in one solution. One contains DLL which is used as reference in other project. How can I debug the project containing the DLL. Currently when my other projects uses the function of the DLL it directly gives me result and not going to debug mode for DLL eventhough I am in debug mode of the EXE Project

Please Help...

Reply With Quote
  #2  
Old   
Ed Kaim [MSFT]
 
Posts: n/a

Default Re: How to debug a DLL in .NET?? - 02-17-2004 , 02:54 AM






You need to add the DLL project to the same solution as the EXE project, and
then you can step between the two.

"Shell229" <anonymous (AT) discussions (DOT) microsoft.com> wrote

Quote:
I have two projects in one solution. One contains DLL which is used as
reference in other project. How can I debug the project containing the DLL.
Currently when my other projects uses the function of the DLL it directly
gives me result and not going to debug mode for DLL eventhough I am in debug
mode of the EXE Project.
Quote:

Please Help...



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.