- Subbiya Vasumoorthy
- SnapDevelop
- Friday, 15 November 2024 05:47 PM UTC
Hi Team,
I'm building a class library using .net core 3.1 in which I need to access windows registry keys for validating acrobat installation, I'm trying to use below code but received an error
using Microsoft.Win32;
Error:
"CS1069 The type name 'RegistryView' could not be found in the namespace 'Microsoft.Win32'. This type has been forwarded to assembly 'Microsoft.Win32.Registry, Version=4.1.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' Consider adding a reference to that assembly.
"
Trying to add it in project references, but clicking on COM, it throws me following error
Please help me to resolve this error
Thanks,
Subbiya
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.