Exception Running App v/NTD

  • Thread starter Thread starter Anil Kripalani
  • Start date Start date
A

Anil Kripalani

I have a .NET 1.1 Winforms application I am running via no touch deployment
(HTTP link from web app). On some workstations we get the following error
at launch: "Application has generated an exception that could not be
handled."

I have already increased Intranet trust to Full, and even signed the
assembly and granted it Full trust as well (via .NET wizards).

The app does work if the currently logged in user is given admin privileges
on the domain, so this issue seems to be permissions related. What else can
we do, short of making users admins, so they can run this application?

Thanks,
Krip
 
Just an FYI...
You are probably in the wrong place as this is an ASP.NET group (web, not
Winforms)....
 
Thanks, yes, I did know that. The issue I have is with no-touch-deployment
over HTTP. The title of the exception message window is actually
"IEExec.exe" so IE is related. I can post in Winforms area too.

-Krip
 
most likely your app is performming a network operation that requires domain
admin permissions, and has no error handling code.

-- bruce (sqlwork.com)
 
Back
Top