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