Follow Us
Contribute
  • Register

Fatal Error C1900: Il mismatch between (tool1) version (number1) and (tool2) version (number2)

0 votes

Tools run in various passes of the compiler do not match. number1 and number2 refer to the dates on the files. For example, in pass 1, the compiler front end runs (c1.dll) and in pass 2, the compiler back end runs (c2.dll).


requested 1 year ago by errorbase (169,970 points)

3 Solutions

0 votes

This article is a derivative work based on http://msdn.microsoft.com/en-us/library/ks07be9f.aspx" title="http://msdn.microsoft.com/en-us/library/ks07be9f.aspx" target="_blank">Fatal Error C1900 which is provided by http://msdn.microsoft.com/en-us/library/60k1461a.aspx" title="http://msdn.microsoft.com/en-us/library/60k1461a.aspx" target="_blank">MSDN Community Content - Visual C++.

solved 1 year ago by errorbase (169,970 points)
0 votes

An explanation for the cause.


solved 1 year ago by errorbase (169,970 points)
0 votes

The dates on the files must match and if they do not, reinstall and use the current version of each tool.


solved 1 year ago by errorbase (169,970 points)

Related errors