Compile Errors

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
peter.boot
Posts: 1
Joined: Tue 06 Dec 2005 07:30

Compile Errors

Post by peter.boot » Tue 06 Dec 2005 07:34

I am attempting to compile MySQLDirect .NET version 3.05 in Visual Studio C++ 2005 Express Edition, getting error:

.\stdafx.cpp : fatal error C1192: #using failed on 'c:\program files\corelab\mysqldirect.net\samples\dbtable\vc\{referencespath}\corelab.mysql.dll'
'The system cannot find the path specified.'

Can anyone advise how to fix the problem ?

Serious

Post by Serious » Tue 06 Dec 2005 14:40

We tested MySQLDirect .NET 3.20 BETA with Visual C++ 2005 and found no problems with it.
Check if you add reference in correct way: use appropriate page in project properties dialog.

Post Reply