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

[NAnt-users] Building a WPF project in Nant

2009-07-17 Thread ankitsolanki13
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 refrence but the error remains same.Can I build a WP