Dev Tools causes problem with VStudio 2005
Posted: Tue 26 Sep 2006 11:48
After I install mysqldev170vs8.exe into VStudio 2005, VStudio can no longer persist IDE customization/layout changes to cmdUI.prf. I worked with a friend from MS to debug the problem and you can see that the add-in causes a crash in the VStudio shutdown process and thereby prevents the last step of the persistence process from completing.
I'm not sure what else you need from me but here's some more detail. I can not customize my IDE in anyway (and have it persist from session to session) and is quite a pain in the a$$....
OS: XP sp2, patched
Chip: AMD athlon mobile
Ram: 1.2G
VStudio: 2005 Pro, brand new install on brand new OS install
Snippet from log file created for VStudio by running VStudio from the VStudio cmdline with the following syntax:
devenv /log c:\VSLog.txt
Here's the point in the log where 'something' crashes:
53
2006/09/26 11:44:23.250
Information
Microsoft Visual Studio
Unloading AddIn and calling OnDisConnection: CoreLab.MySql.Addin.MySqlAddin.8
54
2006/09/26 11:44:23.296
Microsoft Visual Studio
Destroying Main Window
55
2006/09/26 11:44:23.312
Error
Microsoft Visual Studio
Couldn't save the PRF
80070057 - E_INVALIDARG
C:\Documents and Settings\chris\Application Data\Microsoft\VisualStudio\8.0\1033\CmdUI.PRF
Those are the last 3 entries in the log file. You can see that CoreLab is unloaded and then VStudio crashes while trying to persist the UI preferences. This doesn't happen if the CoreLab DevTools are not installed.
Also, if you just install the CoreLab .Net Provider for MySQL everything works fine. But, the Dev Tools cause a problem.... Please let me know when it's addressed. It's been causing a headache for me for months.
Chris
I'm not sure what else you need from me but here's some more detail. I can not customize my IDE in anyway (and have it persist from session to session) and is quite a pain in the a$$....
OS: XP sp2, patched
Chip: AMD athlon mobile
Ram: 1.2G
VStudio: 2005 Pro, brand new install on brand new OS install
Snippet from log file created for VStudio by running VStudio from the VStudio cmdline with the following syntax:
devenv /log c:\VSLog.txt
Here's the point in the log where 'something' crashes:
53
2006/09/26 11:44:23.250
Information
Microsoft Visual Studio
Unloading AddIn and calling OnDisConnection: CoreLab.MySql.Addin.MySqlAddin.8
54
2006/09/26 11:44:23.296
Microsoft Visual Studio
Destroying Main Window
55
2006/09/26 11:44:23.312
Error
Microsoft Visual Studio
Couldn't save the PRF
80070057 - E_INVALIDARG
C:\Documents and Settings\chris\Application Data\Microsoft\VisualStudio\8.0\1033\CmdUI.PRF
Those are the last 3 entries in the log file. You can see that CoreLab is unloaded and then VStudio crashes while trying to persist the UI preferences. This doesn't happen if the CoreLab DevTools are not installed.
Also, if you just install the CoreLab .Net Provider for MySQL everything works fine. But, the Dev Tools cause a problem.... Please let me know when it's addressed. It's been causing a headache for me for months.
Chris