Follow Us
Contribute
  • Register

Fatal Error C1352: Invalid or corrupt MSIL in function 'function' from module 'file'

0 votes

A .netmodule was passed to the compiler, but the compiler detected corruption in the file.


The compiler does not check .netmodule files for all types of corruption. It does, however, check that all control paths in a function contain a return statement.


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/7d6ayfzk.aspx" title="http://msdn.microsoft.com/en-us/library/7d6ayfzk.aspx" target="_blank">Fatal Error C1352 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

Give more details for cause and solution sections.


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

Ask the person who produced the .netmodule to investigate.


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

Related errors