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

  • Home
  • SEARCH
  • 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 6621995
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T21:20:45+00:00 2026-05-25T21:20:45+00:00

I have written a 3 layer web site which has singleton repository for accessing

  • 0

I have written a 3 layer web site which has singleton repository for accessing database. My repositories use dataset for connecting to and query from database.
I want to test the site using Visual Studio 2010 Test project but when I create TableAdapter of dataset in repository I got following error in test application:

System.NullReferenceException: Object reference not set to an instance
of an object.

the code work correctly when I use repository from the inside of site but in test application I got that error.
one of my repositories which I got that error is follow:

public sealed class VehicleRepository
{
    private readonly int gateCode;
    private readonly VehicleTableAdapter vehicleSet;
    private readonly VehicleTypeTableAdapter vehicleTypeSet;
    private static VehicleRepository instance;

    private VehicleRepository()
    {
        var configureTable = new ConfigurationTableAdapter();
--->>>      var configuration = configureTable.GetData().ToList();
            if (configuration.Count == 0)
                throw new UserInterfaceException("some message");
            if (configuration.Count != 1)
                throw new UserInterfaceException("some message");
            gateCode = configuration[0].GateCode;
            vehicleSet=new VehicleTableAdapter();
            vehicleTypeSet=new VehicleTypeTableAdapter();
        }

    public static VehicleRepository GetInstance()
    {
        return instance ?? (instance = new VehicleRepository());
    }

    public Vehicle GetVehicleByPlaque(string plaque)
    {
        .....
    }

    private static Vehicle ConvertVehicleRowToVehicle(TransportCo.VehicleRow vehicleRow,TransportCo.VehicleTypeRow vehicleTypeRow)
    {
        ....
    }

    public void SaveOrUpdate(Vehicle vehicle)
    {
        ...
    }

    private static void UpdateVehicle(Vehicle vehicle)
    {
       ...
    }
}

I got the error in the —>>> line.
does anyone know the problem?

  • 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-25T21:20:46+00:00Added an answer on May 25, 2026 at 9:20 pm

    I suspect that if you break that line into two steps and look at what GetData returns, you’ll see it is null.

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

Sidebar

Related Questions

The web application my organization has written to perform customer care functions doesn't have
I have a REST web-service interface that calls-down to a service layer which orchestrates
I have a three tier system, SQL Server backend, hand written data access layer,
I have a data access layer (DAL) that is written in ASP.NET 3.5 and
I have written a site in Prototype but want to switch to jQuery. Any
I have written a ruby script which opens up dlink admin page in firefox
I have written an AppleScript which when supplied with a Windows network link, will
I'm about ready to launch our company's web site on Amazon's EC2, and have
I have written a dynamic database driven, object oriented website with an administration frontend
I've inherited a web application written in ASP.NET that has an incomplete implementation of

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.