Missing file error ?

  • Thread starter Thread starter Henry Lee
  • Start date Start date
H

Henry Lee

hi,
I try to use some ADO.NET 1.1 code in the Visual Web Developer 2005
express. So I add these namespace in web.config
<add namespace ="System.data"/>

<add namespace ="system.data.oledb"/>

but after that . the webpage will show error like

The type or namespace name 'data' does not exist in the namespace 'System'
(are you missing an assembly reference?)

Does that mean I can not use OBJECT LIKE Oldedbconnection under ASP 2.0 ?

Please advice

Henry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top