Page 1 of 1

EnvDTE not found

Posted: Thu 25 Oct 2007 06:31
by johnp47
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.

Posted: Thu 25 Oct 2007 10:21
by Alexey
We will investigate this.
Look forward to hearing from me again.

Posted: Fri 02 Nov 2007 05:27
by johnp47
File envdte.dll not installed or removed. Adding a copy fixed the problem.

Posted: Fri 02 Nov 2007 11:08
by Alexey
I think this is a bug, because EnvDTE.dll shouldn't be needed. We are gonna fix this.