Sep 30th, 2008 | No Comments

If you are addicted to your setting in Visual Studio, then you can even import and export your settings. Navigate to Tools – Options – Environment – Import / Export Settings.
you can export your existing settings and save.

Next time if you want your settings to be applied to Visual Studio you just need to have your exported settings file, you can then just import the settings file. And your settings will be there.

This setting include all the settings e.g. you have set line number to be displayed, save solution location at time of creating the project and many other settings.

Njoy Writing Code!!!

Written by Ajay Matharu

September 30th, 2008 at 1:05 pm

Sep 26th, 2008 | No Comments

Sometimes your intellisence stops working in Visual Studio.

The problem mostly arises when you install some add-in or uninstall the add-in. I faced this problem When I un-installed re-shareper. All you have to do to get back your intellisense is

just close your Visual Studio.

Navigate to Windows -> run, and type “devenv /resetsettings” without double quotes. This will reset the settings completely. You can have your intellinsence back this way. You can also write “devenv /resetsettings” from your command prompt.

Written by Ajay Matharu

September 26th, 2008 at 5:35 pm

Page 9 of 9« First56789