|
-
Jun 7th, 2004, 11:12 AM
#1
Thread Starter
PowerPoster
Debugging Project
How do I debug my DLL that I created in one project but is now running in the main project?
Thanks
-
Jun 7th, 2004, 11:25 AM
#2
Add your DLL project to the solution, and add the project itself as a reference in the main application, instead of adding a reference to the assembly.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Jun 7th, 2004, 11:40 AM
#3
Thread Starter
PowerPoster
do I have to change anything when I am ready to RELEASE the main application?
Alex
-
Jun 7th, 2004, 12:08 PM
#4
I'm not entirely sure, but I would suspect that you would need to re-reference the assembly as opposed to the dll project.
Laugh, and the world laughs with you. Cry, and you just water down your vodka.
Take credit, not responsibility
-
Jun 7th, 2004, 04:16 PM
#5
PowerPoster
Originally posted by jesus4u
do I have to change anything when I am ready to RELEASE the main application?
Alex
No, just make sure you copy the latest dll's to the main app's bin directory.
-
Jun 8th, 2004, 02:35 AM
#6
Frenzied Member
and in vs.net select the little drop down that says release when you build
Magiaus
If I helped give me some points.
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
|