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.
我正在尝试在我的应用程序中使用“.NET Framework 3.5 Client Profile”,但我没有在可用的perquisites下看到该选项。如何在Visual Studio 2008中显示该选项。这适用于ClickOnce部署btw,下图仅用于说明“.NET Framework 3.5 Client Profile”在其中的位置。谢谢。
alt text http://windowsclient.net/sitefiles/1000/wpf/presents/103_6.png
alt text http://windowsclient.net/sitefiles/1000/wpf/presents/103_6.png
3 个解决方案
#1
Have you installed Service Pack 1 for Vistual studio 2008?
您是否为Vistual studio 2008安装了Service Pack 1?
#2
The installer for .NET Framework 3.5 SP1 is not included in the VS2008 SP1 installer due to size restrictions.
由于大小限制,VS2008 SP1安装程序中不包含.NET Framework 3.5 SP1的安装程序。
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
有关如何在安装项目中实际包含它的解决方法,请参阅此页面:http://blogs.msdn.com/vsto/archive/2008/11/18/how-to-include-net-framework-3 -5-SP1与 - 您 - installer.aspx
#3
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.
只是为了加我的两分钱。安装SP1 for Studio 2008之后,我仍然没有可用的.NET Framework 3.5 Client Profile作为先决条件。
But If I select .net client profile and .net framework 3.5 sp1 then .NET Framework 3.5 Client Profile gets installed.
但是,如果我选择.net客户端配置文件和.net framework 3.5 sp1,则会安装.NET Framework 3.5 Client Profile。
I suspect this is a glitch in studio 2008, but apparently it works.
我怀疑这是2008年工作室的一个小故障,但显然它有效。
#1
Have you installed Service Pack 1 for Vistual studio 2008?
您是否为Vistual studio 2008安装了Service Pack 1?
#2
The installer for .NET Framework 3.5 SP1 is not included in the VS2008 SP1 installer due to size restrictions.
由于大小限制,VS2008 SP1安装程序中不包含.NET Framework 3.5 SP1的安装程序。
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
有关如何在安装项目中实际包含它的解决方法,请参阅此页面:http://blogs.msdn.com/vsto/archive/2008/11/18/how-to-include-net-framework-3 -5-SP1与 - 您 - installer.aspx
#3
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.
只是为了加我的两分钱。安装SP1 for Studio 2008之后,我仍然没有可用的.NET Framework 3.5 Client Profile作为先决条件。
But If I select .net client profile and .net framework 3.5 sp1 then .NET Framework 3.5 Client Profile gets installed.
但是,如果我选择.net客户端配置文件和.net framework 3.5 sp1,则会安装.NET Framework 3.5 Client Profile。
I suspect this is a glitch in studio 2008, but apparently it works.
我怀疑这是2008年工作室的一个小故障,但显然它有效。