Yeeeha, I got a solution ;-) Too easy to think about it ;_)

Just don't use the <msbuild> task...use the <devenv> task, this will
use VS to build, and my errors are gone (except those, which are also
visible in VS ;-))

http://confluence.public.thoughtworks.org/display/CCNET/Visual+Studio+Task


Best Regards

On 23 Okt., 13:29, Ruben Willems <[email protected]> wrote:
> Hi
>
> that is just visual studio, you can not prevent this :-(
> I'm also struggling with it.
>
> Visual Studio 'helps' the developper, by looking in extra paths and the like
>
> sometimes it helps by deleting the .suo files and .user files, but not
> always.
>
> Only 100% solution : msbuild /t:rebuild before a check in
>
> with kind regards
> Ruben Willems
>
> On Fri, Oct 23, 2009 at 1:18 PM, nhale <[email protected]> wrote:
>
> > 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.

Reply via email to