MySQL Forums
Forum List  »  General

Dot Net Charting/MySQL Ambiguous Namespace issue in Visual Studio
Posted by: Richard Longden-Thurgood
Date: September 12, 2006 02:54PM

Hi, I'm having an ambiguous namespace issue in Visual Studio. It seems that that the dotnetCharting.dll contains the MySql.Data.MySQL client namespace, as obviously the MySql.Data.dll does, as shown below

Namespace MySql.Data.MySqlClient
Member of: dotnetCHARTING

Namespace MySql.Data.MySqlClient
Member of: MySql.Data

Now I tried to resolve this by removing the MySQL.Data.dll, however the dotnetCharting.dll does not seem to work with the connection object and crashes the program on run.

I also tried to use the full name to declare objects / reference the dll but it still told me that the namespace was ambiguous.

Anyone have ideas how to get around this?

Options: ReplyQuote


Subject
Written By
Posted
Dot Net Charting/MySQL Ambiguous Namespace issue in Visual Studio
September 12, 2006 02:54PM


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.