'System.Data.SqlDbType' does not contain a definition for 'DateTimeOffSet'

Posts   
 
    
Posts: 10
Joined: 11-Dec-2008
# Posted on: 05-Feb-2010 12:50:34   

Hi,

A minor bug is detected in 2.6 release of your software, the "datetimeoffset" data type of sql server is not properly mapped to CLR datatype.

The code generator maps it to "SqlDbType.DateTimeOffSet" whereas it should be "SqlDbType.DateTimeOffset", the lowercase "s" for "Set".

I hope, this information will be useful for LLBLGenPro Team.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39612
Joined: 17-Aug-2003
# Posted on: 05-Feb-2010 12:59:21   

What's the driver version shown when you create / refresh a project (the version is shown in the lower right corner) ?

Frans Bouma | Lead developer LLBLGen Pro
Posts: 10
Joined: 11-Dec-2008
# Posted on: 05-Feb-2010 13:10:35   

Otis wrote:

What's the driver version shown when you create / refresh a project (the version is shown in the lower right corner) ?

I believe, I am using latest evaluation version. The version number that I am using is "2.6.09032008".

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39612
Joined: 17-Aug-2003
# Posted on: 05-Feb-2010 14:02:21   

softsurgeon wrote:

Otis wrote:

What's the driver version shown when you create / refresh a project (the version is shown in the lower right corner) ?

I believe, I am using latest evaluation version. The version number that I am using is "2.6.09032008".

that's an old 'evaluation' version. How come you're using such an old trial?

Anyway, this bug was fixed on May 29th, 2009

Frans Bouma | Lead developer LLBLGen Pro
Posts: 10
Joined: 11-Dec-2008
# Posted on: 05-Feb-2010 15:39:38   

Otis wrote:

that's an old 'evaluation' version. How come you're using such an old trial?

Anyway, this bug was fixed on May 29th, 2009

Perhaps, installed from my hard disk to save time.

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39612
Joined: 17-Aug-2003
# Posted on: 05-Feb-2010 17:03:06   

softsurgeon wrote:

Otis wrote:

that's an old 'evaluation' version. How come you're using such an old trial?

Anyway, this bug was fixed on May 29th, 2009

Perhaps, installed from my hard disk to save time.

Better is to get the latest demo installation, install it after uninstalling the current install, that should get you the proper driver.

For convenience, I've attached it as well.

Frans Bouma | Lead developer LLBLGen Pro