Can't Remove Snippets from VS.Net?

Okay, so the Code Snippet Manager in VS.Net 2005 is pretty cool.  I’ve used it for some quick, very repetitive code, but also during demonstrations to help the ability to “build up” my demonstration without having to type the code or constantly cut & paste into it.  However, the snippet manager is not without problems.

I was setting up a few snippets when I noticed that the snippet manager was out of sync from what was coming up when I attempted to use Ctrl-K, Ctrl-X.  Since the snippet manager didn’t have the items I couldn’t get rid of them.  After some searching I came across these comments where they were talking about where various snippet information is kept.  Apparently, it’s kept in the user’s directories, in the 1033 directory of VS.net 8.0, in the registry and, oh, the important one, at <C:\Documents and Settings\user\Local Settings\Application Data\Microsoft\VisualStudio\8.0\1033\ExpansionsXML.xml>.  This is the file that contained my rouge entries.  Removing them from the file fixed it.