S
Steve
My host doesn't offer SqlServer, so I'm taking a swing at MySql and so far
I'm getting a FileNotFoundException in my asp.net app when I try to
instantiate a MySqlConnection object.
I have added a reference to the dll and including the namespace in my using
directive.
Here is the stack trace:
[FileNotFoundException: The system cannot find the file specified.]
[FileNotFoundException: File or assembly name 'MySql.Data,
Version=1.0.4.20163, Culture=neutral, PublicKeyToken=c5687fc88969c44d', or
one of its dependencies, was not found.]
TheHudsonDrags.BackEnd_Components.CDAL..ctor() in e:\files\web
sites\thehudsondrags\web_root\backend_components\dal.cs:23
TheHudsonDrags.Controls.News.Page_Load(Object sender, EventArgs e) in
e:\files\web sites\thehudsondrags\web_root\controls\news.ascx.cs:22
System.Web.UI.Control.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +45
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +952
I really don't see the problem. I have added the reference, so how does it
not know where it is? Confusing.
Any help appreciated,
Steve
I'm getting a FileNotFoundException in my asp.net app when I try to
instantiate a MySqlConnection object.
I have added a reference to the dll and including the namespace in my using
directive.
Here is the stack trace:
[FileNotFoundException: The system cannot find the file specified.]
[FileNotFoundException: File or assembly name 'MySql.Data,
Version=1.0.4.20163, Culture=neutral, PublicKeyToken=c5687fc88969c44d', or
one of its dependencies, was not found.]
TheHudsonDrags.BackEnd_Components.CDAL..ctor() in e:\files\web
sites\thehudsondrags\web_root\backend_components\dal.cs:23
TheHudsonDrags.Controls.News.Page_Load(Object sender, EventArgs e) in
e:\files\web sites\thehudsondrags\web_root\controls\news.ascx.cs:22
System.Web.UI.Control.OnLoad(EventArgs e) +102
System.Web.UI.Control.LoadRecursive() +45
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Control.LoadRecursive() +130
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +952
I really don't see the problem. I have added the reference, so how does it
not know where it is? Confusing.
Any help appreciated,
Steve