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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T19:10:18+00:00 2026-05-12T19:10:18+00:00

Heya, I’m currently trying to get bltoolkit working in my project. I’ve added the

  • 0

Heya, I’m currently trying to get bltoolkit working in my project.
I’ve added the BLToolkit.3 project to my solution and am referencing it appropriately.

The code in question is really simple.

    public List<Account> LoadAccounts()
    {
        using (DbManager db = new DbManager("MySql"))
        {
            var query = new SqlQuery<Account>();
            return query.SelectAll(db);
        }
    }

With an app.config of

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <configSections>
    <section name="bltoolkit" type="BLToolkit.Configuration.BLToolkitSection, BLToolkit.3"/>
  </configSections>

  <bltoolkit>
    <dataProviders>
      <add type="BLToolkit.Data.DataProvider.MySqlDataProvider" />
    </dataProviders>
  </bltoolkit>

  <connectionStrings>
    <add name="MySql" connectionString="Server=localhost;Port=3306;Database=BLT;Uid=root;" providerName="MySql.Data.MySqlClient"/>
  </connectionStrings>
</configuration>

When I try to run that, I get the following exception: “The type initializer for ‘BLToolkit.Data.DbManager’ threw an exception.”

Upon closer inspection it seems to be line 261 in DbManager.Config.cs

Type             dataProviderType = Type.GetType(provider.TypeName, true);

Which basically fails to get the MySQL providers type. I’ve tried putting the MySQL.data.dll in my applications run path, with no luck.

Any ideas?

  • 1 1 Answer
  • 1 View
  • 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-12T19:10:19+00:00Added an answer on May 12, 2026 at 7:10 pm

    By default, MySqlDataProvider is not included in build. You’ll have to download source code and add MySqlDataProvider.cs as “Existing Item” to your project (and modify assembly-qualified type name appropriately). Or, if you’re fine with recompiling BLTooklit, you can include it in BLToolkit project itself.

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

Sidebar

Related Questions

Heya, I'm trying to use Mono's SIMD to handle coordinates(X,Y,Z) in my project, but
Heya, I've got some code that I think ought to be working (though I
Heya I get this error message. I've been looking everywhere but I dont know
Heya, I m new to hibernate. I have to say it really simplifies everything
Heya, I'm creating a menu and was wondering if how i would add a
heya! i recently came across this statement larger sobel operators are more stable in
Hey a similar question has been asked before, but none that answers mine exactly.
Heya. Finally, after a lot of fiddling, I got a .rc-loaded context menu for
Heya, I'm using google api to access calendar data, and when I visit the
heya, i am running linux (ubuntu), I am having some trouble with this. i've

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.