|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
2.5.0.0 provider and framework 3.5I downloaded latest provider (from weekly build)
and it seesm that it is built in VS2008 and targeted for 3.5. Since I dont have 3.5 on most of my servers, i downloaded source and targeted it to 2.0 with no problems so far. Is there any 3.5 specific code in provider? ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
|
|
Re: 2.5.0.0 provider and framework 3.5Zvjezdan Tomicevic wrote:
> I downloaded latest provider (from weekly build) > and it seesm that it is built in VS2008 and targeted for 3.5. > Since I dont have 3.5 on most of my servers, i downloaded source and > targeted it to 2.0 with no problems so far. > Is there any 3.5 specific code in provider? There is, but only if NET_35 and ENTITY_FRAMEWORK are defined. I presume when 2.5 is released, there'll be two versions: one for .NET 2.0 and one for .NET 3.5. Or maybe two separate DLLs? I'm not sure what the maintainer's plans are. Dean. ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
|
|
Re: 2.5.0.0 provider and framework 3.5On Mon, Jul 14, 2008 at 2:10 AM, Dean Harding <dean.harding@...> wrote:
> There is, but only if NET_35 and ENTITY_FRAMEWORK are defined. I presume > when 2.5 is released, there'll be two versions: one for .NET 2.0 and one > for .NET 3.5. Exactly. The development is done on VS2008 compiler (using some features from C#3.0 etc. if neccessary), but when you remove above mentioned symbols, you can build (with C#3.0 compiler) the assembly without any FW 3.5 stuff. > Or maybe two separate DLLs? I'm not sure what the maintainer's plans are. Right now, I have no strict idea. :) Because .NET 3.5 is under the bonnet same as .NET 2.0 the only problem is with some new classes for deriving added. But I think, when I build it on PC with FW 3.5 the assembly will work on FW2.0 as well. The EF buils will be probably separate. I have to find/install some computer with only FW2.0 and test it, because all my machines including VPCs are upgraded to FW 3.5. :D -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Firebird-net-provider mailing list Firebird-net-provider@... https://lists.sourceforge.net/lists/listinfo/firebird-net-provider |
| Free Forum Powered by Nabble | Forum Help |