F
Frederick
I have a VS.NET Solution containing two projects.
I want to add a reference to one of the projects from the
other project (say: reference 2 from 1) i.e. select the
DLL assembly from project 2 and put it as a reference on
project 1.
Quite a simple concept, but my builds are not outputting
DLLs....justs .EXE files (BTW I am not doing any Interop).
Now, I am aware that one assembly can be an EXE or DLL,
but VSNET does not allow me to reference an EXE.
I did a trick and copied the EXE from project 2, renamed
it to DLL and there it was....a reference to a DLL.
But this is just not the way to do it..
Any hints please?
Thanks.
I want to add a reference to one of the projects from the
other project (say: reference 2 from 1) i.e. select the
DLL assembly from project 2 and put it as a reference on
project 1.
Quite a simple concept, but my builds are not outputting
DLLs....justs .EXE files (BTW I am not doing any Interop).
Now, I am aware that one assembly can be an EXE or DLL,
but VSNET does not allow me to reference an EXE.
I did a trick and copied the EXE from project 2, renamed
it to DLL and there it was....a reference to a DLL.
But this is just not the way to do it..
Any hints please?
Thanks.