且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

EXE不在其他计算机上运行,​​但是整个项目都在运行

更新时间:2022-12-23 12:14:29

你好

当调试文件夹中的exe文件在开发人员PC和网络中的所有PC上运行都很好时,我遇到了一个问题,但是当我尝试在我的个人计算机(相同的操作系统和版本)上运行它时,什么也没有发生,没有错误消息,它只是一直挂在 流程管理器.

I encounter a problem when an exe file from debug folder runs very fine on the developer PC and all the PCs in the network, but when I try to run it on my personal computer (same OS and version), nothing happens, no error message, it just keeps hanging in the proccess manager.

但是当我复制整个项目文件夹并在个人计算机上的Visual Studio中启动项目时,它运行正常.

but when I copy the whole project folder and start the project in visual studio on my personal computer, it runs fine.

问题出在哪里?

您可以在PC上的debug文件夹中运行已编译的.exe吗?将其复制到系统上的另一个文件夹中,它仍然可以运行吗?

Can you run the compiled .exe in the debug folder on your pc. Copy it to another folder on your system does it still run?

如何安装在开发人员网络上运行的.exe?您只是复制了.exe还是将其安装在真实的安装程序中?

How does the .exe you are running on the developer network get installed? Did you just copy the .exe or was it installed with a real setup program?