dotgnu-pnet
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pnet-developers] System.Security.VerificationException


From: Colin JN Breame
Subject: [Pnet-developers] System.Security.VerificationException
Date: Tue, 8 Feb 2005 23:00:37 +0000
User-agent: KMail/1.7.1

Hello,

After compiling and then running the attached file, an exception is thrown:

$ cscc cogmod.cs && ilrun a.out
cogmod::Main [20D2] - call at verify_call.c:1833
Uncaught exception: System.Security.VerificationException: Could not verify 
the code

It seems that changing line 18:

for (int i=0; i<res.Length; i++) {

to:

for (int i=0; i<10; i++) {

Makes the problem go away.

Any ideas what's going on here?

Thanks

 -- Colin JN Breame

Attachment: cogmod.cs
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]