adsense

Friday, April 28, 2017

Visual Studio Performance enhancements

If you get the feeling that Visual Studio takes long time for debugging process, ensure that you have made this changes to enhance the performance.

1.Disable XAML Designer (from Options -> XAML Designer -> General -> Enable XAML Designer)

2. Disable Diagnostic Tools while debugging (from Options -> Debugging -> General -> Enable Diagnostic Tools while debugging)

3. Disable full solution analysis  (from  Options -> Text Editor -> C# -> Advanced -> Enable full solution analysis)

Regards
Samitha

Thursday, April 6, 2017

Visual Studio 2015 Installer Projects

If you try to open an Installer project created from Visual Studio 2010 from Visual Studio 2015 you will get a error.

This can be resolved by installing the extension for Visual Studio 2015 which can be downloaded here.