Linker Tools Error LNK1286

pure MSIL DLL cannot have entry point

When linking a DLL with objects built using /clr:safe, the image cannot have an entry point. Remove /entry, or use /noentry.