William Bartholomew

Musings on software engineering, technology and Aspergers Syndrome.

VSTO Deployment Error: The required version of the .NET Framework is not installed on this computer

leave a comment »

I’ve been going crazy to try and solve a problem with a VSTO package I was publishing. Users were receiving the error “The required version of the .NET Framework is not installed on this computer” even though they had the correct .NET Framework version. It turns out that there is a file missing from the .NET Framework 3.5 installation in Windows 7 Beta/RC that causes any packages published from a Windows 7 Beta/RC machine to display this error.

For more details and the workaround read:

http://blogs.msdn.com/vsto/archive/2009/05/07/issues-with-installing-vsto-projects-that-were-published-from-visual-studio-2008-on-windows-7-rc-saurabh-bhatia.aspx#comments


Written by wbarthol

June 11, 2009 at 4:03 pm

Posted in dotnet, programming

Leave a Reply