Visual Studio 2010 Express Limitations

前端 未结 2 2105
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-18 18:07

What are the limitations of VS2010 C# Express Edition compared with the paid for versions? I was mostly looking into what sort of applications I can build, in VS Express I only

2条回答
  •  耶瑟儿~
    2021-02-18 18:51

    The Express edition does not come with, nor does it grant you permission to distribute, the Microsoft C++ runtime redistributable packages. So the users of the software you build with the Express edition will have to download & run the installers themselves.

提交回复
热议问题