2

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?

Ashok kumar
  • 1,593
  • 4
  • 33
  • 68
  • It's PInvoke, so you don't need to add any reference. – Lex Li Feb 10 '14 at 02:43
  • 1
    Then, what is the solution? My program could not recognize StrongNameSignagureVerificationEx class. – Ashok kumar Feb 11 '14 at 12:37
  • Go back to a textbook and learn what is PInvoke (platform invoke). Then you will see why you don't need a class called `StrongNameSignagureVerificationEx` at all. – Lex Li Feb 11 '14 at 13:08

0 Answers0