tags:

views:

71

answers:

1

I set my target framework in my project properties to .net 2.0

A user running windows 7 is still being prompted to install .net 4... why?

+6  A: 

Did you uncheck .NET Framework 4 as Prerequisite?

riffnl
Where do I do that?
whydna
perfect, got it :) thanks!!! it was so hidden
whydna
So where was it hidden?
David Lynch
In Visual Studio, go into project properties, then click the "Publish" tab. Then, under Install Mode and Settings click the "Prerequisites..." button. Uncheck .NET 4 from the list.
whydna