Hi
I'm having some weird ( or maybe not ) problems with my editor.
If I hit a button with a popup ( insert image, insert link, insert downloadable file ... and so on ) all I get is an error message inside the new window :
CS0246: The type or namespace name 'Mysql' could not be found (are you missing a using directive or an assembly reference?)
It refers to the lines in my web.config where the assemblys mysql.data and mysql.data.mysqlclient is being added.
Weird because the rest of my project works fine.
<add namespace="CuteEditor"/>
<add namespace="CS.WebControls"/>
<add namespace="Mysql.Data"/>
<add namespace="Mysql.Data.MysqlClient"/>
<add namespace="System.Data.SqlClient"/>
It is the second added assembly that causes the problem, but if i delete that line the first mysql-line will cause the same problem.
Does anyone know what I did wrong ? Heeelp :)
Best Regards
Ulrik