Page 1 of 1

Vista Business + Visual Studio 2005 + MySQLDirect .NET 3.55.20 Problem

Posted: Thu 01 Mar 2007 14:37
by R. Santana
Hello,

I've installed all of this in my new computer but there's a problem, I install your component fine as always but when I open VS it fails and closes.

Do you know a solution for this issue?

Posted: Fri 02 Mar 2007 10:57
by Alexey
Does VS say something before closing?

Posted: Fri 02 Mar 2007 11:39
by R. Santana
Visual Studio has detected a problem and needs to close.

Posted: Fri 02 Mar 2007 13:04
by Alexey
Try to run "devenv /setup" and then "devenv /resetskippkgs" commands.

Posted: Fri 09 Mar 2007 17:10
by R. Santana
I've tried both,

devenv /setup ---> nothing happens

devenv /resetskippkgs ---> Same error, "Visual Studio hsa detected a problem and needs to close"

I've tried several versions, all of them crashes my VS.

What can I do?

Posted: Tue 13 Mar 2007 09:13
by Alexey
Do you have Vista 32 or 64 bit?
Try to switch off our add-in in the registry (HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\AddIns) and then run "devenv /setup" command.

Posted: Wed 14 Mar 2007 20:49
by R. Santana
It seems to ve solved after install the final version of VS 2005 SP1 for Vista.

Thanks.

P.D. Why after install your component VS2005 doesn't save the environment settings (toolbars and positions)?

Posted: Thu 15 Mar 2007 08:34
by Alexey
Try to switch off our add-in in the Tools --> Add-in Manager.

Posted: Thu 15 Mar 2007 08:52
by R. Santana
I've switched it off, but when I open VS again it still active and checked.

Posted: Thu 15 Mar 2007 09:18
by Alexey
Then delete it from the registry:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\AddIns\CoreLab.MySql.Addin.MySqlAddin.8

Posted: Thu 15 Mar 2007 09:33
by R. Santana
Perfect! Thanks!

Posted: Thu 15 Mar 2007 09:34
by Alexey
You're welcome.