[Mono-list] System Data
nuzil
alex.nuzil at gmail.com
Fri Dec 5 16:23:58 EST 2008
Hello. Can you help me?
When I try to type in my *cs file this: "using System.Data;", I see an
error:
The type or namespace name `Data` does not exist in the namespace `System`.
Are you missing an assembly reference?
This is my code:
//--------------------------------------
using System;
using System.Data;
namespace web
{
protected void Page_Load(object sender, System.EventArgs e)
{
Response.Write("hello!");
}
}
//-----------------------------------------
I look in my Package manager, and can say that a System.Data library was
installed.
Maybe I need to turn it on somewhere? I don't know.
Please help me.
Thank you
--
View this message in context: http://www.nabble.com/System-Data-tp20862768p20862768.html
Sent from the Mono - General mailing list archive at Nabble.com.
More information about the Mono-list
mailing list