Quote:
Originally posted by V. Lorenzo
Hi:
If you want to share some code, reuse it from other projects, the code must be placed in a separated DLL, and reference this DLL in the client projects. Not as part of an executable.
Yeah I mentioned that. The problem is that it works if you rename an executeable to a dll. So I would like to be able to do this without having to rename it to a DLL but VS isn't liking that ( as I pointed out earlier).
Quote:
The .NET IDE indeed has an option for compiling just one project, not all the solution.
- Show the Solution Explorer (ctrl+alt+L).
- Right Click the project you want to compile.
- Select the option Build.
That's what i was dioong when it still tried to compile both.