Is there a way to reset to the original vb.net snippets that came along with visual studio 2008?

I recently installed a purchased third party lib, that managed to break almost all the default snippets.

I can see that the snippets do physically exist in C:\Program Files\Microsoft Visual Studio 9.0\VB\Snippets\1033 but only the following sections are loaded to vs 2008:

application office development os wpf

Any help would be appreciated...

link|improve this question

feedback

3 Answers

up vote 1 down vote accepted

Found a solution !!!

I went to tools > Code snippet Manager and re-added the C:\Program Files\Microsoft Visual Studio 9.0\VB\Snippets\1033 folder

Everything works great now !!!

link|improve this answer
feedback

You can try to reset the IDE-settings by calling it with /resetsettings

link|improve this answer
it didnt work... – Entrodus May 13 '09 at 12:36
feedback

It sounds like your SnippetIndex file is broken. There should be a file at the directory you listed named SnippetIndex.xml. This is the file that is consulted in order to build the initial list of snippets. Can you check that file and see how big it is. It should be at least 500+ lines (mine is 579).

If it's less then this is almost certainly your problem. You can fix this by repairing the Visual Studio install

  1. Go to Control Panel -> Add Remove Programs
  2. Select Visual Studio
  3. Choose Repair
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.