[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework

Remote Win64 registry access from Win32 managed app?

Lance

6/20/2008 1:18:00 PM

Since the following article was posted, have there been any updates to the
..NET framework (any version) to support remote access to the Win64 registry
from a managed app running on a Win32 system? We'd prefer to do this in
managed code without having to resort to PInvoke calling native code that
uses the KEY_WOW64_64KEY flag if possible.

Thanks,
-Lance

How to remotely access the Win64 registry from a Win32 machine in managed
code (Part II)
http://blogs.msdn.com/cumgranosalis/archive/2005/12/19/Win64Registry...


3 Answers

Jeroen Mostert

6/20/2008 6:13:00 PM

0

Lance wrote:
> Since the following article was posted, have there been any updates to the
> .NET framework (any version) to support remote access to the Win64 registry
> from a managed app running on a Win32 system?

Reflector says no. This scenario is uncommon enough that I don't expect any
changes either, unless you file an explicit bug with Microsoft Support.

--
J.
http://symbolsprose.bl...

jetan

6/23/2008 9:59:00 AM

0

Hi Lance,

I have added a reply to same issue of you in this newsgroup. Please feel
free to give it a follow-up, thanks.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
=========================================
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
msdnmg@microsoft.com.

This posting is provided "AS IS" with no warranties, and confers no rights.

Lance

6/23/2008 2:00:00 PM

0

Jeroen & Jeffrey -
Thanks for your replies. Looks like we'll need to use the p/invoke
solution.
-Lance

""Jeffrey Tan[MSFT]"" <jetan@online.microsoft.com> wrote in message
news:NxMxOfR1IHA.3644@TK2MSFTNGHUB02.phx.gbl...
> Hi Lance,
>
> I have added a reply to same issue of you in this newsgroup. Please feel
> free to give it a follow-up, thanks.
>
> Best regards,
> Jeffrey Tan
> Microsoft Online Community Support
> =========================================
> Delighting our customers is our #1 priority. We welcome your comments and
> suggestions about how we can improve the support we provide to you. Please
> feel free to let my manager know what you think of the level of service
> provided. You can send feedback directly to my manager at:
> msdnmg@microsoft.com.
>
> This posting is provided "AS IS" with no warranties, and confers no
> rights.
>