如何检查.NET是否已安装 [英] How to check if the .NET is installed

查看:121
本文介绍了如何检查.NET是否已安装的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一台机器,我没有管理权限(包括本地),我想运行一个用c#开发的应用程序。

操作系统是Windows 7.



我想检查应用程序是否会运行它,这意味着是否安装了.NET环境。



我看不到任何可以给我一些线索的目录。



欢迎任何帮助。



提前谢谢你。



大卫





PS:我想要找到比开发和运行应用程序更容易的东西,看看会发生什么。

解决方案

你可以在我的电脑中查看 - >程序和功能。搜索Microsoft .Net Framework 3.5。

要开发应用程序和安装,您需要管理员权限。


请看一下:

http://msdn.microsoft.com/en- us / library / hh925568(v = vs.110).aspx [ ^ ]

是否在这台机器上安装了.NET Framework ??? [ ^ ]


我在另一个论坛找到了它:
cmd中的




dir / b / ad / on%systemroot%\ Mesrosoft.NET \ Framework\v?。*

I have a machine where I do not have administrative rights (including local) and I want to run an application to be developed in c#.
The OS is Windows 7.

I would like to check if the application would run on it, that means if the .NET environment is installed.

I can not see any directories that could give me a clue.

Any help will be welcome.

Thank you in advance.

David


PS: I would like to find something easier than developing and running the application and see what happens.

解决方案

you can check it in My Computer -> Program And Feature. search for "Microsoft .Net Framework 3.5".
And to develop an application and installation you need rights by admin.


Please have a look:
http://msdn.microsoft.com/en-us/library/hh925568(v=vs.110).aspx[^]
Is .NET Framework installed on this machine???[^]


I have found it in another forum:
in cmd:

dir /b /ad /o-n %systemroot%\Microsoft.NET\Framework\v?.*


这篇关于如何检查.NET是否已安装的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆