vote up 1 vote down star

Hello, 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

flag

Jim, could you please tell us what that screen shot is from? Maybe even tell us what you're trying to do? – John Saunders Jul 5 at 0:27
I'm not trying to do anything specific. I would just prefer my clients to use a subset of the .NET framework so they don't need to go through a 30 minute download if they don't already have it installed. That pic is from windowsclient.net/wpf/wpf35/… – JimDel Jul 5 at 1:06
Oh, is this from a ClickOnce installer? I didn't see the tag. I suggest you edit your subject or question to say that this is about clickOnce. – John Saunders Jul 5 at 1:26
Hi Jim, did you check the web page I posted below? I think it addresses also your ClickOnce scenario. – julio.g Jul 5 at 1:36

2 Answers

vote up 2 vote down check

Have you installed Service Pack 1 for Vistual studio 2008?

link|flag
Well I already had it installed as it came with my version of VS2008. But I ran through it anyway and it was there! Thanks fretje. – JimDel Jul 5 at 1:57
vote up 2 vote down

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

link|flag
Thanks Julio, that web site was awesome. It answered what would have been my next question. Which was how to include the .NET framework on my actual install media. Thanks! – JimDel Jul 5 at 2:03

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.