3
Hello I am trying to fix an error in my application, I used FUSLOGVW.exe to know which dlls were missing are wrong. It is returning me this msg: But the dll msvcm80.dll hand is part of my project, How can I include it? See msg error error:
***** Assembly File Log Entry (30/06/2015 @ 08:12:41) ***
Operation failed. Result of association: hr = 0x80131040. None description available.
Assembly manager loaded with: C: Windows Microsoft.NET Framework v4.0.30319 clr.dll Running under executable C: Siseco system.exe --- Follows a detailed bug log.
=== Pre-association status information === LOG: Displayname = msvcm80, Version=8.0.50727.4940, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a (Fully-specified) LOG: Appbase = file://C:/System/ LOG: Privatepath initial = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: Appname = Siseco.exe Calling Assembly: (Unknown). === LOG: this association starts in the default upload context. LOG: using application configuration file: C: System Siseco.exe.Config LOG: using configuration file host: LOG: using machine configuration file C: Windows Microsoft.NET Framework v4.0.30319 config machine.config. LOG: post-policy reference: msvcm80, Version=8.0.50727.4940, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a LOG: the search for GAC failed. LOG: trying to download new URL file://C:/System/msvcm80.DLL. LOG: the download of Assembly was successful. Trying file configuration: C: System msvcm80.dll LOG: entering the configuration phase executed from the source. LOG: the name of Assembly is: msvcm80, Version=8.0.50727.4927, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a AVI: comparison of Assembly name resulted in incompatibility: Revision Number ERR: a Assembly reference did not correspond to the definition of Assembly located. ERR: failure in the configuration phase executed from the source with hr = 0x80131040. ERR: failed to complete configuration of Assembly (hr = 0x80131040). Probing closed.
* Assembly File Log Entry (30/06/2015 @ 08:12:41) *
Operation failed. Result of association: hr = 0x80131040. None description available.
Assembly manager loaded with: C: Windows Microsoft.NET Framework v4.0.30319 clr.dll Running under executable C: Siseco system.exe --- Follows a detailed bug log.
=== Pre-association status information === LOG: Displayname = msvcm80, Version=8.0.50727.4940, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a (Fully-specified) LOG: Appbase = file://C:/System/ LOG: Privatepath initial = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: Appname = Siseco.exe Calling Assembly: (Unknown). === LOG: this association starts in the default upload context. LOG: using application configuration file: C: System Siseco.exe.Config LOG: using configuration file host: LOG: using machine configuration file C: Windows Microsoft.NET Framework v4.0.30319 config machine.config. LOG: post-policy reference: msvcm80, Version=8.0.50727.4940, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a LOG: the search for GAC failed. LOG: trying to download new URL file://C:/System/msvcm80.DLL. LOG: the download of Assembly was successful. Trying file configuration: C: System msvcm80.dll LOG: entering the configuration phase executed from the source. LOG: the name of Assembly is: msvcm80, Version=8.0.50727.4927, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a AVI: comparison of Assembly name resulted in incompatibility: Revision Number ERR: a Assembly reference did not correspond to the definition of Assembly located. ERR: failure in the configuration phase executed from the source with hr = 0x80131040. ERR: failed to complete configuration of Assembly (hr = 0x80131040). Probing closed**
Then mark your answer as accepted
– durtto