Hello.
I created some XAML files along with a MyProject.vbproj file to be used to compile my XAML.
I can only successfully build my project if I use a Visual Studio 2008 Command Prompt to enter in "msbuild MyProject.vbproj" on the command line. I had to copy all my XAML files into the Visual Studio 2008 Command Prompt folder. Is there a way to build XAML files that are in another folder? I tried typing in the command line "msbuild C:\Temp\MyProject.vbproj" in the VS 2008 Command Promp but received an error.
Thanks in advance.
RIta