Search found 133 matches

by SecureGen
Fri 15 Sep 2017 07:46
Forum: Entity Developer
Topic: EF Core Query
Replies: 33
Views: 35578

Re: EF Core Query

We are investigating the question. We will notify you about the result.
by SecureGen
Tue 12 Sep 2017 16:54
Forum: dotConnect for Oracle
Topic: Corrupted XML comments through '<', '>' and other characters in DB comments
Replies: 4
Views: 8304

Re: Corrupted XML comments through '<', '>' and other characters in DB comments

Thank you for your report. We have reproduced the issue and will notify you when it is fixed.

As workaround you can suppress this warning in Visual Studio:
- Right-click your project, then click Properties, and then switch to the Build tab
- Find the "Errors and warnings" section
- Add the warning number 1570 in the "Suppress warnings" text box
by SecureGen
Tue 12 Sep 2017 13:27
Forum: Entity Developer
Topic: EF Core Query
Replies: 33
Views: 35578

Re: EF Core Query

Looks like the package Microsoft.EntityFrameworkCore.Sqlite you are using is too
old.
Please, try to use the newer version of Microsoft.EntityFrameworkCore.Sqlite. We recommend you to install the version 1.1.2:

Code: Select all

Install-Package Microsoft.EntityFrameworkCore.Sqlite -Version 1.1.2
by SecureGen
Tue 12 Sep 2017 12:28
Forum: dotConnect for Oracle
Topic: Corrupted XML comments through '<', '>' and other characters in DB comments
Replies: 4
Views: 8304

Re: Corrupted XML comments through '<', '>' and other characters in DB comments

Thank you for your report. We will investigate the case and notify you about the result.
by SecureGen
Tue 13 Aug 2013 05:36
Forum: dotConnect for DB2
Topic: DB2-Client
Replies: 3
Views: 2701

Re: DB2-Client

Yes, dotConnect for DB2 requires IBM DB2 .NET Data Provider to be installed on your computer.
by SecureGen
Tue 22 Jan 2013 16:57
Forum: Entity Developer
Topic: Template output path
Replies: 2
Views: 1041

Re: Template output path

Is the same version of Entity Developer installed on this computer?
by SecureGen
Tue 22 Jan 2013 16:41
Forum: Entity Developer
Topic: set lazy property
Replies: 3
Views: 1288

Re: set lazy property

This functionality was added in the latest version (5.0.28) on January 17, 2013. Are you using this version of the Entity Developer?
by SecureGen
Wed 02 May 2012 09:09
Forum: Entity Developer
Topic: missing: support for navigation-properties on components
Replies: 21
Views: 6442

Re: missing: support for navigation-properties on components

The support of component navigation properties is implemented. We will notify you when the corresponding build of Entity Developer is available for download.
by SecureGen
Thu 05 Jan 2012 17:46
Forum: Entity Developer
Topic: How to set "preferred validation framework"?
Replies: 3
Views: 1402

You can read about how to work with the validation feature of Entity Developer in the Entity Property Validation topic of Devart Entity Developer Documentation. This topic is located in the Common Concepts section.
by SecureGen
Thu 05 Jan 2012 17:31
Forum: Entity Developer
Topic: How to set "preferred validation framework"?
Replies: 3
Views: 1402

To enable the entity property validation mechanism, perform the following sequence of actions:

In the Template node of the Model Explorer area, select the required template.
In the Validation section of the Properties area for the selected template, locate the Validation Framework row and select the appropriate framework.
by SecureGen
Wed 23 Jul 2008 08:57
Forum: dotConnect for SQLite
Topic: AccessViolationException for no reason
Replies: 4
Views: 7499

We could not reproduce the problem with the dll downloaded from the official site. Probably the source of the problem is located in the dll compiled by you.
by SecureGen
Mon 07 Jul 2008 12:29
Forum: dotConnect for PostgreSQL
Topic: MEMBERSHIP SCHEMA
Replies: 3
Views: 3241

No, we do not have a tool that creates the necessary tables, views and stored procedures.
Before using ASP.NET providers you have to run the script InstallWebTables.sql against database you wish to use. The script can be found in folder \Program Files\CoreLab\PostgreSQLDirect.NET\.
by SecureGen
Thu 20 Mar 2008 09:41
Forum: dotConnect for SQLite
Topic: First Beta of dotConnect for SQLite is available!
Replies: 0
Views: 5002

First Beta of dotConnect for SQLite is available!

Dear users,

Core Lab team is glad to announce that first beta version of the new product dotConnect for SQLite is up. dotConnect for SQLite is an enhanced data provider for SQLite database that builds on ADO.NET technology to present a complete solution for developing SQLite database-based database applications. As part of the Core Lab database application development framework, dotConnect for SQLite offers both high performance native connectivity to SQLite database and the number of innovative development tools and technologies. dotConnect for SQLite introduces new approaches for designing application architecture, boosts productivity, and leverages database application implementation.

The main features of dotConnect for SQLite:
  • High performance
  • Entity Framework support
  • Powerful SQLiteDataTable component as all-in-one table data access solution
  • Extra data binding capabilities
  • Cross-form components cooperation
  • Ability of monitoring query execution
  • Easy to deploy
  • All SQLite data types support
dotConnect for SQLite comes in two editions: Professional, and Standard.
Now we offer Standard Edition for free. You are welcome to evaluate dotConnect for SQLite Professional Trial or try Standard version available for download at http://crlab.com/dotconnect/sqlite/download.html
We're looking forward to your comments and suggestions.

Core Lab development team
http://crlab.com/dotconnect/sqlite
by SecureGen
Wed 30 Jan 2008 12:20
Forum: dotConnect for PostgreSQL
Topic: Problem running large scripts with PgSqlScript component
Replies: 3
Views: 3303

Please test execution of this script with the following code:

Code: Select all

      foreach (SqlStatement stmt in pgSqlScript.Statements) {
        PgSqlCommand cmd = new PgSqlCommand(stmt.Text, connection);
        cmd.CommandTimeout = 60;
        cmd.ExecuteNonQuery();
      }
instead of

Code: Select all

pgSqlScript.Execute()
If the script is successfully executed in this way, we will be able to support it in the Execute() method.
If the code still does not work, try increasing the value of ConnectionTimeout property:

connection.ConnectionTimeout = 60;
by SecureGen
Fri 21 Dec 2007 15:23
Forum: dotConnect for PostgreSQL
Topic: PostgreSQLDirect .NET version 3.30 Released!
Replies: 0
Views: 2456

PostgreSQLDirect .NET version 3.30 Released!

Dear users,

Core Lab team is glad to announce the release of the new PostgreSQLDirect .NET version 3.30.
In PostgreSQLDirect .NET 3.30 we introduced the following features:

This version includes:
  • Visual Studio 2008 supported
  • Entity Framework Beta 3 supported
  • Added Licensing Information dialog
We're looking forward to your comments and suggestions.

Please try the new version of PostgreSQLDirect .NET 3.30 that can be downloaded from http://crlab.com/pgsqlnet/download.html

To participate in discussion about the new PostgreSQLDirect .NET version, visit the Core Lab support forums at http://www.crlab.com/forums or e-mail the developers directly.
We're looking forward to your comments and suggestions.

Core Lab development team
http://www.crlab.com/pgsqlnet