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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T20:14:39+00:00 2026-06-03T20:14:39+00:00

I have a tough problem. I want to make a .dll that is netload-ed

  • 0

I have a tough problem. I want to make a .dll that is “netload”-ed inside AutoCAD 2012 and I want to use EF + SQL Server CE 4.0 Private Installation in order to be able to XCopy the program.

I don’t want to install SQL Server CE 4.0 on the client machine so I have chosen the Private Installation. The problem is that it relies on config file which is not an option here because I want XCopy the program only!

I am using the nuget package EntityFramework.SqlCompact. Whatever I try I get an

unable to find the requested .net framework data provider

exception inside AutoCAD, because AutoCAD has its own config which is almost empty.

Is there any way to configure the app to use the locally copied dll-s without config at all? Is there a way to include another config?

I can post example code too.

  • 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-06-03T20:14:40+00:00Added an answer on June 3, 2026 at 8:14 pm

    This error is caused by Entity Framework, not SQL Compact, as EF relies on the DbProvider configuration. So if you use classic ADO.NET instead for data access, private deployment will work, otherwise you must have this in your app.config:

    <?xml version="1.0" encoding="utf-8"?>
    <configuration>
    <system.data>
     <DbProviderFactories>
      <remove invariant="System.Data.SqlServerCe.4.0" />
      <add name="Microsoft SQL Server Compact Data Provider 4.0" invariant="System.Data.SqlServerCe.4.0" description=".NET Framework Data Provider for Microsoft SQL Server Compact" type="System.Data.SqlServerCe.SqlCeProviderFactory, System.Data.SqlServerCe, Version=4.0.0.1, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
     </DbProviderFactories>
     </system.data>
    </configuration>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a problem of web pages being cached even though I specify that
This is a tough one to google for. I have an XML document that's
Problem: I want to make iPhone OS 2.1 apps, but Xcode now always makes
I have a problem that is and has been perplexing me for hours. I
So i want to make a code, that creates a binary tree, that holds
So my problem is that I have a NSManagedObject 'A' which has a has-many
I have this UIPopOverScreen that shows when I press a NavigationBar Button. The problem
I want to make a Views block's content show things that's related to the
I want to make a fullscreen app that shows the background of the new
I have a tough issue that I cannot find an answer to. My data

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.