Results 1 to 3 of 3

Thread: error in Data Source Configuration Wizard in Visual Studio 2008

  1. #1
    Join Date
    Apr 2010
    Posts
    14

    sad error in Data Source Configuration Wizard in Visual Studio 2008

    hello there,

    I am facing this error in Data Source Configuration Wizard in Visual Studio 2008 Pro
    the error is:
    Error Message:Object reference not set to an instance of an object


    any angles out there to solve my problem, THANKX

  2. #2
    Join Date
    Jan 2009
    Posts
    71

    Re: error in Data Source Configuration Wizard in Visual Studio 2008

    Yes, let me be your angel to resolve this problem, you just need to register the Adodb.dll file in the global assembly cache (GAC). On a computer where only the .NET Framework is installed, the file Gacutil.exe does not exist.. Either obtain the gacutil file by installing Microsoft .NET Framework SDK, or create a Visual Studio.NET setup project that uses the installer to install the correct components.

    To register Adodb.dll in the GAC, follow these steps:
    Click Start and then click Run.
    In the Run dialog box, type the following command, and then click OK:

    C:\WINDOWS\Microsoft.NET\Framework\v1.0.3705\gacutil /i
    C:\Program Files\Microsoft.NET\Primary Interop Assemblies\adodb.dll

  3. #3
    Join Date
    Apr 2010
    Posts
    14

    Re: error in Data Source Configuration Wizard in Visual Studio 2008

    Thankx Janhavi it works may god bless you & let this kind of sprite be always be your side.......................thankx

Similar Threads

  1. Replies: 2
    Last Post: 16-02-2011, 02:49 PM
  2. Replies: 4
    Last Post: 28-01-2010, 04:44 PM
  3. Error "Calculating permissions failed" in Visual Studio 2008
    By mesterio in forum Windows Software
    Replies: 3
    Last Post: 15-10-2009, 07:45 PM
  4. Difference between Visual studio 2005 and Visual studio 2008
    By RohanS in forum Software Development
    Replies: 3
    Last Post: 12-06-2009, 10:48 AM
  5. What is Visual Studio 2008
    By Jackie in forum Software Development
    Replies: 1
    Last Post: 23-12-2008, 05:31 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,040,436.23890 seconds with 17 queries