Security Exception: problem

Discussion in 'General troubleshooting' started by Sarahp, Jul 8, 2010.

  1. When i enter the username and password on the home page of my website; i get this error:

    Could not load file or assembly 'ADODB, Version=7.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.

    Can someone help me please, i would really appreciate it.
     
  2. Ray

    Ray

  3. Using ADO

    Sarahp(and others),

    If you copy the adodb.dll to your bin directory, your .Net application will find and use it, even if it is not in the GAC. Just make sure Visual Studio includes it when you publish your website to the production server.
     
  4. Ray

    Ray

    Thanks for that info I'm sure it will help someone out.
     

Share This Page