Search found 9854 matches

by Shalex
Thu 28 Apr 2022 16:32
Forum: LinqConnect (LINQ to SQL support)
Topic: CreateDatabase does not work with ForeignKeys
Replies: 7
Views: 12549

Re: CreateDatabase does not work with ForeignKeys

The investigation is in progress. An approximate timeframe for the fix is one month.
by Shalex
Thu 28 Apr 2022 16:31
Forum: Entity Framework support
Topic: A non-collectible assembly may not reference a collectible assembly.
Replies: 6
Views: 13616

Re: A non-collectible assembly may not reference a collectible assembly.

The investigation is in progress. An approximate timeframe is one month.
by Shalex
Thu 28 Apr 2022 14:26
Forum: dotConnect for Oracle
Topic: How to ugrade from v9.7.770.0 to v9.16.1434.0
Replies: 1
Views: 1930

Re: How to ugrade from v9.7.770.0 to v9.16.1434.0

Please remove Devart NuGet packages from both .NET Standard 2.0 and .NET Framework 4.8 projects. Run installation of dotConnect for Oracle v9.16.1434 on your workstation, then add references to the following assemblies in your .NET Standard 2.0 and .NET Framework 4.8 projects:
  • "C:\Program Files (x86)\Devart\dotConnect\Oracle\Devart.Data.dll"
  • "C:\Program Files (x86)\Devart\dotConnect\Oracle\Devart.Data.Oracle.dll"
  • "C:\Program Files (x86)\Devart\dotConnect\Oracle\Entity\EF6\Devart.Data.Oracle.Entity.EF6.dll"
  • "C:\Program Files (x86)\Devart\dotConnect\Oracle\Entity\EF6\Devart.Data.Oracle.Entity.Spatials.EF6.dll"
by Shalex
Thu 28 Apr 2022 14:20
Forum: dotConnect for Oracle
Topic: System.Data.Entity.Core.MetadataException: Unable to load the specified metadata resource
Replies: 3
Views: 3861

Re: System.Data.Entity.Core.MetadataException: Unable to load the specified metadata resource

You should add a step to your pipeline for installing the provider on the build server to register the provider build action:

Code: Select all

- task: CmdLine@2
  inputs:
    script: '$(Build.SourcesDirectory)\dcoracle911pro.exe /TYPE=FULL /VERYSILENT'
Refer to https://www.devart.com/dotconnect/oracl ... yment.html > the Continuous Integration section.
by Shalex
Tue 15 Mar 2022 19:01
Forum: LinqConnect (LINQ to SQL support)
Topic: CreateDatabase does not work with ForeignKeys
Replies: 7
Views: 12549

Re: CreateDatabase does not work with ForeignKeys

Thank you for the test project. We will investigate the issue and notify you about the result.
by Shalex
Tue 15 Mar 2022 18:40
Forum: Entity Framework support
Topic: A non-collectible assembly may not reference a collectible assembly.
Replies: 6
Views: 13616

Re: A non-collectible assembly may not reference a collectible assembly.

Thank you for the test project. We will investigate the issue and notify you about the result.
by Shalex
Tue 08 Mar 2022 15:32
Forum: LinqConnect (LINQ to SQL support)
Topic: CreateDatabase does not work with ForeignKeys
Replies: 7
Views: 12549

Re: CreateDatabase does not work with ForeignKeys

Please send us a test project with your model so that we can reproduce the issue in our environment.
by Shalex
Tue 08 Mar 2022 15:27
Forum: dotConnect for Oracle
Topic: Temporal Table support
Replies: 1
Views: 2035

Re: Temporal Table support

We do not yet have any recommendations in this regard and have not tried to do something in this direction. If you have some vision of how it could look like, please share it and we can try to plan it for implementation in some form.
by Shalex
Tue 08 Mar 2022 15:20
Forum: Entity Framework support
Topic: A non-collectible assembly may not reference a collectible assembly.
Replies: 6
Views: 13616

Re: A non-collectible assembly may not reference a collectible assembly.

1. Please send us a small test project for reproducing the problem in our environment.

2. As a workaround, try using the Direct Mode instead of OCI Mode. Does this fix the issue?
by Shalex
Sat 19 Feb 2022 11:55
Forum: Entity Developer
Topic: Entity Developer 6.12.1419 EF Core wrong field type for MySql
Replies: 5
Views: 10784

Re: Entity Developer 6.12.1419 EF Core wrong field type for MySql

SerhiiS wrote: Thu 17 Feb 2022 18:32 is there any way to compare my mapping setup to default?
You can press Reset in the Options dialog box from your first screenshot to restore default mapping rules: https://www.devart.com/entitydeveloper/ ... rules.html.
by Shalex
Fri 18 Feb 2022 11:42
Forum: dotConnect for PostgreSQL
Topic: Error trying to add Authentication
Replies: 17
Views: 97417

Re: Error trying to add Authentication

  • The bug with throwing the "Unexpected server response" error when executing INSERT into non-existing table is fixed
  • The bug with missing the CREATE TABLE statement for __EFMigrationsHistory in EF Core 5 and EF Core 6 Migrations is fixed
We are working on the internal build of dotConnect for PostgreSQL for you.
by Shalex
Thu 17 Feb 2022 17:28
Forum: Entity Developer
Topic: Entity Developer 6.12.1419 EF Core wrong field type for MySql
Replies: 5
Views: 10784

Re: Entity Developer 6.12.1419 EF Core wrong field type for MySql

Also, check your default mapping for int via Tools > Options > Servers' Options > MySQL.
by Shalex
Thu 17 Feb 2022 17:26
Forum: Entity Developer
Topic: Entity Developer 6.12.1419 EF Core wrong field type for MySql
Replies: 5
Views: 10784

Re: Entity Developer 6.12.1419 EF Core wrong field type for MySql

We cannot reproduce the problem with dotConnect for MySQL.

Please specify the name and version of the provider you are using with Entity Developer. The list of supported providers for MySQL is available at https://www.devart.com/entitydeveloper/ ... ility.html.
by Shalex
Wed 16 Feb 2022 16:23
Forum: Entity Framework support
Topic: EF Oracle provider Exception
Replies: 2
Views: 9433

Re: EF Oracle provider Exception

With .NET 6 project, please use https://www.nuget.org/packages/devart.data.oracle.ef6 instead of the Devart.* assemblies shipped with the provider installation ( C:\Program Files (x86)\Devart\dotConnect\Oracle\ ).

If this doesn't help, send us a small test project for reproducing the issue via our contact form.
by Shalex
Fri 11 Feb 2022 11:06
Forum: dotConnect for Oracle
Topic: Visual Studio 2022 Support
Replies: 7
Views: 19722

Re: Visual Studio 2022 Support

We are going to release the VS2022 support at the end of this month. We will notify you in this thread.