Do I need reference to mscoree.dll assembly?

1.1k Views Asked by At

I have found this nice article while trying to find Delay signed assembly programmatically.

But, the program in the above link is using StrongNameSignatureVerificationEx class which is available in mscoree.dll assembly, I guess.

But, I couldn't find reference to mscoree.dll anywhere inside my Visual studio.

Where can I get reference to mscoree.dll?

One more point, in the above link why reference to mscorsn is given? Which does actually I need mscorsn.dll or mscoree.dll?

0

There are 0 best solutions below