<$BlogRSDURL$>
Ankh Morpork's Finest Coder
Sunday, October 24, 2004

Stop your incessent whining!
In our reader app, i've created a number of managed libraries. I use a library within those libraries called AssemblySettings.dll in order to get the AppSettings data. Anyways, in the main app, when you add two dll's that use the same dependency, Visual Studio.Net starts whining like a dog forbidden to eat dinner.

Searching all over the vast expanse we call the Internet, I didn't find a satisfactory solution. So, I said to myself, why not just add all the projects together into one CUMULATIVE project. Then when it builds, it will see that the AssemblySettings.dll file for all the projects are the exact same and should stop its whining.

Without much further ado, Ladies and Gentlemen, I give you....The Build Output.

----- Build started: Project: TestReaderApp1, Configuration: Release .NET ------

Preparing resources...
Updating references...
Performing main compilation...

The project is up-to-date.
Building satellite assemblies...



---------------------- Done ----------------------

Build: 6 succeeded, 0 failed, 0 skipped




Fantastic!

0 Comments:

Post a Comment