Re: [sqlite] Entity framework design-time has stopped working in latestversions.

2013-05-04 Thread David Richardson
Hi Joe,

Thanks for the speedy reply. I checked the thread and I'm not sure that there 
are related. The easiest way to replicate my issue is to have a sqlite DB (for 
example with two tables with a foreign key) and try to generate entity data 
model from it. I wont generate the model no matter what.

kind regards,

David Richardson



 From: Joe Mistachkin <sql...@mistachkin.com>
To: 'General Discussion of SQLite Database' <sqlite-users@sqlite.org> 
Cc: 'David Richardson' <daviric...@yahoo.com> 
Sent: Saturday, May 4, 2013 11:26 PM
Subject: RE: [sqlite] Entity framework design-time has stopped working in 
latestversions.
 


David Richardson wrote:
>
> I don't know why but the latest versions [Setups for 32-bit Windows
> (.NET Framework 4.0) 1.0.84 and 1.0.85] does not generate a model in
> Entity Framework (4.1). I had to rollback to 1.0.83 and it was working
> again. I was getting exceptions in my code (null values). After some
> testing I realized it was this upgrade. 
> 
> Is this a bug? Has anybody else experience this issue? Are there
> workarounds for this problem?
>

I believe what you are seeing is this issue (which has been fixed in
trunk and will be part of the upcoming release):

    https://system.data.sqlite.org/index.html/info/49e30d7612

--
Joe Mistachkin
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] Entity framework design-time has stopped working in latestversions.

2013-05-04 Thread Joe Mistachkin

David Richardson wrote:
>
> I don't know why but the latest versions [Setups for 32-bit Windows
> (.NET Framework 4.0) 1.0.84 and 1.0.85] does not generate a model in
> Entity Framework (4.1). I had to rollback to 1.0.83 and it was working
> again. I was getting exceptions in my code (null values). After some
> testing I realized it was this upgrade. 
> 
> Is this a bug? Has anybody else experience this issue? Are there
> workarounds for this problem?
>

I believe what you are seeing is this issue (which has been fixed in
trunk and will be part of the upcoming release):

https://system.data.sqlite.org/index.html/info/49e30d7612

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users