VS2010 Gotcha: Inadvertently targeting the wrong framework

Posted on Dot net Slackers See other posts from Dot net Slackers
Published on Sat, 20 Mar 2010 00:00:00 GMT Indexed on 2010/03/20 16:51 UTC
Read the original article Hit count: 115

Filed under:
I love VS2010s multi-framework targeting feature, yet it has bitten me in the rear-end more than once. The problem is that I have created projects in .NET 3.5 without realizing it, then at some point, when something doesnt work as expected, if Im lucky I discover the mistake. Typically, this happens after you have explicitly chosen .NET 3.5 as the target framework. Then every project after that will be .NET 3.5 until you explicitly choose .NET 4.0 again. This morning that wasnt the case. I was...

Did you know that DotNetSlackers also publishes .net articles written by top known .net Authors? We already have over 80 articles in several categories including Silverlight. Take a look: here.



Email this Article

© Dot net Slackers or respective owner