When running an XBAP from within Visual Studio 2005, there are some caveats. If you want to be able to debug the XBAP you need to run VS NOT as an administrator. In addition, you cannot be running any other IE processes.
If you do run as an Administrator, the XBAP will not automatically reload between runs. To get it to reload you need to clear out the application cache. Run the 'CMD Shell' application (part of the Windows SDK) and enter:
mage -cc
This should cause your cache to be cleared, and the XBAP should reload with any changes the next time you run.
Tuesday, April 10, 2007
Subscribe to:
Posts (Atom)