简体   繁体   English

Windows 2012 Server R2标准应用程序上的控制台应用程序错误

[英]Console Application Error on Windows 2012 server R2 standard application

I have created a console application in visual studio 2013 on windows server 2012 standard version and the exe file seems to run ok but when I copy it to the windows server 2012 R2 standard version it come up with the following error when I try to run it - Application erro - The application was unable to start correctly (0xc000007b). 我已经在Windows Server 2012标准版的Visual Studio 2013中创建了一个控制台应用程序,并且exe文件似乎可以正常运行,但是当我将其复制到Windows Server 2012 R2标准版时,在尝试运行它时出现以下错误-应用程序错误-应用程序无法正确启动(0xc000007b)。 Click ok to close the aplication. 单击确定关闭应用程序。 Can anyone help me fix this issue? 谁能帮我解决这个问题?

It's look like your 32-bit application tried to load some 64-bit "dll". 看起来您的32位应用程序试图加载一些64位“ dll”。 Try to check by Dependency Walker 尝试通过Dependency Walker进行检查

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Windows Server 2012 R2 IIS托管应用程序 - Windows server 2012 R2 IIS Hosting application Windows Server 2012 R2中的Virtualbox错误 - Windows Server 2012 R2 in Virtualbox error Katalon Studio 是否适用于 Windows Server 2012 R2 标准? - Does Katalon Studio works on Windows Server 2012 R2 standard? 在 Windows Server 2012 R2 上安装 Websense 软件时出错 - Error Installing Websense Software on Windows Server 2012 R2 Winrm 无法使用 dnscmd - Windows 服务器 2012 R2 标准服务器 - Winrm not able to use dnscmd - Windows server 2012 R2 Standard server Windows 2012 R2服务器下的imagepng - imagepng under a Windows 2012 R2 Server 错误:在天蓝色服务器上侦听EACCES 0.0.0.0:80节点(Windows server 2012 r2) - Error: listen EACCES 0.0.0.0:80 Node on azure server (Windows server 2012 r2) Windows Server 2012 R2上的MSSQL Server远程登录问题 - MSSQL Server Remote Login Issue on Windows Server 2012 R2 登录失败:Windows Server 2012 R2 上用于远程 PS 脚本执行的未知用户名或密码错误 - Logon failure: unknown username or bad password error on Windows Server 2012 R2 for Remote PS script execution 在Windows Server 2012 R2上安装XAMPP时出现UAC“缺少写入权限”错误 - UAC “missing write permissions” error while installing XAMPP on Windows Server 2012 R2
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM