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
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
> 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