Subsonic MySQL
I understand that Subsonic 2.2 requires the MySQL.data 5.2.3 dll. I am trying to integrate a subsonic DAL for a VB project in Visual Studio. The project already uses many datasets. Because of this, Visual Studio requires me to have the MySQL NET connector software installed, which will automatically dump its own MySQL dll to my system.
The problem is that with the MySQl NET Connector installed on my system, I cannot include the MySql.data 5.2.3 dll in my project because it complains that I have two conflicting versions of the same DLL.
The closest version of Net Connector I can install is 5.2.6. Subsonic requirements 5.2.3. I can't seem to use both projects. What the hell was I supposed to do?
0
a source to share