JimDel
JimDel

Reputation: 4359

".NET Framework 3.5 Client Profile" Prerequisite not available in a ClickOnce Deployment

I’m trying to utilize the ".NET Framework 3.5 Client Profile" in my application but I’m not seeing the option under available perquisites. How do I get that option to show In Visual Studio 2008. This is for a ClickOnce deployment btw, and the below image is just to illustrate where ".NET Framework 3.5 Client Profile" is to go once its there. Thanks.

alt text
(source: windowsclient.net)

Upvotes: 1

Views: 1051

Answers (3)

Vnuk
Vnuk

Reputation: 2703

Just to add my two cents. After installing SP1 for Studio 2008 I still don't have .NET Framework 3.5 Client Profile available as prerequisite.

But If I select .net client profile and .net framework 3.5 sp1 then .NET Framework 3.5 Client Profile gets installed.

I suspect this is a glitch in studio 2008, but apparently it works.

Upvotes: 1

julio.g
julio.g

Reputation: 3320

The installer for .NET Framework 3.5 SP1 is not included in the VS2008 SP1 installer due to size restrictions.

For a workaround on how to actually include it in your setup project, refer to this page: http://blogs.msdn.com/vsto/archive/2008/11/18/how-to-include-net-framework-3-5-sp1-with-your-installer.aspx

Upvotes: 3

fretje
fretje

Reputation: 8382

Have you installed Service Pack 1 for Vistual studio 2008?

Upvotes: 3

Related Questions