[Firebird-net-provider] MVC4 Beta /Firebird and SPA

2012-04-17 Thread John R. Tomaselli
Code First to Database First with these new technologies. I just wanted to contribute the list. Thanks, John John R. Tomaselli Greater Than Zero, Inc. 148 West 24th Street 12th Floor New York, NY 10011 212 989 7385 917 771

Re: [Firebird-net-provider] ADO.NET Entity Framework 4.1 with Views

2011-09-22 Thread John R. Tomaselli
Hi I followed all the threads on views and added the following view to a 2.5 database using NETProvider-2.6.5 , VS2010, EF 4.1 -Update 1 Edmx Version="2.0". . I followed all steps below and the view shows up in the Model Bowser but not in the edmx model viewer. Is there something wrong with my co

[Firebird-net-provider] Firebird-net-provider Dated 9/6/2010

2010-09-07 Thread John R. Tomaselli
Hi, I'm learning Linq and converted a Northwind database to FB 2.5 and while not a production database I'd love to fix errors encountered. Provider dated 9/6/10 still gives the same error encountered previously and noted at bottom. I've also regenerated the entity model with no changes. And while a

Re: [Firebird-net-provider] 2.5.2 June 5 Firebird provider install

2010-06-25 Thread John R. Tomaselli
"For users and developers of the Firebird .NET providers" Message-ID: Content-Type: text/plain; charset=ISO-8859-1 On Tue, Jun 15, 2010 at 06:00, John R. Tomaselli wrote: > runtime newer than the currently loaded runtime Are you sure, you're using .NET 4.0? --

[Firebird-net-provider] 2.5.2 June 5 Firebird provider install problems

2010-06-14 Thread John R. Tomaselli
Hi, current setup:vs2010, firebird 2.5 , win 7 64 bit I just tried to replace my 2.5.2 FirebirdSql.Data.FirebirdClient.dll dated 4/20/2010 size 661k with the latest 2.5.2 6/5/20 size 680kb 1) Uninstall FirebirdSql.Data.FirebirdClient.dll from assembly which was working and easily installed to c:\w

[Firebird-net-provider] Vol 50, Issue 4 Item 1

2010-06-13 Thread John R. Tomaselli
I had the same problem on one of my computers and did the following as a work around. 1) copy the machine.config to another directory you own and make changes to file in this directory. 2) Copy machine.config back to original directory. I know it sounds odd because if you can't modify a file you sh

[Firebird-net-provider] Entity Framework and Linq

2010-04-27 Thread John R. Tomaselli
Hi, I just encountered the same issues reported in Vol 48, Issue #5 Topic #5 and (48,6,2) using VS2010, DDEX provider 2.0.5, Entity Framework 4 with Firebird 2.5.2. I re-generated the emdx file, checked the csdl secttion and have encountered the exact same error using Linqpad to test. I'm not sure

Re: [Firebird-net-provider] Topic 2 Firebird-net-provider Digest, Vol 46, Issue 5

2010-02-08 Thread John R. Tomaselli
I've fixed this issue by placing the firebird client dlls in C:\Windows\Microsoft.NET\Framework\v2.0.50727 so that Visual Studio can see them. John -Original Message- From: firebird-net-provider-requ...@lists.sourceforge.net [mailto:firebird-net-provider-requ...@lists.sourceforge.net] Sen

[Firebird-net-provider] MVC and FIREBIRD

2010-02-03 Thread John R. Tomaselli
Hi, I recently purchased the book "Asp.net MVC Framework" by Stephen Walther (sams) and decided to give Firebird a try while doing the tutorial. And while my initial experience looked promising as I created the Model all the fields assigned from my table where treated as a non-null key part. Has a

[Firebird-net-provider] Resolved: Firebird-net-provider Digest, Vol 45, Issue 17 Message 4 Firebird 2.5.1 Dot net with VS2008

2010-01-21 Thread John R. Tomaselli
After more hours of testing and searching I came across a similar issue on a Oracle blog that resolved my issue. I hope this will help someone down the line. Thanks, John Oracle blog : http://forums.oracle.com/forums/thread.jspa?threadID=715745&tstart=0 that stated.. I understand that VS 2008 is a

[Firebird-net-provider] Firebird 2.5.1 Dot net with VS2008

2010-01-20 Thread John R. Tomaselli
Hi, I've modified the below machine.config and web.config files below. Notice that I've changed the PublicKey Token in the system.data area to what the GAC displayed and while I also tried changing it the ConfigSection, I left it as below . I'm using Win7 64 bit , VS2008, FB 2.1.3 server, Firebird