Thursday, December 18, 2008

Migrate .NET 2.0 applications to 3.5 confusion about CLR ???

An easy understanding...

See anything specific in above image?
Both DLLs (data and linq) are showing version of 2.0 and 3.5 respectively but the runtime value is same. Aah confusing?

Remember, .NET 3.5 and .NET 2.0 both targets ("runs on" in easy language) .NET 2.0 CLR only.
So if you are planning to deploy any 2.0 APPLICATION in your PROD 3.5 environment it should run without any issues at all.

Note: You may want to test it for AJAX capabilities as that requires a configuraiton tweak.

Post me if need more information on this...

No comments:

Post a Comment