Code Snippet Manager Invisible Folder

[

Hello !

I add two snippets with the Snippet Manager ( with Subfolder)

Now ,I want to delete this folder.In the code ...the Folders exisit, but in the Snippet Manager , i can′t see the folder and i can not delete this Folder!?

how can I delete the Folder without the Snippet Manager ?

And where is the XML File for this ? If i delete the SnippetIndex.xml File ..nothing happens....?

Thanks for the Help...

Pseudocode

[657 byte] By [Pseudocode] at [2007-12-22]
# 1

Hi,

Are you using the correct language under the "Language" dropdown while looking up for the folder in Snippets Manager? If yes, can you please give me some description of how you landed up in this state? Did you import the snippets through the snippet manager?

Thanks,

Nitin

NitinGuptaMSFT at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 2

Hello !

yes i use the right Language (Visual Basic)

I create a Snippet with the Code Snippet Editor.

Then i try to put the Folder FTP with the Snippet to Visual Studio with the Snippet Manager.

Next I see the FTP Folder in the Snippet Manager but in the Code there was nothing...and I delete the Folder in the Snippet Manager.

When i restart Visual Studio again, the FTP Folder was in the Code ( see Picture) but in the Snippet Manager the Folder FTP not exist.

And now I can′t delete the FTP Folder....

Thanks for Help

Pseudo

Pseudocode at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 3

Hi,

Can you please check the following registry keys for me:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Languages\CodeExpansions\Basic\Paths] and

[HKEY_CURRENT_USER\SOFTWARE\Microsoft\VisualStudio\8.0\Languages\CodeExpansions\Visual Basic\Paths]

Thanks,

Nitin

NitinGuptaMSFT at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...
# 4

Okay..

this is the first Local_Machine:

%InstallRoot%\VB\Snippets\%LCID%\application\;%InstallRoot%\VB\Snippets\%LCID%\collections and arrays\;%InstallRoot%\VB\Snippets\%LCID%\math\;%InstallRoot%\VB\Snippets\%LCID%\security\;%InstallRoot%\VB\Snippets\%LCID%\database\;%InstallRoot%\VB\Snippets\%LCID%\connectivity\;%InstallRoot%\VB\Snippets\%LCID%\xml\;%InstallRoot%\VB\Snippets\%LCID%\windowsforms\;%InstallRoot%\VB\Snippets\%LCID%\datatypes\;%InstallRoot%\VB\Snippets\%LCID%\filesystem\;%InstallRoot%\VB\Snippets\%LCID%\common code patterns\;%InstallRoot%\VB\Snippets\%LCID%\os\;%InstallRoot%\VB\Snippets\%LCID%\smartdevices\;%MyDocs%\Code Snippets\Visual Basic\My Code Snippets\

and the Second Current_User

%InstallRoot%\VB\Snippets\%LCID%\application\;%InstallRoot%\VB\Snippets\%LCID%\collections and arrays\;%InstallRoot%\VB\Snippets\%LCID%\math\;%InstallRoot%\VB\Snippets\%LCID%\security\;%InstallRoot%\VB\Snippets\%LCID%\database\;%InstallRoot%\VB\Snippets\%LCID%\connectivity\;%InstallRoot%\VB\Snippets\%LCID%\xml\;%InstallRoot%\VB\Snippets\%LCID%\windowsforms\;%InstallRoot%\VB\Snippets\%LCID%\datatypes\;%InstallRoot%\VB\Snippets\%LCID%\filesystem\;%InstallRoot%\VB\Snippets\%LCID%\common code patterns\;%InstallRoot%\VB\Snippets\%LCID%\os\;%InstallRoot%\VB\Snippets\%LCID%\smartdevices\;%MyDocs%\Code Snippets\Visual Basic\My Code Snippets\

... but nothing with the FTP Folder ?

Pseudo

Pseudocode at 2007-8-30 > top of Msdn Tech,Visual Basic,Visual Basic IDE...