VS2008 C# solution

M

Morris

I added in my VS2008 C# solution a new dll but its output is created only in
its own directory and not copied to the main executable project.
Is there any idea please?
Thanks
Morris
 
J

Jeff Gaines

I added in my VS2008 C# solution a new dll but its output is created only
in its own directory and not copied to the main executable project.
Is there any idea please?
Thanks
Morris

You need to add a reference to the dll in your main project.
 
F

Family Tree Mike

Morris said:
I added in my VS2008 C# solution a new dll but its output is created only in
its own directory and not copied to the main executable project.
Is there any idea please?
Thanks
Morris


.

Does the main executable project contain a reference to the dll? It won't
be copied there unless it is referenced.

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top