ActiveX control denied registry access

  • Thread starter Thread starter JE
  • Start date Start date
J

JE

Guest
I have a web app that uses an ActiveX control. The control persists some
settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken under
Vista - does not allow the control access to the registry.

How do I tell Vista allow this access?
 
Re: ActiveX control denied registry access

Check, and possibly change, the permissions for the [MyCo] and [MyApp]
directories. (right click, select permissions)

Michael


"JE" <jgegroups.spam@gmail.nospam.com> wrote in message
news:Ot06EB4JIHA.484@TK2MSFTNGP06.phx.gbl...
> I have a web app that uses an ActiveX control. The control persists some
> settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken under
> Vista - does not allow the control access to the registry.
>
> How do I tell Vista allow this access?
 
Re: ActiveX control denied registry access

Thanks, that worked.

Michael Walraven wrote:
> Check, and possibly change, the permissions for the [MyCo] and [MyApp]
> directories. (right click, select permissions)
>
> Michael
>
>
> "JE" <jgegroups.spam@gmail.nospam.com> wrote in message
> news:Ot06EB4JIHA.484@TK2MSFTNGP06.phx.gbl...
>> I have a web app that uses an ActiveX control. The control persists
>> some settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken
>> under Vista - does not allow the control access to the registry.
>>
>> How do I tell Vista allow this access?

>
 
Re: ActiveX control denied registry access

Glad it helped, thanks for feedback.
Michael


"JE" <jgegroups.spam@gmail.nospam.com> wrote in message
news:ORFKCm0KIHA.4272@TK2MSFTNGP05.phx.gbl...
> Thanks, that worked.
>
> Michael Walraven wrote:
>> Check, and possibly change, the permissions for the [MyCo] and [MyApp]
>> directories. (right click, select permissions)
>>
>> Michael
>>
>>
>> "JE" <jgegroups.spam@gmail.nospam.com> wrote in message
>> news:Ot06EB4JIHA.484@TK2MSFTNGP06.phx.gbl...
>>> I have a web app that uses an ActiveX control. The control persists some
>>> settings in HKLM\Software\[MyCo]\[MyApp]\. This is now broken under
>>> Vista - does not allow the control access to the registry.
>>>
>>> How do I tell Vista allow this access?

>>
 
Back
Top