its a WPF Application (2 Class Libs, DataAccess and Logic, 1 Executable), mainly in .NET 3.5, little parts .NET 2.0 there are no build errors (just some warnings from overriden properties of some UI elements without 'new') when build clean and build project rebuild (exe project) solution rebuild and application works fine (Debug AND Release). only when clicking 'publish now' a second run(recompile) starts and the 2 errors occur. the publishing build itself is ok (necessary and safe), maybe the reCOMPILE is not necessary when all targets are up to date, but that should be just a question of time. also the application from the release directory works fine, and as stated, also the application from the commandline publish build works fine. its just the VS 2008 SP1 which cannot compile/build the publish build, so my solution was only to safe time for developers hanging on same stuff. maybe a helpful hint: i remember that i tried to fill the ToolBox with the controls by adding the executable (browse button), and i think thats the cause, since then (no guarantee just felt) the errors occured, but i resetted ToolBox and also HAVENT USED the (exe)components visible from ToolBox, thats why i think of some kind of selfreference. Chris
|