.Net Framework 2.0 - Win 2000 - Error System.Security.Security

  • Thread starter Thread starter Claude
  • Start date Start date
C

Claude

Hi,

I've build a C#.Net 2.0 dll assembly and an simple C#.Net 2.0 windows
application that uses my dll. For a unknown reason, my application works fine
on Win XP, Win 2003 server... but not on Win 2000 Pro SP4 stations. Why ?
I always get this error :

EventType clr20r3, P1 mesnot~1.exe, P2 1.0.0.0, P3 4b0559ad, P4 delta, P5
1.0.0.0, P6 4b055977, P7 1481, P8 0, P9 system.security.security, P10 NIL.

I've tried to build a simple "Hello world" windows application using only
Microsoft's .Net Framework 2.0 librairies and it works fine on Win 2000 SP4.

What's going on ?

Thanks,
Claude
 
Claude said:
Hi,

I've build a C#.Net 2.0 dll assembly and an simple C#.Net 2.0 windows
application that uses my dll. For a unknown reason, my application works fine
on Win XP, Win 2003 server... but not on Win 2000 Pro SP4 stations. Why ?
I always get this error :

EventType clr20r3, P1 mesnot~1.exe, P2 1.0.0.0, P3 4b0559ad, P4 delta, P5
1.0.0.0, P6 4b055977, P7 1481, P8 0, P9 system.security.security, P10 NIL.

I've tried to build a simple "Hello world" windows application using only
Microsoft's .Net Framework 2.0 librairies and it works fine on Win 2000 SP4.

What's going on ?

Without a concise-but-complete code example that reliably reproduces the
problem, how could anyone possibly say?

You probably have some access rights problem. But even that isn't
assured, and in any case pinpointing the actual cause is impossible
without the code.

Pete
 
Back
Top