How do I configure .net framework 3.5 in windows 7

∥☆過路亽.° 提交于 2019-12-23 12:18:06

问题


I am trying to use the .net configuration tool in windows 7 but can not find it. Does anyone know where to download this tool from or where it is located in windows 7 (prof)?


回答1:


The tool comes with Microsoft® Windows® Software Development Kit

This Google Search might helpful too

NOTE: There's a later one for Win7




回答2:


Unless you have the SDK installed, you won't have the tool. There is a command line version installed with the non-SDK version however:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CASPOL.exe

The SDK can be downloaded from here.




回答3:


.Net 3.5 is using CLR 2.0 so you can use the same security configuration tool Mscorcfg.msc from .Net 2.0 SDK.



来源:https://stackoverflow.com/questions/1684782/how-do-i-configure-net-framework-3-5-in-windows-7

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!