Welcome to AspAdvice Sign in | Join | Help

VS2008 SP1 and .NET 3.5 SP1

Yes, now it is released and you'll get it at: http://www.asp.net/downloads/3.5-sp1/

Interesting point regarding some old posts of mine e.g

Potential solution for "Validation of viewstate MAC failed"
http://aspadvice.com/blogs/joteke/archive/2007/08/14/Potential-solution-for-_2200_Validation-of-viewstate-MAC-failed_2200_.aspx

In SP1 is included a fix for ASP.NET 3.5, which lets you control if the hidden fields are rendered on top or at bottom of the form. There is a new setting in <pages> element of web.config, as follows:

<pages    renderAllHiddenFieldsAtTopOfForm="[true|false]"   / > // Defaults to true in 3.5 SP1

Note that this SP also adds SQL2008 support for VS2008, so be sure to install it.

Sponsor
Published Monday, August 11, 2008 8:23 PM by joteke

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Comments

# re: VS2008 SP1 and .NET 3.5 SP1

Here is a complete list of .NET Fx 3.5 SP1 changes compare to .NET Fx 3.5. http://codebetter.com/blogs/patricksmacchia/archive/2008/08/13/net-3-5-sp1-changes-overview.aspx 1.393 new public methods, 79 new public types, 6.384 methods where code was changed ...
Wednesday, August 13, 2008 3:31 PM by Patrick Smacchia

# re: VS2008 SP1 and .NET 3.5 SP1

SP1 adds background compilation to c#. Which is great, but it totally kills any asp.net project you have. If you open an asp.net project, VS gives you a bucket load of bogus errors. These are the direct result of the background compilation feature not working! When you click on each error message, the error disappears. So no big issue, right? WRONG, i have a big asp.net project and see frigging 300+ bogus errors. I need to build the project to clear the error list. But each time I open another asp.net page, the 300+ errors show up again. Thanks a lot for the Service Pack, I recommend NOT DOWNLOADING IT.
Friday, August 15, 2008 11:01 AM by Twinky

# re: VS2008 SP1 and .NET 3.5 SP1

Twinky,

unfortunately I haven't released the Sp1 :-) but I surely can forward your message, if you share a bit more details. Use the contact form here, if you have more details to send about the issue. If you have serious troubles, you can also use connect.microsoft.com to be sure you've been heard of

Friday, August 15, 2008 12:34 PM by joteke

# re: VS2008 SP1 and .NET 3.5 SP1

Twinky, I have the same problem, except in my case, is it more than 600 errors that are shown at startup. This SP1 is evil!
Friday, August 22, 2008 10:12 AM by lombric

Leave a Comment

(required) 
required 
(required) 
Enter the code you see below