简体   繁体   中英

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. The application is developed using C++ and C# .

Error:

runtime error - '-2147024770 (8007007 e)' the specified module could not be found. could not load file or assembly def.dll' or one of its dependencies. the specified module could not be found. File " abc\xyz.cpp Line: 779

After Installing Microsoft Visual c++ Redistributable Package 2012 (X64) the application started working properly.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM