如何制作Windows窗体的exe以便我可以在没有SQL Server和Visual Studio的其他计算机上使用? [英] How to make exe of Windows Form so that I can use in other computers which do not have SQL Server and Visual Studio?

查看:85
本文介绍了如何制作Windows窗体的exe以便我可以在没有SQL Server和Visual Studio的其他计算机上使用?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何制作Windows窗体的exe以便我可以在没有SQL Server和Visual Studio的其他计算机上使用?

How to make exe of Windows Form so that I can use in other computers which do not have SQL Server and Visual Studio?

推荐答案

运行.NET应用程序(用C#编写,VB.NET,...),你永远不需要Visual Studio。您只需要 .NET Framework [ ^ ]。



但是如果您的应用程序使用SQL Server进行数据库事务,则必须安装无论如何(你可以安装 SQL Server Express [ ^ ]在另一个系统上),或确保您可以访问安装了SQL Server的系统。如果有,那么您的应用程序可以连接到该系统上的SQL Server并以这种方式执行数据库事务。
To run .NET applications (written in C#, VB.NET, ...), you never need Visual Studio. You'll only need the .NET Framework[^].

But if your application uses SQL Server for database transactions, you will have to install it anyway (you can install SQL Server Express[^] on the other system), or make sure you have access to a system that has SQL Server installed. If you have, then your application can connect to SQL Server on that system and perform database transactions that way.


关于SQL Server,如果您可以通过没有视图和存储过程,您可以考虑SQL Compact。
Regarding SQL Server, if you can get by without views and stored procs, you may consider SQL Compact.


这篇关于如何制作Windows窗体的exe以便我可以在没有SQL Server和Visual Studio的其他计算机上使用?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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