hi, strange 1 here.. have a solution with multiple projects in (mvc2 application, class library etc). the solution will not build in debug mode anymore. 1 if the projects isnt building its DLL anymore (although it creates reference dll's in the bin\debug folder). this gives me the error: Metadata file 'C:[solution]\bin\Debug[myprojectname].dll' could not be found. if i put the build into release, all my dll's build and solution correctly loads.
any idea why this is happening?
thanks