How do I debug my DLL that I created in one project but is now running in the main project?
Thanks
Printable View
How do I debug my DLL that I created in one project but is now running in the main project?
Thanks
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.
do I have to change anything when I am ready to RELEASE the main application?
Alex
I'm not entirely sure, but I would suspect that you would need to re-reference the assembly as opposed to the dll project.
No, just make sure you copy the latest dll's to the main app's bin directory.Quote:
Originally posted by jesus4u
do I have to change anything when I am ready to RELEASE the main application?
Alex
and in vs.net select the little drop down that says release when you build