peverify error

  • Thread starter Thread starter Gideon
  • Start date Start date
G

Gideon

hi all,
i'm trying to make my mc++ code verifiable:
i'm getting this error when running peverify on my dll:
[IL]: Error: [HRESULT 0x80131417].

any ideas?
thanks,
g.
 
HR 0x80131417 indicates a security exception being thrown by peverify, is
your assembly loaded from a local drive?

Willy.
 
thanks for that.
the assembly is loaded from a network drive.

Willy Denoyette said:
HR 0x80131417 indicates a security exception being thrown by peverify, is
your assembly loaded from a local drive?

Willy.

Gideon said:
hi all,
i'm trying to make my mc++ code verifiable:
i'm getting this error when running peverify on my dll:
[IL]: Error: [HRESULT 0x80131417].

any ideas?
thanks,
g.
 
Back
Top