ok, any idea how to prevent/solve the problem? Whats different in visual studio, because the developer can build and will check it in ;-)
On 23 Okt., 12:32, Ruben Willems <[email protected]> wrote: > Hi > > this is not an ccnet problem ;-) > > just compile with msbuild, and you will also see this problem. > open a "Visual Studio command prompt" in the folder where your sln file > resides > and type the following command : > msbuild /t:rebuild > > you will see the same error. > > with kind regards > Ruben Willems > > On Fri, Oct 23, 2009 at 12:17 PM, nhale <[email protected]> wrote: > > > Hi, > > > i get a problem with some xaml namespaces. > > > C:\workspace\p3228\MyProject\Dialogs\ActionGetDialog.xaml (1,2): > > > error: The tag 'PopupDialog' does not exist in XML > > namespace 'clr- > > namespace:MyProject.ThemeControls.Windows;assembly=myThemeControls'. > > > A build with VS2008 is working without any error and the app runs > > fine, but CC.NET does give me build errors.
