使应用程序在其他PC上运行? [英] Making apps run on other PCs?

查看:117
本文介绍了使应用程序在其他PC上运行?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在尝试使用USB和另一台PC将.exe放入我的debug和release文件夹中的项目列表中,它们都失败了.反正我可以编译它,使其在其他计算机上工作吗?

I was trying with my USB and another PC to take the .exe in my project list inside of my debug and release folder, they both failed. Is there anyway for me to compile it so it works on other computers???

推荐答案

我正在尝试使用USB和另一台PC来使用它.调试和发布文件夹中的项目列表中的exe文件,它们都失败了.反正我有编译它,以便它可以在其他计算机上工作吗?
I was trying with my USB and another PC to take the .exe in my project list inside of my debug and release folder, they both failed. Is there anyway for me to compile it so it works on other computers???

是的,当然.但是您需要部署该应用程序.部署不仅意味着将* .exe文件复制到目标计算机,而且通常还涉及设置exe文件所需的从属软件.该软件的确切组成 取决于您的软件.关于软件的组成,用于开发的语言,无论它是不是.NET应用程序,您都没有提到.

Yes, of course. But you need to deploy the application. Deployment doesn't just mean copying the *.exe file to the target machine, but typically also involves setting up the dependent software that the exe file requires. Exactly what that software consists of depends on your software. You haven't mentioned anything about what your software consists of, what language you used for development, whether or not it is a .NET application.

假设您已经开发了.NET应用程序,则至少需要确保目标计算机上已经安装了正确的.NET Framework.

Assuming you have developed a .NET application, at the very least you need to ensure the correct .NET Framework has been installed on the target machine.


这篇关于使应用程序在其他PC上运行?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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