Whenever I start VS2010 I get an error saying:
"A problem occurred while trying to initialize menus"
System.ArgumentException: A Command with that name already exists... etc...
I tried uninstall / reinstall but this didn't fix it. I also tried the devenv.exe command posted in this thread http://www.rauchy.net/regionerate/forums/viewtopic.php?f=6&t=138&p=399&hilit=start#p399
That didn't work either (not that I expected it too since it was for VS2005).
So, any ideas how to get around this? I would be just fine with the removal of the message box if nothing else. Regionerate seems to behave as expected, it's actually the message box that is causing me trouble. For example, when I restart VS2010 (like after changing extensions), the message box is created but not always brought to the top, sometimes it gets hidden behind other windows and it takes a minute to figure out what's taking so long. Of course, it also gets old having to dismiss the message box on every launch.
In Connect.cs the comment says:
// If we are here, then the exception is probably because a command with that name
// already exists. If so there is no need to recreate the command and we can
// safely ignore the exception.
My thought is that if the exception can be safely ignored (and this does seem to be the case) then there is no need for the message box anyway.
