View Single Post
  #2 (permalink)  
Old 09-01-2007
Vigilante
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE 7
Does he have to pay for it?

"Mr. Arnold" <MR. Arnold@Arnold.com> wrote in message
news:%23tcZZnM7HHA.3900@TK2MSFTNGP02.phx.gbl...

"M. Cota" <contact@softwaresigloxxi.com> wrote in message
news:%233ReJ5H7HHA.2476@TK2MSFTNGP05.phx.gbl...

<snipped>

>
> Please, I'm lost at this point. Can anyone tell me why the <object> is
> failing to initialize on Windows Vista / IE7? I have tried adding the
> website to trusted sites as well as lowering the security settings but no
> luck.


Vista uses UAC/User Account Control, which a .Net solution may have to
present security credentials to Vista in order for the application to run
properly with privileges, which the program presents to Vista in the form of
a UAC manifest the application uses to present the credentials. That's most
likely your problem.


Reply With Quote