Search found 9854 matches

by Shalex
Tue 04 Oct 2022 17:42
Forum: LinqConnect (LINQ to SQL support)
Topic: Filtering on a DateTimeOffset column throws exception
Replies: 1
Views: 8208

Re: Filtering on a DateTimeOffset column throws exception

Thank you for your report. We have reproduced the issue and will notify you about the results of our investigation.
by Shalex
Tue 04 Oct 2022 17:11
Forum: Entity Framework support
Topic: security transparent method exception issue
Replies: 1
Views: 8461

Re: security transparent method exception issue

dotConnect for MySQL v8.21.2066 and higher versions include the following improvements:
  • The new \Entity\EF5\net47\Devart.Data.MySql.Entity.EF5.dll assembly compiled with .NET Framework 4.7 is added
  • The behavior is changed: Devart.Data.MySql.Entity.EF5.dll compiled with .NET Framework 4.7 is used now in EF5 models
With v8.21.2066, you should add the following references to your project and use them during deployment:
* C:\Program Files (x86)\Devart\dotConnect\MySQL\NET4\Devart.Data.dll
* C:\Program Files (x86)\Devart\dotConnect\MySQL\NET4\Devart.Data.MySql.dll
* C:\Program Files (x86)\Devart\dotConnect\MySQL\Entity\EF5\net47\Devart.Data.MySql.Entity.EF5.dll
by Shalex
Tue 04 Oct 2022 16:49
Forum: Entity Developer
Topic: ConcurrencyMode conflict in EntityFrameworkCore
Replies: 1
Views: 8287

Re: ConcurrencyMode conflict in EntityFrameworkCore

Entity Developer allows setting Concurrency=True for class property to configure it as a concurrency token via the designer.

Refer to https://learn.microsoft.com/en-us/ef/co ... oncurrency.
by Shalex
Tue 04 Oct 2022 15:40
Forum: Entity Developer
Topic: PropertyChanging and PropertyChanged always generated as virtual
Replies: 1
Views: 8434

Re: PropertyChanging and PropertyChanged always generated as virtual

You are working with EF Core and C#, aren't you? We have reproduced the described behavior and will notify you about the results of our investigation.
by Shalex
Tue 04 Oct 2022 14:34
Forum: dotConnect for PostgreSQL
Topic: EF6 with spatial support
Replies: 1
Views: 42353

Re: EF6 with spatial support

NetTopologySuite 2.4.0 is supported in EF Core 3, EF Core 5, and EF Core 6 by dotConnect for PostgreSQL v7.23.2042 and higher.

With EF5 and EF6, NetTopologySuite 1.14 is supported only.
by Shalex
Tue 04 Oct 2022 13:55
Forum: Entity Framework support
Topic: Getting synchronous behavior from ToListAsync
Replies: 3
Views: 9922

Re: Getting synchronous behavior from ToListAsync

There is no technical possibility to support async methods in the OCI Mode (via Oracle Client). The asynchronous implementation in the Direct Mode is on our roadmap but without a timeframe at the moment. We will notify you about the progress.
by Shalex
Tue 04 Oct 2022 08:14
Forum: Entity Developer
Topic: Duplicate Designer File being created upon save
Replies: 1
Views: 8002

Re: Duplicate Designer File being created upon save

iamnotcreative wrote: Wed 27 Jul 2022 16:23when editing my project's LQML in that it's creating a new .Designer.vb file upon Save All
That is a designed behavior.
iamnotcreative wrote: Wed 27 Jul 2022 16:23I had previously edited one of the classes to put the schema in front of the table name
Please set the schema via the Source property of LinqClass in the model designer: Source=schemaName.tableName instead of Source=tableName.

Also, be aware of the "Preserve schema name in storage" option in Model Settings that is applied to the newly added tables to the model.
by Shalex
Tue 04 Oct 2022 07:31
Forum: Entity Developer
Topic: "Specified cast is not valid" when using enum type as primary key
Replies: 1
Views: 7807

Re: "Specified cast is not valid" when using enum type as primary key

Thank you for your report. We have reproduced the issue and will notify you when it is fixed.
by Shalex
Mon 03 Oct 2022 17:32
Forum: dotConnect for MySQL
Topic: Arithmetic operation resulted in an overflow
Replies: 1
Views: 9517

Re: Arithmetic operation resulted in an overflow

Thank you for your report. We will notify you when the issue is fixed.
by Shalex
Mon 03 Oct 2022 16:33
Forum: dotConnect for Oracle
Topic: Issue with TruncateLongDefaultNames on Oracle 19
Replies: 7
Views: 21263

Re: Issue with TruncateLongDefaultNames on Oracle 19

Sorry for the delayed response. We have reproduced the described issue with TruncateLongDefaultNames=true on Oracle 19 and will notify you about the result of our investigation.
by Shalex
Mon 03 Oct 2022 15:47
Forum: dotConnect for PostgreSQL
Topic: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f
Replies: 4
Views: 37216

Re: Could not load file or assembly 'System.Text.Encoding.CodePages, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b0

Devart Account is what you get when you sign in to https://secure.devart.com/. You should download the provider installation dcpostgresql*.exe that creates .NET Framework Devart.* assemblies in C:\Program Files (x86)\Devart\dotConnect\PostgreSQL\.

Also, free Express Edition can be downloaded from https://www.devart.com/dotconnect/postg ... nload.html.
by Shalex
Mon 03 Oct 2022 12:16
Forum: dotConnect for PostgreSQL
Topic: Visual Studio 2022
Replies: 1
Views: 8527

Re: Visual Studio 2022

Visual Studio 2022 is supported by dotConnect for PostgreSQL v8.0.
by Shalex
Mon 03 Oct 2022 10:12
Forum: dotConnect for Oracle
Topic: Visual Studio 2022 Support
Replies: 7
Views: 19647

Re: Visual Studio 2022 Support

Visual Studio 2022 is supported by dotConnect for Oracle v10.0.
by Shalex
Thu 12 May 2022 16:24
Forum: Entity Developer
Topic: Losing property name after updating model
Replies: 3
Views: 18734

Re: Losing property name after updating model

ruda wrote: Mon 09 May 2022 14:42 If I immediately add the TableC, the problem does not occur.

But if I close the model and open it again, and add the TableC or have any changes in the database and want to update, I lose the changes I made to the name.
Thank you for your report. We have reproduced the issue and will notify you when it is fixed.
by Shalex
Thu 12 May 2022 13:11
Forum: Entity Developer
Topic: Two Unique Always Update
Replies: 1
Views: 9759

Re: Two Unique Always Update

Thank you for your report. We will investigate the problem and notify you about the result.