Microsoft .NET Framework >> .NET Application requires Local Administrator Rights

by ECEE » Wed, 06 Jun 2007 20:08:58 GMT


-pb- wrote:
> Looking at the log, it seems that your GDI+ library is not of the same
> version of the application you are trying to run. Does this
> application uses graphics if so please upgrade your GDI+ library from
> the Microsoft. Secondly determine where gdi+ library is installed and
> put that path in PATH envornment variable. See if this works....if not
> that there very little I can do unless you got hold on the code.

Thanks, I will check on those.
But does anyone know what I got a:
"First chance exceptions are reported before any exception handling.
This exception may be expected and handled. "

when accessed by a local admin, while I got:
"(1404.16c0): CLR exception - code e0434f4d (first chance)
(1404.16c0): CLR exception - code e0434f4d (first chance)
(1404.16c0): CLR exception - code e0434f4d (first chance)
(1404.16c0): CLR exception - code e0434f4d (first chance)
(1404.16c0): CLR exception - code e0434f4d (first chance)
(1404.16c0): CLR exception - code e0434f4d (!!! second chance !!!)"

Thanks.