Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 322551
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T08:56:57+00:00 2026-05-12T08:56:57+00:00

The file Mexico.Data.dll is at /bin/ and other pages references it without error, what’s

  • 0

The file Mexico.Data.dll is at /bin/ and other pages references it without error, what’s my problemo?

CODE:

<%@ WebHandler Language="C#" Class="AuthCheck" %>

using System;
using System.Web;
using Mexcio.Data;

public class AuthCheck : IHttpHandler {

    public void ProcessRequest (HttpContext context) {

        ODA.Users findMatch = new ODA.Users();
        findMatch.loadByUserName(context.Request.QueryString["uname"],"=","");

        string getPass = decrypt(findMatch[0].Password);

        if ((FormsAuthentication.HashPasswordForStoringInConfigFile(getPass, System.Web.Configuration.FormsAuthPasswordFormat.SHA1)) == (context.Request.QueryString["pass"]))
        {
            context.Response.Write("OK");
        }

    }

    public bool IsReusable {
        get {
            return false;
        }
    }

}

ERROR:

Server Error in '/' Application.
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: CS0246: The type or namespace name 'Mexcio' could not be found (are you missing a using directive or an assembly reference?)

Source Error:

Line 3:  using System;
Line 4:  using System.Web;
Line 5:  using Mexcio.Data;
Line 6:  
Line 7:  public class AuthCheck : IHttpHandler {


Source File: c:\Inetpub\wwwroot\devv\services\AuthCheck.ashx    Line: 5
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-12T08:56:58+00:00Added an answer on May 12, 2026 at 8:56 am

    The using statement has a typo: using Mexcio.Data; should be using Mexico.Data;

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

file = BZ2File(SOME_FILE_PATH) p = xml.parsers.expat.ParserCreate() p.Parse(file) Here's code that tries to parse xml
FILE: hello world I would like to use a scripting language ( BASH )
File name and extension are empty. Please help. ASPX FILE CODE: <tr> <td colspan=3
I have a place.file text file; place.file New Hampshire New Jersey New Mexico Nevada
File outputFile = new File(path, clickedKey+.txt); OutputStream fos = new FileOutputStream(outputFile); fos.write(data.getBytes()); fos.close(); This
File formats I would like to play include .wav, .mp3, .midi. I have tried
File is sent to the client using Response.writefile and content diposition as inline. When
File: /home/USER/DIR/a http://www.here.is.a.hyper.link.net/ /home/USER/DIR/b http://www.here.is.another.hyper.link.net/ Need to remove all the odd lines in this
FILE *out=fopen64(text.txt,w+); unsigned int write; char *outbuf=new char[write]; //fill outbuf printf(%i\n,ftello64(out)); fwrite(outbuf,sizeof(char),write,out); printf(%i\n,write); printf(%i\n,ftello64(out));
FILE #1 (foo.h): #ifndef FOO_H_ #define FOO_H_ #include baseclass.h #include bar.h class Bar; class

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.