dotConnect for SalesForce - No Nugget package

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
vblain
Posts: 2
Joined: Mon 08 Feb 2021 01:02

dotConnect for SalesForce - No Nugget package

Post by vblain » Mon 08 Feb 2021 01:05

Hi,

I'm using dotConnect for SalesForce and getting Method not found: 'System.String System.AppDomainSetup.get_LicenseFile()'. The response on other board is to get the nugget package but there are no DevArt.Data.SalesForce package available.

How do I fix this error with EF Core3.1

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dotConnect for SalesForce - No Nugget package

Post by Shalex » Mon 08 Feb 2021 11:26

.NET Core is not supported by dotConnect for Salesforce. There is no timeframe for the .NET Standard (.NET Core) feature in dotConnect for Salesforce at the moment. We will notify you about the progress.

vblain
Posts: 2
Joined: Mon 08 Feb 2021 01:02

Re: dotConnect for SalesForce - No Nugget package

Post by vblain » Mon 08 Feb 2021 16:16

So Entity Developer has the ability to generate an EF Core Data Access Layer, and is marketed as such. But there is no timeline for the actual timeframe to make it useable within a program??

That is kind of mis-leading in my opinion. This is mainly why I purchased this product.

From your own product site - https://www.devart.com/dotconnect/salesforce/ - : "dotConnect for Salesforce allows you to access Salesforce data via Entity Framework - Microsoft's recommended data access technology. It supports Entity Framework v4, v5, v6, and Entity Framework Core, and enables you to use the following Entity Framework features with Salesforce data"

There is a term for that in CA law - False Advertising.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: dotConnect for SalesForce - No Nugget package

Post by Shalex » Tue 09 Feb 2021 12:33

You can use dotConnect for Salesforce with EF Core 3.1 in .NET Framework projects. Please add references to the following assemblies to your project:
* "C:\Program Files (x86)\Devart\dotConnect\Salesforce\Devart.Data.dll"
* "C:\Program Files (x86)\Devart\dotConnect\Salesforce\Devart.Data.Salesforce.dll"
* "C:\Program Files (x86)\Devart\dotConnect\Salesforce\Entity\EFCore3\Devart.Data.Salesforce.Entity.EFCore.dll"

These are assemblies compiled for .NET Framework.

Post Reply