EnvDTE not found

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
johnp47
Posts: 5
Joined: Thu 25 Oct 2007 05:57

EnvDTE not found

Post by johnp47 » Thu 25 Oct 2007 06:31

I am using BDS2006 on xp pro & have downloaded a trial of MyDirect.Net v 4.20.19.0. The intention is to allow web page access to an existing MYSQL database using C#.Net

Using the Web sample as a guide, in setting the mySQLConnection connection string produces the following error

"File or assemble name EnvDTE or one of its dependencies was not found"

Still possible to set the string & test the connection as OK. Setting the Connection property of a mySQLCommand component produces same error.

Attempting to compile the Web sample produces the following errors

"Referenced class 'Corelab.common.DbConnectionBase' has a base class 'Corelab.Common.DbConnection' defined in an assembly not referenced. You must add a reference to assembly 'Corelab.Data'"

Similarly for 'Corelab.Mysql.mySQLCommand' -> 'Corelab.Comon.DbBaseCommand' and others.

I am new to C#.net & there is probably something pretty basic here but I would appreciate some direction if possible please.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 25 Oct 2007 10:21

We will investigate this.
Look forward to hearing from me again.

johnp47
Posts: 5
Joined: Thu 25 Oct 2007 05:57

Post by johnp47 » Fri 02 Nov 2007 05:27

File envdte.dll not installed or removed. Adding a copy fixed the problem.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 02 Nov 2007 11:08

I think this is a bug, because EnvDTE.dll shouldn't be needed. We are gonna fix this.

Post Reply