Microsoft Windows Vista Community Forums - Vistaheads
Recommended Download - Clean, repair and optimize your system



Welcome to the Microsoft Windows Vista Community Forums - Vistaheads, YOUR Largest Resource for Windows Vista related information.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so , join our community today!

If you have any problems with the registration process or your account login, please contact us.

Driver Scanner 2009 - Free Scan Now

Re: Problem running .NET user control hosted on Windows Vista / IE 7

microsoft.public.windows.vista.security




Recommended Fix - Fix Vista Errors and Optimize Performance

Click On Your Flag for Translation
Simplified Chinese French Spanish Italian Portugeuse Japanese German Dutch
Driver Scanner 2009 - Free Scan Now
Reply
  #1 (permalink)  
Old 09-01-2007
Mr. Arnold
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE 7

"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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #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.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-01-2007
Mr. Arnold
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE 7

"Vigilante" <kewltoyz@yahoo.com> wrote in message
news:CF358C48-F64E-434F-BE5C-CC2A6A72BF3C@microsoft.com...
> Does he have to pay for it?


No, he doesn't have to pay for it. Being a .Net developer, then he should be
able to create the XML UAC manifest that the .Net solution will use to
present security credentials to Vista in order for the program to execute
with the proper privileges. The information is everywhere out there on the
Internet using Google.

>
> "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.
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-01-2007
M. Cota
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE7
Thanks for the tip. I will try it.



Mr. Arnold escribió:
>
> "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.
>
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5 (permalink)  
Old 09-01-2007
M. Cota
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE7
Hi,

To make sure UAC is breaking my client side control, I have disabled it
and restarted the system.

My user control still is not working on Vista/IE7 (it works on XP/IE7),
so may be UAC is not the problem in this scenario.

I will appreciate any help.

Thanks.

Mr. Arnold escribió:
>
> "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.
>
>
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 09-02-2007
Mr. Arnold
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE 7

"M. Cota" <contact@softwaresigloxxi.com> wrote in message
news:upRVStO7HHA.3400@TK2MSFTNGP03.phx.gbl...
> Hi,
>
> To make sure UAC is breaking my client side control, I have disabled it
> and restarted the system.
>
> My user control still is not working on Vista/IE7 (it works on XP/IE7), so
> may be UAC is not the problem in this scenario.
>
> I will appreciate any help.


If you're using this 3rd party solution on the client side, then maybe the
control only works on XP or previous versions of the Windows based O/S
using the .Net Framework, and it flat-out doesn't work with Vista, which you
should verify with the 3rd party vendor that the control works with Vista.
..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 09-02-2007
M. Cota
 

Posts: n/a
Re: Problem running .NET user control hosted on Windows Vista / IE7
Hi,

First of all, thank you for your quick answers. I appreciate your support.

I have to say that the user control works well on a Windows Form sample
application as well as on ASP.NET web applications.

You can test it here:
http://www.softwaresigloxxi.com/Supe...ary_Trial.html

It doesn't run as a hosted client-side control on IE7.

I have tried lowering permissions, adding the site to trusted zone,
disabled UAC, embed manifest to requiere permission elevation, ...

Well.. I'm begining to think that Vista has broken hosted client-side
..net controls.

Has anyone be able to host a .net user control on client-side on Windows
Vista/IE7?

Thanks!!









Mr. Arnold escribió:
>
> "M. Cota" <contact@softwaresigloxxi.com> wrote in message
> news:upRVStO7HHA.3400@TK2MSFTNGP03.phx.gbl...
>> Hi,
>>
>> To make sure UAC is breaking my client side control, I have disabled
>> it and restarted the system.
>>
>> My user control still is not working on Vista/IE7 (it works on
>> XP/IE7), so may be UAC is not the problem in this scenario.
>>
>> I will appreciate any help.

>
> If you're using this 3rd party solution on the client side, then maybe
> the control only works on XP or previous versions of the Windows based
> O/S using the .Net Framework, and it flat-out doesn't work with Vista,
> which you should verify with the 3rd party vendor that the control works
> with Vista.
> .
>


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Problem running .NET user control hosted on Windows Vista / IE 7 M. Cota microsoft.public.windows.vista.security 0 09-01-2007 10:45
User Account control problem, please help AC microsoft.public.windows.vista.administration accounts passwords 3 08-20-2007 00:41
COM+ y UAC (User Account Control) de Windows Vista Fabián Tomás de Paula microsoft.public.es.windowsvista 3 06-26-2007 15:05




All times are GMT +1. The time now is 13:26.




Driver Scanner - Free Scan Now

Vistaheads.com is part of the Heads Network. See also XPHeads.com and Win7Heads.com.


Funny Commercials to make you laugh :-)

Design by Vjacheslav Trushkin for phpBBStyles.com.
Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119