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 4124580
In Process

The Archive Base Latest Questions

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

I have an app in c# using Visual Studio 2010 express and realized the

  • 0

I have an app in c# using Visual Studio 2010 express and realized the sqlce database i was using does not meet all of our needs.

I am trying to figure out how to add a firebird datasource and point to my firebird database. I want to mimic the sqlce dataset creating a new dataset but with designer. I think my first step needs to be getting the data source added but I can’t figure out how to do it. Any ideas?

I tried following this article:
http://www.ibprovider.com/eng/documentation/firebird_adonet/p2_visual_studio_2008.html#server_explorer
as well as additional links within this article but have not had luck. I tried installing the ibprovider professional suite and it looks like it insalled as i see it in program files but I am not certain what it is doing exactly. I also installed a odbc provider from the easysoft.

Any help would be appreciated.

  • 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-20T23:45:33+00:00Added an answer on May 20, 2026 at 11:45 pm

    It’s been a while since I’ve done this. I do remember making changes to the machine.config. Look at these, these instructions sound familiar. http://www.basarat.com/2010/02/setting-up-firebird-development-with-vs.html http://www.basarat.com/2010/05/setting-up-portable-firebird-full-with.html

    edit:
    I just installed it, this is what I did:

    • I downloaded the latest
      FireBirdClient.msi and DDEX provider
      from here.
    • Installed the .msi and extracted the
      DDEX zip.
    • Used the Visual Studio Command prompt
      and navigated to C:\Program Files
      (x86)\FirebirdClient.
    • Did gacutil /i
      FirebirdSql.Data.FirebirdClient FYI, after the .dll doesn’t show up in the gac for some reason
    • Then, gacutil /l
      FirebirdSql.Data.FirebirdClient and left it open so I could copy the Version and PublicKeyToken later.
    • I modified my machine.config in
      C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG
      AND C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config
      and followd these instructions.

    Note: %RuntimeVersion% vs. %Version%

    <configuration>
      <configSections>
        ...
        <section name="firebirdsql.data.firebirdclient" type="System.Data.Common.DbProviderConfigurationHandler, System.Data, Version=%RuntimeVersion%, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
        ...
      <configSections>
    ...
      <system.data>
        <DbProviderFactories>
          ...
          <add name="FirebirdClient Data Provider" invariant="FirebirdSql.Data.FirebirdClient" description=".Net Framework Data Provider for Firebird" type="FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, FirebirdSql.Data.FirebirdClient, Version=%Version%, Culture=%Culture%, PublicKeyToken=%PublicKeyToken%" />
          ...
        </DbProviderFactories>
      </system.data>
    </configuration>
    
    And substitute (these informations you can find using gacutil):
      - %RuntimeVersion% with either 2.0.0.0 (.NET 2.0, .NET 3.0, .NET 3.5) or 4.0.0.0 (.NET 4). 
      - %Version% with the version of the provider assembly that you have in the GAC.
      - %Culture% with the culture of the provider assembly that you have in the GAC.
      - %PublicKeyToken% with the PublicKeyToken of the provider assembly that you have in the GAC.
    
    • From the DDEX extract I copyied the
      two .dll’s
      FirebirdSql.VisualStudio.DataTools.dll
      and
      FirebirdSql.VisualStudio.DataToolsUI.dll
      to C:\Program Files (x86)\Microsoft
      Visual Studio 10.0\Common7\IDE.

    • The last thing I did was modify the 2
      registry files from the DDEX extract
      changing the path for each to
      C:\Program Files (x86)\Microsoft
      Visual Studio
      10.0\Common7\I\DE\FirebirdSql.VisualStudio.DataTools.dll
      and merged them.

    edit: adding this as a reference noted by bline22 in the comments.

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

Sidebar

Related Questions

I have a Microsoft Access 2010 database(*). Now, using Visual Studio 2010, I want
I have created an OData/WCF service using Visual Studio 2010 on Windows XP SP3
I am using C#, Visual Studio 2010 and Entity Framework 4. I have an
when calling a SSIS package (C# app) using LoadFromSqlServer, does the user account have
I'm using Visual Studio 2010. In my Solution Explorer I like to sort my
I have a ASP.net MVC2 website that was working great when using Visual Studio
I have an app using PHP and the PayPal API. The basic way it
I have a web page that is being displaying in a winform app using
I'm writing a Silverlight app using the MVVM pattern. I have a main view
I am working on a web app using C# and asp.net I have been

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.