Linker Tools Warning LNK4246

.netmodule entry point token (reason) ignored

A module was used as an input file to the linker, but the module contained an entry point. A module with an entrypoint may have been created with Ilasm.exe.

The linker ignored the entry point.

To resolve this linker warning, remove the (.entrypoint) specification, and recompile with ilasm.

For more information on modules as linker input, see .netmodule Files as Linker Input.