Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Error reading Win32 manifest file 'filename' -- 'error'.
This error is generated when the following conditions are true:
The /win32manifest option is specified either on the command line or by right-clicking the Project icon in Solution Explorer, pointing to Add, clicking New Item, and then clicking Application Manifest File.
The file is either corrupted or missing.
Remove the option.
Replace, repair, or regenerate the file.
The following example generates CS1926 when it is compiled with a corrupted for missing win32 manifest file:
// cs1926.cs
// Compile with: /win32manifest: ../../app.manifest
// CS1926
class Test
{
public static int Main()
{
return 1;
}
}
.NET feedback
.NET is an open source project. Select a link to provide feedback: