问题描述
你好
我已经使用SQL Server数据库和Crystal报表开发了一个C#Windows应用程序.
(通过Visual Studio 2008和sqlserver 2005实现)
现在我想在我的exe文件上制作一个exe文件.
我在制作exe文件时遇到了这些问题.
1.如果我创建一个exe文件,相应的databse(sqlserver db)自动添加到
exe或任何其他需要将db添加到exe的进程?
2. exe如何维护客户端系统中的数据库?
3.如何将我的水晶报表添加到exe?
4.如何在exe中添加dotnet框架和相关的标签?
5如何检查客户端系统dotnet资源是否存在
6.wich是否必须在我的exe的客户端系统中安装?
7.如何在安装后维护app.config中的文件路径更改?
8.如何通过exe文件自动在客户端系统位置中安装dotnet资源?
任何机构都可以在我的查询中提供很好的参考或很好的例子...
hello
i have developed a c# windows application using sql server db and crystal reports.
(it is imlemented through visual studio 2008 and sqlserver 2005)
now i want to make a exe file on my exe file.
i have these doughts on making exe file.
1.if i create a exe file respective databse(sqlserver db) automatically added to the
exe or any other process i need to add db to exe?
2.how exe maintain the database in client system?
3. how to add my crystal reports to exe?
4. how to add dotnet frame work and related thigs to exe?
5 How to check in client system dotnet resources exist or not
6.wich are must installed in client system for my exe ?
7.how to maintain in app.config for file paths changes after instalation?
8.how to make automaically installation of dotnet resources with exe file click in client system location?
any body give good meterial or good examples on my queries...
推荐答案
这篇关于如何在c#.net中创建exe文件,包括包含框架作品和Crystal报表,并通过我们的exe自动安装这些文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!