Windows应用程序exe [英] windows application exe

查看:126
本文介绍了Windows应用程序exe的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

i am new to windows application.. i developed a small project is maintain a details of guest. i want to create a exe. and one more i design a database in vs2010... not a sqlserver..
after install into client system it make a error... "no database is found or db is exist or unc share". how can i solve this problem..
if i do successfully, then i don't need to sql server on my client....please help me frnds

推荐答案

创建EXE非常简单:每次构建解决方案时都要这样做。要创建一个用于发布的EXE很容易:只需查看工具栏,找到显示Debug的下拉列表并将其更改为Release,然后重建您的解决方案。 EXE文件将位于项目的bin / Release文件夹中。



数据库更复杂:不知道如何设计数据库 vs2010我们不能具体。您需要向我们提供有关数据库以及代码访问方式的更多详细信息。
To create an EXE is easy: you do that every time you build your solution. To create an EXE for release is easy to: just look at the tool bar, find the dropdown that says "Debug" and change it to "Release" then rebuild your solution. The EXE file will be in the bin/Release folder of your project.

The database is more complex: without knowing a lot more about how you "design a database in vs2010" we can''t be specific. You need to give us better detail about your DB and how your code accesses it.


这篇关于Windows应用程序exe的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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