Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

Hi there,

 

in order to increase the overall development performance I've split my solution into 6 smaller ones, each with one to three DLLs plus one Executable.

 

Now I am a bit in a mess with the references.

 

Is there any good advice ?

 

Any settings that I don't know of, which allow me to, for example, recompile my Core.dll and then have this new build if core.dll refenced in all other projects (and not the previous version) ?

 

I am asking because I am getting these "can not be copied to target directory (or so, my message is in German)" errors all the time.

 

Or - another idea - is there an "ant-like" tool around for such tasks? Either buiding the whole set, or re-importing the references ?

 

Any hints?

 

Thanks

Heiko

.nerd
Posted (edited)

No, I creatred 6 or so solutions. Some solutions with one project in it, some solutions with up to 3 projects in them.

 

I configured the references *not* to be local copies.

 

This worked fine at compile time, at runtime, however, the exe could not access the dlls. I suppose I have to work on the framework settings here because the /bin paths of all the projects are in the reference-path setting.

 

I switched the references to local copies in the project that builds the exe and voila - it starts.

 

That's fine for the first test, but I can't do that forever.

Edited by Heiko
.nerd

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...