Re: sharpdevolop 5.1 with mysql
Posted by: kamal Badri
Date: October 28, 2022 03:05PM

i'm using sharpdevolop 5.1 compilator and i open an old c# projet
the message erreur is "The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?) Compiler Error Message: CS0246 "
the warning message is " Unable to resolve this reference. Unable to find assembly "MySql.Data". Verify that the assembly exists on disk. If it's required by your code, you might get compiler errors. (MSB3245) "

Line 7: using MySql.Data.MySqlClient; ---> namespace is not working

n.b i added mysql.data to references
and i paste mysql.data to bin folder

Options: ReplyQuote


Subject
Written By
Posted
October 28, 2022 02:38PM
Re: sharpdevolop 5.1 with mysql
October 28, 2022 03:05PM


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.