Re: Tools for Visual Studio 1,1 Alpha
Posted by: Sean Wright
Date: January 27, 2007 10:10AM

Here's something interesting: edit the .reg file in the visual studio tool directory (the file is Register.reg).

You'll see an entry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\Packages\{79A115C9-B133-4891-9E7B-242509DAD272}]
@="MySql.Data.VisualStudio.MySqlDataProviderPackage"
"InprocServer32"="D:\\WINNT\system32\\mscoree.dll"
"Class"="MySql.Data.VisualStudio.MySqlDataProviderPackage"
"CodeBase"="[!!!PATH TO YOUR DDEX INSTALLATION!!!!]MySql.VisualStudio.dll"
"CompanyName"="MySQL AB c/o MySQL, Inc."
"ProductName"="Visual Studio Tools for MySQL"
"ProductVersion"="1.0"
"MinEdition"="standard"
"ID"=1510

You see the keys for InprocServer32 and CodeBase? Well I tried modifying these two parameters and now I get the error:

"An unexpected error occurred in the .Net Framework Data Provider for MySQL. Please contact..."

I'm hoping this will help you debug the code Reggie....

-Sean

Options: ReplyQuote


Subject
Written By
Posted
January 26, 2007 07:44PM
Re: Tools for Visual Studio 1,1 Alpha
January 27, 2007 10:10AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.