View Single Post
  #3  
Old 05-25-2005, 02:20 AM
Mats-Lennart Mats-Lennart is online now
Registered User
 
Join Date: 05-18-2005
Posts: 2
Thanks for answering. My problem is very easy to reproduce.

First, in visual studio 2003, create a solution and include two c# projects (class libraries). Name them something like "Utils" and "UsingUtils".

In UsingUtils, add a project reference to Utils and make a method call to one of its methods.

Is Visual Build, create a new build project and add Utils and UsingUtils to it and try to build.

When doing this, I get an error when trying to build UsingUtils.

NB! When trying this a couple of times, my testexample suddenly starts to work. Is there a known bug that in some cases terminates the build process when having project references?

Thanks,

Mats-Lennart
Reply With Quote