Search found 127 matches

by Helen
Fri 06 Sep 2013 07:45
Forum: dotConnect for Oracle
Topic: DateTimeOffset and "Specified cast is not valid"
Replies: 5
Views: 1341

Re: DateTimeOffset and "Specified cast is not valid"

New version of dotConnect for Oracle 7.9 is released!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).

For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=27875 .
by Helen
Fri 06 Sep 2013 07:36
Forum: LinqConnect (LINQ to SQL support)
Topic: 3.0.16 => 4.2 transition
Replies: 14
Views: 1918

Re: 3.0.16 => 4.2 transition

New build of LinqConnect 4.2.327 is available for download now!

It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=31&t=27873 .
by Helen
Fri 06 Sep 2013 07:34
Forum: LinqConnect (LINQ to SQL support)
Topic: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - SQl Server dont check DatabaseExists
Replies: 7
Views: 1409

Re: LinqConnect Professional Version 4.2.272 (20-Jun-2013) - SQl Server dont check DatabaseExists

New build of LinqConnect 4.2.327 is available for download now!

It can be downloaded from http://www.devart.com/linqconnect/download.html (trial version) or from Registered Users' Area (for users with active subscription only).
For more information, please refer to http://forums.devart.com/viewtopic.php?f=31&t=27873 .
by Helen
Fri 06 Sep 2013 07:32
Forum: dotConnect for Oracle
Topic: Problem with number of Oracle sessions opened
Replies: 10
Views: 1815

Re: Problem with number of Oracle sessions opened

New version of dotConnect for Oracle 7.9 is released!
It can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with active subscription only).

For more information, please refer to http://forums.devart.com/viewtopic.php?f=1&t=27875 .
by Helen
Tue 07 May 2013 07:45
Forum: Entity Developer
Topic: Model Explorer treeview looses state information
Replies: 3
Views: 1132

Re: Model Explorer treeview looses state information

Implementation of the possibility to change the behavior of tree nodes in Model Explorer is on our roadmap. But we cannot tell any timeframe at the moment.
by Helen
Tue 05 Feb 2013 14:21
Forum: Entity Developer
Topic: Model Explorer treeview looses state information
Replies: 3
Views: 1132

Re: Model Explorer treeview looses state information

Thanks for your remark.

We will consider the possibility of changing the behavior of tree nodes in the Model Explorer you have described.
We will inform you as soon as we get any results.
by Helen
Tue 06 Nov 2012 11:06
Forum: dotConnect for Oracle
Topic: stored procedure returning object collection
Replies: 2
Views: 1827

Re: stored procedure returning object collection

Thank you for the detailed explanation. We have reproduced the described behaviour.
We will investigate it and notify you about the results as soon as possible.
by Helen
Mon 05 Nov 2012 11:24
Forum: dotConnect for Oracle
Topic: Extend Trial Period
Replies: 3
Views: 1328

Re: Extend Trial Period

We have answered you by email.
by Helen
Mon 05 Nov 2012 09:47
Forum: Entity Developer
Topic: SQL CE 4.0 "Update Database from Model"
Replies: 4
Views: 1468

Re: SQL CE 4.0 "Update Database from Model"

The bug with the exception being thrown when connecting to SQL Server Compact 4.0 is fixed (for Entity Framework and NHibernate models).

New build of Entity Developer 4.7.295 is available for download.
It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with valid subscription only) .

For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=25200 .
by Helen
Fri 02 Nov 2012 15:07
Forum: dotConnect for Oracle
Topic: Extend Trial Period
Replies: 3
Views: 1328

Re: Extend Trial Period

We have answered you by email.
by Helen
Fri 02 Nov 2012 14:00
Forum: Entity Framework support
Topic: Schema Error on Server, Works on Dev PC
Replies: 1
Views: 1116

Re: Schema Error on Server, Works on Dev PC

Since you have different DDL generated, this means that different metadata are processed. This situation is possible, if different versions of the EntityFramework.dll assembly are loaded.

Please inform us, whether you have done binding redirect for the EntityFramework.dll assembly as described in this blog article ( http://blogs.devart.com/dotconnect/enti ... l#Versions ) ?
Please let us know, whether your config file contains the following code:

Code: Select all

<runtime>
    <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
    <dependentAssembly>
      <assemblyIdentity name="EntityFramework"
publicKeyToken="b77a5c561934e089" />
      <bindingRedirect oldVersion="4.4.0.0" newVersion="4.1.0.0" />
    </dependentAssembly>
    </assemblyBinding>
  </runtime>
by Helen
Wed 31 Oct 2012 14:51
Forum: dotConnect for Oracle
Topic: ORA-01461: can bind a LONG value only for insert into a LONG
Replies: 7
Views: 3464

Re: ORA-01461: can bind a LONG value only for insert into a LONG

dotConnect for Oracle 7.2.104 (includes Devart.Data.dll of the 5.0.563.0 version) can be downloaded from http://www.devart.com/dotconnect/oracle/download.html (trial version) or from Registered Users' Area (for users with valid subscription only) .
To download the licensed version of dotConnect for Oracle 7.2.104 from Registered Users' Area, please use the credentials (URL, account name and password) that were sent to you after the purchase of our product.
by Helen
Fri 19 Oct 2012 10:01
Forum: Entity Developer
Topic: SQL CE 4.0 "Update Database from Model"
Replies: 4
Views: 1468

Re: SQL CE 4.0 "Update Database from Model"

We have reproduced the problem.
We will fix it and inform you when the corresponding build is available.
by Helen
Tue 07 Aug 2012 08:51
Forum: Entity Developer
Topic: How to Save MyModel as an Image
Replies: 4
Views: 1916

Re: How to Save MyModel as an Image

Have you tried the latest build of Entity Developer 4.5.222 ? It can be downloaded from http://www.devart.com/entitydeveloper/download.html (trial version) or from Registered Users' Area (for users with valid subscription only).

It contains a lot of new features and enhancements.
For more information, please refer to http://forums.devart.com/viewtopic.php?f=32&t=24534 .