Archive for the ‘Visual Studio’ Category

Problem: After including some XAML files from a Visio document in a Visual Studio solution you’re unable to build the solution and receive the error: Project file must include the .NET Framework assembly ‘WindowsBase, PresentationCore, PresentationFramework’ in the reference list  Cause: When you include XAML files in a solution it assumes you want to compile [...]

If you ever find yourself in the situation where you’re unable to debug your application because you have inadvertently managed to disable configuration manager and put it into release mode at the same time. Here’s how to re-enable configuration manager. Under Tools -> Options -> Projects and Solutions, you’ll see the Show Advanced Build Configurations [...]

Recently, when trying to publish from within Visual Studio 2008  to  three existing virtual directories, located under an existing site, I was repeatedly prompted for credentials.  This was something I had completed successfully earlier that day.   I tried just about every configuration in Visual Studio to resolve it. In the end, I had to remove [...]

In debug mode, you can hover over an item and drill down through its properties using the ‘+’ button. In VS2010, if you look at the right hand side you’ll find a pin which can be used to pin a particular field to that line of code. This can be done on several lines of [...]

After installing Re-Sharper 5.0 I then installed Style cop for Re-Sharper to allow my code to comply with MS Style Cop and give me real-time syntax highlighting of violations.  However, after installation, when I opened Visual Studio I received the following error. This is because the  dll has not been given full trust. To resolve [...]