OK, it took me sometime to understand what I need, so I will simplify my question.
I would like to use the MySQL database with DATASET functionallity.
this will help me display short SELECT queries, without writing any code behind.
the problem is , when using a dataset, I get comilation errors that say:
The type MySqlConnection exists in both <<Temporary ASP.NET Files folder>> and <<Project folder>>
I think, If I will get DATASET functionallity works with mySQL, my problem will be solved, and I will be able reduce 30% of code that anyway used only once in my applications.
Do you have an idea regarding this?
Thank you.