PDA

View Full Version : help me for install framework SDK 1.1


cool_man77
10-31-2003, 02:23 AM
I had install framework SDK 1.1 in Visual Studio but after then I run one *.aspx file have <%@ Import Namespace="System.Data.ADO"%> code, the browser notice: Compiler Error Message: BC30466: Namespace or type 'ADO' for the Imports 'System.Data.ADO' cannot be found.
???

steurm
11-01-2003, 01:20 AM
If you want to use ADO, you have to specify the type of provider you want to use instead of ADO:
<ul> SQL server : System.Data.Sql MS Access: System.Data.Oledb [/list]

System.Data.ADO is no class.

Hope you can solve your problem

--
Steurm
www.steurm.net/steurm