complete
Active member
- Joined
- Oct 24, 2012
- Messages
- 35
- Programming Experience
- 3-5
What is the proper way to add a DLL project to a solution?
I have a solution with a project (ASP.NET with C#) that uses a DLL. The app crashes inside the DLL. Fortunately, the DLL was written in-house and I have the source code for the DLL. My question is this.
What are the steps involved for including the DLL's project into my solution?
What I think is this. I put the source for the DLL into a subdirectory. Then I add the .cproj file to the solution by "adding new project" in the solution. Now, what I don't know off hand how to do is make sure that that project builds the DLL first, and that the project deposits the compiled DLL into the bin folder where the other project expects to find it. There might be other steps I need to do as well.
I have a solution with a project (ASP.NET with C#) that uses a DLL. The app crashes inside the DLL. Fortunately, the DLL was written in-house and I have the source code for the DLL. My question is this.
What are the steps involved for including the DLL's project into my solution?
What I think is this. I put the source for the DLL into a subdirectory. Then I add the .cproj file to the solution by "adding new project" in the solution. Now, what I don't know off hand how to do is make sure that that project builds the DLL first, and that the project deposits the compiled DLL into the bin folder where the other project expects to find it. There might be other steps I need to do as well.