A
Andy Fish
Hi,
I have a single-file aspx file (no codebehind). when I try to do this:
<%@ Import Namespace="MySql.Data.MySqlClient" %>
I get this:
CS0246: The type or namespace name 'MySql' could not be found (are you
missing a using directive or an assembly reference?)
I have the MySql.Data assembly registered in the gac. Any ideas why it won't
pick it up?
Andy
I have a single-file aspx file (no codebehind). when I try to do this:
<%@ Import Namespace="MySql.Data.MySqlClient" %>
I get this:
CS0246: The type or namespace name 'MySql' could not be found (are you
missing a using directive or an assembly reference?)
I have the MySql.Data assembly registered in the gac. Any ideas why it won't
pick it up?
Andy