I was trying out Click Once Deployment and was getting errors when i tried installing from the published point. I was getting the error "The required version of the .NET Framework is not installed on this computer." I found this thread when I did a search http://stackoverflow.com/questions/526264/clickonce-the-required-version-of-the-net-framework-is-not-installed-on-this-co where Tim Heuer posts a fix:
Hey all, I was updating one of my own plugins and ran into this as well, so I thought I’d ask some friends internally :-). Here’s the skinny…
The following file is missing in Win7RC .NET distribution (this is known and being addressed): %ProgramFiles%Reference AssembliesMicrosoftFrameworkv3.5RedistListFrameworkList.xml
Copy that file from a non Win7 machine (same location) to the Win7 box and your publish should work.
I’m traveling and haven’t verified yet (don’t have a non Win7 box near me), but wanted to post this for you all.
Hope this helps!
-th
Worked for me!
