help me for install framework SDK 1.1

Discussion in 'ASP.NET / ASP.NET Core' started by cool_man77, Oct 31, 2003.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. 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.
    ???
     
  2. 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
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page