I
Ilya Tumanov [MS]
Thanks for reporting this, I was not aware of this case.
Thanks for reporting this, I was not aware of this issue. I'll see if I can
fix it for next version of NETCF.
Unfortunately, registry entry is not particularly reliable even not counting
this one, which is why nether VS not Cgacutil.exe uses it.
More reliable way to detect NETCF from native code would be to enumerate
\windows\mscoreeX_Y.dll and grab version from this file.
Managed code should use System.Environment.Version to check it's running
under correct version of NETCF.
For automatic installer you can also eliminate user from the equation by
running installation silently.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).
Thanks for reporting this, I was not aware of this issue. I'll see if I can
fix it for next version of NETCF.
Unfortunately, registry entry is not particularly reliable even not counting
this one, which is why nether VS not Cgacutil.exe uses it.
More reliable way to detect NETCF from native code would be to enumerate
\windows\mscoreeX_Y.dll and grab version from this file.
Managed code should use System.Environment.Version to check it's running
under correct version of NETCF.
For automatic installer you can also eliminate user from the equation by
running installation silently.
--
Best regards,
Ilya
This posting is provided "AS IS" with no warranties, and confers no rights.
*** Want to find answers instantly? Here's how... ***
1. Go to
http://groups-beta.google.com/group/microsoft.public.dotnet.framework.compactframework?hl=en
2. Type your question in the text box near "Search this group" button.
3. Hit "Search this group" button.
4. Read answer(s).