views:

118

answers:

4

Is .net 3.5 supported with MOSS 2007 Server? Anyone had any issues with it?

+2  A: 

We have been using 3.5 in very large MOSS environments since January of 2009 and in production since April. We have had no issues. I strongly recommend moving to 3.5.

Rex M
+1  A: 

3.5 is a superset of 2, hence it's supported.

We have a working installation working with 3.5 but YMMV.

Nir Levy
+2  A: 

Yes it is fully supported. See Technet

We have had no issues with it.

Cube Pirate
+1  A: 

As a comment, keep in mind that in order to use the .net 3.5 special stuff from asp.net (ListView and LinqDataSource as an example) you have to modify your web.config to support .net 3.5

Up on codeplex there is such a feature available for download:

http://features.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=2502#DownloadId=33434

Johan Leino