ADO.NET Entity Framework

Hey Guys,

Do the windows servers support the use of the ADO.NET Entity Framework? I think it just needs .net 3.5, but would like to know if anyone here is using it.

Cheers,

Paul.

I do not know of anybody using however if it just requires 3.5 you should be set.

I think that for ado.net entity framework you need .net 3.5 Service Pack 1.

Thanks Guys,

I will do a small test!

Cheers,

Paul.

yes it does require SP1, I know about SP1 and thought it was till beta, the website is really odd on it right now it is still in preview status or completed?

ASP.NET Core, an open-source web development framework | .NET

I think it is in release.

http://www.microsoft.com/downloads/details.aspx?familyid=ab99342f-5d1a-413d-8319-81da479ab0d7&displaylang=en

The page above does not mention preview or beta, but you never know:-)

mr rabbit :slight_smile:

send me the server you are on and will install sp1 there first before committing to all

Thank you kind Sir!

I am on Win19.

Posted reboot for tonight :slight_smile: you should be able to test this by early morning tomorrow.

hoping to get other installs completed by the end of the month if it goes as planned.

Hi Stephen,

My tests so far have all worked (probably shouldn’t have typed that :slight_smile:

LINQ to Entities etc all seems to work fine.

Will let you know if I find any problems, but it looks good.

Thanks for installing the service pack.

Cheers,

Paul.

Sounds good :smiley:

Hello Stephen,
Can I get sp1 on win28, please?

papaja,

SP1 will be installed on Win28-24 by weekend, and others hopefully by monday :slight_smile:

win23-30(about to launch) are now 3.5sp1 ready!

Win11-win29 except Win13 now have ASP.NET 3.5sp1

Hey Stephen,

I have been having a few permission problems (I am testing under your medium trust settings) with Linq to Entities. Apparently it requires a new flag “RestrictedMemberAccess” in the reflection permissions in the trust config.

It is quite well detailed on
http://learn.iis.net/page.aspx/292/net-questions/

I tried the addition to my jodo_medium trust config and it worked fine, the question is can you make this change? I don’t think there are any nasties with doing this.

Cheers,

Paul.

hrm, I thought that was already done on every server…you are win19 for this testing?

yes I am on win19.

If you could check that would be fab!

should be set now.

All sorted!

Thanks Stephen!!!