i create a new WPF xaml project in Visual Studio 2005, and the wizard created a default Page1.xaml.
And i compiled this branded new project, without modifing its default Debug Directory.
And then, i deleted that default Page1.xaml, and modified its default Debug Directory to another place, deleted existed Debug Directory meanwhile, and Added a new .xaml file into this project, and indeed, i can compile my modified project successffully, but when i try to Press Ctrl+F5 to run my current project, it alerts me that my former .xbap Application path can not be found(of course, i had deleted that path i mentioned above).
it's a bug in Visual Studio 2005 or WPF? why my new compiled .xbap application makes no effect?