Re: [NAnt-users] Building a WPF project in Nant

2009-07-20 Thread Parrish, Ken
Ankit, I don't build WPF projects, but I do build all manner of other complicated .NET 3.5 projects such as WCF, Entity Framework, WorkFlow--some with mixed .NET versions--the works. But, the only practical, reliable way to do this is to call MSBuild. Either the task from NantContrib or the

Re: [NAnt-users] Building a WPF project in Nant

2009-07-17 Thread Jasper Moeller
ankitsolanki13 wrote the following : > Hi, > I am trying to build a WPF project having xaml file using csc task in nant > and it gives me several error like this :- > "error CS0103: The name 'InitializeComponent' does not exist in the current > context" > > I have checked all build and assembly re

Re: [NAnt-users] Building a WPF project in Nant

2009-07-17 Thread Brass Tilde
> I am trying to build a WPF project having xaml file using csc task in nant > and it gives me several error like this :- > "error CS0103: The name 'InitializeComponent' does not exist in the current > context" > > I have checked all build and assembly refrence but the error remains > same.Can I bu