mmanela / SnippetDesigner

The Snippet Designer is a plugin which enhances the Visual Studio IDE to allow a richer and more productive code snippet experience.
Apache License 2.0
344 stars 85 forks source link

hresult: 0x80070003 when i want to make a new Snippet #54

Closed mmanela closed 10 years ago

mmanela commented 10 years ago

Cr3dos[CodePlex]
Hi I Installed the Snippet Designer. I had no problems, but when i want to creat a new Snippet(New -gt File -gt Snippet) I get a hresult: 0x80070003.

The German message is: Das System kann den angegebenen Pfad nicht finden (Ausnahme von HRESULT: 0x80070003)

I think in English is that: The system can not find the specified path (exception to HRESULT: 0x80070003)

I use VS 2010 Ultimate (German(Switzerland)). My OS is Windows 7 Professional Any idea?

best regards Cr3dos

mmanela commented 10 years ago

mmanela[CodePlex]
Fixed in change set b02dd044c5a4 and release 1.3.1

mmanela commented 10 years ago

mmanela[CodePlex]
Hmm, I will look into this. There definitely seems to be something wrong when running under a different language visual studio. If you wouldn't mind could you launch Visual Studio with the /log command line flag and then reproduce the error. Then send me the contents of %appdata%\Roaming\Microsoft\VisualStudio\10.0\ActivityLog.xml.

You can see more detailed information on how to do this here: http://msdn.microsoft.com/en-us/library/ms241272.aspx

This might really help me track down this issue.

Thanks!, -Matt