On Mar 28, 1:20 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> "CSharper" <cshar...@gmx.com> wrote in message
>
[quoted text clipped - 26 lines]
>
> - Show quoted text -
I created a simple WPF project nothing in it and then I took the
compiler command from the output tab and try to build the exe from the
command line. It compiled properly but when Ran the exe, it is looking
for xaml. I did read some more and found out that if I use MSBuild to
build the wpf application then the XAML is converted and put it in the
exe otherwise you need xaml.
Thanks.
Yep, you need to convert the xaml to a cs file, before you can compile the
project, this translation is done by an msbuild step.
Willy.
CSharper - 01 Apr 2008 01:38 GMT
On Mar 31, 5:55 pm, "Willy Denoyette [MVP]"
<willy.denoye...@telenet.be> wrote:
> On Mar 28, 1:20 pm, "Willy Denoyette [MVP]"
>
[quoted text clipped - 44 lines]
>
> - Show quoted text -
Thanks. We use NAnt and we do not use MSBuild so I am kind of stuck.
But it is ok. Thanks.