RegistryEditor | Windows Registry Editor with advanced search | Form library

 by   giladreich C# Version: 1.0.1 License: No License

kandi X-RAY | RegistryEditor Summary

kandi X-RAY | RegistryEditor Summary

RegistryEditor is a C# library typically used in User Interface, Form, Unity applications. RegistryEditor has no bugs, it has no vulnerabilities and it has low support. You can download it from GitHub.

Windows Registry Editor (regedit) with advanced search features.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              RegistryEditor has a low active ecosystem.
              It has 5 star(s) with 0 fork(s). There are 1 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              RegistryEditor has no issues reported. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of RegistryEditor is 1.0.1

            kandi-Quality Quality

              RegistryEditor has 0 bugs and 0 code smells.

            kandi-Security Security

              RegistryEditor has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              RegistryEditor code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              RegistryEditor does not have a standard license declared.
              Check the repository for any license declaration and review the terms closely.
              OutlinedDot
              Without a license, all rights are reserved, and you cannot use the library in your applications.

            kandi-Reuse Reuse

              RegistryEditor releases are available to install and integrate.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of RegistryEditor
            Get all kandi verified functions for this library.

            RegistryEditor Key Features

            No Key Features are available at this moment for RegistryEditor.

            RegistryEditor Examples and Code Snippets

            No Code Snippets are available at this moment for RegistryEditor.

            Community Discussions

            QUESTION

            Error: Could not load file or assembly 'Microsoft.Win32Registry' from .NET Standard Library Consumed by .NET Framework Console App
            Asked 2019-Aug-02 at 03:50
            The Problem

            The Microsoft.Win32.Registry nuget package is giving me a lot of issues . We had .NET Framework 4.7.2 library that had a helper class that used that package and worked fine from a .NET Framework 4.7.2 unit test project. We recently converted the library to target .NET Standard 2.0, and now this class breaks when used with the following error:

            ERROR: System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. File name: 'Microsoft.Win32.Registry, Version=4.1.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' at NetStandardRegistryLib.RegistryUtil..ctor(String remoteMachineName) at NetStandardRegistryLib.Program.Main(String[] args) in C:\src\Microsoft.Win32.Registry-IssueRepro\FrameworkRegistry\RegistryEditor\Program.cs:line 21

            When I look at output of the Console project, I don't see the Microsoft.Win32.Registry.dll in the output.

            Using ILSpy and loading my .exe - it seems it would try to resolve the .dll from my dotnet core installation, which wouldn't work since it's a .NET Framework app.

            To Reproduce

            I've created a repo that reproduces for me on my Windows 2010 machine. You can find it here: https://github.com/TylerNielsen/Microsoft.Win32.Registry-IssueRepro

            Clone the repo, then open and build the RegistryEditor project.

            Using Powershell or your favorite editor - call the tool with three required arguments [remoteMachineName] [Environment variable name to set] [Value to set on the environment variable] **

            ** Note, this actually requires a remote machine you can reference by IP address. For some reason using 127.0.0.1 doesn't work for me, but I'm unsure why. The use case for this utility is for accessing remote machine environment variables.

            Other Notes

            When I create a .NET Framework Class Library to use for unit tests and reference the same .NET Standard Library - the Microsoft.Win32.Registry package is included and the utility runs just fine.

            ...

            ANSWER

            Answered 2019-Aug-02 at 03:50

            In your repo, if you look into both csproj files you'll see they are quite different. The NetStandardRegistryLib.csproj is the new format, the RegistryEditor.csproj is the old one.

            Your problem is that old style projects do not resolve dependencies transitively. RegistryEditor will not copy dependencies of its own dependency NetStandardRegistryLib.

            There are at least two ways to solve your problem:

            1. Just add Microsoft.Win32.Registry Nuget package to RegistryEditor project explicitly. That'll make the Microsoft.Win32.Registry.dll to appear in the RegistryEditor build folder.

            2. Convert the RegistryEditor.csproj to new format. It's not limited to netstandard builds, you can use it for builds targeting .Net Framework versions as well. And it does resolve dependencies transitively!

            Here's a long guide for how to do the conversion in general https://natemcmaster.com/blog/2017/03/09/vs2015-to-vs2017-upgrade/

            Since your project is quite simple, I've converted it for you. Just replace the content of RegistryEditor.csproj with the code below. It's still targeting net472.

            Source https://stackoverflow.com/questions/57318034

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install RegistryEditor

            You can download it from GitHub.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/giladreich/RegistryEditor.git

          • CLI

            gh repo clone giladreich/RegistryEditor

          • sshUrl

            git@github.com:giladreich/RegistryEditor.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link