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
 
Back
Top