简体   繁体   English

一个.exe应用程序在windows10中创建新模块时抛出错误,但在windows7中可以正常工作?

[英]An .exe application throws an error while creating a new module in windows10 but works fine in windows7?

I have installed the an exe (windows application) in windows 7 and works fine there but after installing the same exe in windows 10 it's throwing an error in creating a new module in that.我已经在 windows 7 中安装了一个 exe(Windows 应用程序)并且在那里工作正常,但是在 windows 10 中安装了相同的 exe 之后,它在其中创建一个新模块时抛出了一个错误。 The application is developed using C++ and C# .该应用程序是使用C++ 和 C#开发的。

Error:错误:

runtime error - '-2147024770 (8007007 e)' the specified module could not be found.运行时错误 - '-2147024770 (8007007 e)' 找不到指定的模块。 could not load file or assembly def.dll' or one of its dependencies.无法加载文件或程序集 def.dll' 或其依赖项之一。 the specified module could not be found.指定的模块无法找到。 File " abc\xyz.cpp Line: 779文件“ abc\xyz.cpp 行:779

After Installing Microsoft Visual c++ Redistributable Package 2012 (X64) the application started working properly.安装Microsoft Visual c++ Redistributable Package 2012 (X64)后,应用程序开始正常工作。

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

相关问题 为什么在 Windows10 上构建并在 Windows7 上运行时出现“非法指令”错误 - Why do I get “Illegal Instruction” error when Building on windows10 and running on Windows7 Windows10中的VerQueryValue - VerQueryValue in Windows10 cpp exe文件适用于wsl但不适用于windows10 cmd - cpp exe file working on wsl but not working on windows10 cmd Windows 10上的VS Code + WSL应用程序上的CMake扩展 - VS Code on Windows10 + CMake extension on WSL application 使用Windows10SDK在Windows7上的C ++中创建Windows库 - Creating a windows lib in C++ on Windows7 using Windows10SDK OSX:QNetworkProxyFactory :: systemProxyForQuery无法在MAC上找到代理,但在Windows7中工作正常 - OSX : QNetworkProxyFactory::systemProxyForQuery is not able to find proxy on MAC but works fine in windows7 如何在Windows10的命令提示符下为opencv 3.0 c ++程序生成.exe? - How to generate .exe for opencv 3.0 c++ program from command prompt in windows10? 自定义PreviewPane-在Windows7中工作,在Vista中不工作 - Custom PreviewPane - Works in Windows7, not in Vista 检查windows10是否安装C++ - Check if windows10 is installed C++ 在Windows10中阻止文件创建 - Block file creation in Windows10
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM