在编写c#代码之后 [英] after writing c # code

查看:53
本文介绍了在编写c#代码之后的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

编写代码后如何将代码构建到软件中。任何人都可以帮助我。

解决方案

很简单,转到项目属性/应用程序并检查输出类型是否是可执行文件。

然后从Build菜单中选择构建或重建选项(或者只需按Ctrl + Shift + B)。



如果您的构建成功,您将获得一个exe文件bin文件夹。

请注意,当你没有更改项目属性中的输出程序集路径时会出现这种情况。


你的问题有点令人困惑但仍然< br $> b $ b

http:// stackoverflow .com / questions / 271438 / how-to-execute-c-sharp-file [ ^ ]


after writing code how can i build that code into software. can anyone help me.

解决方案

Very simply, go to project properties / application and check if the Output type is an executable.
Then from the Build menui, select build or rebuild options (or simply press Ctrl + Shift + B).

If your build succeeds, you will get an exe file in your bin folder.
Note that this would be the case when you have not changed the output assemblies path in project properties.


Your question is bit confusing but still

http://stackoverflow.com/questions/271438/how-to-execute-c-sharp-file[^]


这篇关于在编写c#代码之后的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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