Compiler Warning (Level 2) CS1927
Visual Studio 2008
Ignoring /win32manifest for module because it only applies to assemblies.
A win32 manifest is only applied at the assembly level. Your module will compile but it will not have a manifest.
To correct this error
Remove the /win32manifest option.
Compile the code as an assembly.