TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vasu Gadhiya
NA
429
102.8k
Dll cant Compile.
Aug 17 2013 10:14 AM
I Used Mysql Database in project.
for reference add i add from .net.
------------------------------------------------------
using System.IO;
using System.Configuration;
using MySql.Data.MySqlClient;
namespace adwebsite
{
public partial class Photo : System.Web.UI.Page
{
protected void Page_Load(object sender, EventArgs e)
{
string con = string.Format("Server=180.00.000.00;Uid=*******;Pwd=*******;Database=*******;");
}
}
}
------------------------------------------------------
In Local its run Complete and it fetch complete data.
but when i upload in hosting server it occur Compilation Error.
Compiler Error Message: CS0246: The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
Line 14 : using MySql.Data.MySqlClient;
Reply
Answers (
4
)
Unable to update in first click of button in gridview
multiply value od dropdown and textbox value