Re: Database Error : System.Data.SqlClient.SqlException: SQL Server does not exist or access denied

  •  07-29-2004, 10:40 AM

    Re: Database Error : System.Data.SqlClient.SqlException: SQL Server does not exist or access denied

    Rgain :

     
        Thanks for verifying the antivirus problem . We would mention developers that issue.
     
    You get the known problem , which is resolved , but not be published .
     
    The reason is that the 'Culture' has not been binded anything. 
     
    It's wired , you could wait for the next release in few days, or try this :
     
    When get in the setup of DataBase configuration , choose 'Skip DataBase Configuration' , and click 'Next'
     
    and then , the 'Culture' would fill with 'en-us' and more .
     
    and then you could fill the ConnectionString manually , and continue
     
    ---------------
     
    The 'Metadata file' not found bug is known bug in Asp.Net 1.0/1.1
    To resolve this problem , the ASP.NET must re-copy the 'shadow assemblies' , there are some ways :
     
    A. iisreset
    B. re-copy the dll into the bin
    C. create a new file in the bin folder , and modify it and save it .
     
    Regards , Lijian .
     
     
     
     
View Complete Thread