.net Windows应用程序需要完整的Visual Studio 2008安装才能运行 [英] .net windows application requires complete Visual Studio 2008 Installation to run

查看:102
本文介绍了.net Windows应用程序需要完整的Visual Studio 2008安装才能运行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我有一个内置的应用程序(视频转换器)vs2008.it需要完整的安装才能运行。在安装.net framework 3.5之后它没有运行。

请给我一个解决方案。



先谢谢

解决方案

不,它才不是。 .NET应用程序不需要Visual Studio来运行。他们甚至不需要任何Visual Studio可再发行软件包,就像其他一些项目那样。这样的应用程序只需要.NET框架。如果您使用任何第三方库,您当然需要在应用程序中重新分发它们。



此外,甚至不需要Visual Studio来构建您的项目和因此,开发并不是真正需要的。拥有Visual Studio只是一种便利。你应该明白,Studio本身并没有构建任何东西。 MSBuild和编译器一样,BSBuild和C#以及VB.NET编译器都捆绑在一起(自由重新分发).NET框架。



-SA

Hi,
I have an application (video converter) that i have built in vs2008.it requires complete installation to run.it is not running after installing only .net framework 3.5.
Please suggest me a solution.

Thanks in Advance

解决方案

No, it does not. The .NET applications don't require Visual Studio for running, ever. They don't even require any Visual Studio redistributable packages, as some other projects do. Such application only require .NET framework. If you use any 3rd-party libraries, you of course need to redistribute them with your application.

Moreover, Visual Studio is not even required for building of your projects and, hence, not really required for development. Having Visual Studio is just a convenience. You should understand that the Studio itself does not build anything at all. MSBuild and the compilers do, and both BSBuild and C# and VB.NET compilers are bundled with (freely redistribute) .NET framework.

—SA


这篇关于.net Windows应用程序需要完整的Visual Studio 2008安装才能运行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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