开发者

.Net version needed

I want to know what the prerequisites are for my开发者_Python百科 application. One is the installed .Net version. How can I know the minimum .NET number necessary to run my application.

I use Visual Studio 2005.

Thanks


Go to Properties of your project, then Publish -> Prerequisites. There will be a list of all possible prerequisites. Yours will be checked.


You can view the version of .NET your application uses (and also change it) in the Project Properties window (Project menu > MyProject properties). Examine the Target Framework dropdown to see which version of the framework your application uses.


Visual Studio 2005 compiles for .NET 2.0


In Visual Studio, go to your Project Properties page, on the "Publish" tab use the "Application files" button to view all the prerequisites your application needs, this will include third party components and other dependencies too.

The "References" page shows the list of dependencies too, use the "Unused references" button to remove any unused ones.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜