Click here to Skip to main content
15,890,690 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
SharePoint 2010 does support access from .NET Framework 4 ?
Posted
Comments
ZurdoDev 19-Mar-15 16:29pm    
Yes. But what exactly do you mean?
Logait 20-Mar-15 9:02am    
something like this:

var site = new SPSite("[url]") ;
site.OpenWeb();


1 solution

No, .NET Framework 4.0 is not supported yet. So, you have to wait for the next major release. If it is must for you, we recommend you to develop a web service that uses .NET Framework 4 and then connect to it from SharePoint. All server side customizations for SharePoint 2010 still need to be the .NET Framework 3.5 or the .NET Framework 3.5 SP1.
Check out the Requirements for Developing SharePoint Solutions.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900