Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6841213
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T23:56:21+00:00 2026-05-26T23:56:21+00:00

After upgrading Fax.NET project to .NET 4 Client Profile i got this Exception: MissingMethodException:

  • 0

After upgrading Fax.NET project to .NET 4 Client Profile i got this Exception:

MissingMethodException:
Constructor on type 'Microsoft.Win32.SafeHandles.SafeRegistryHandle' not found.

Exception occurred on return statement of this function:

private static SafeHandle CreateRegistrySafeHandle(IntPtr handle)
{
    Type type;

    type = typeof(SafeHandle).Assembly.GetType("Microsoft.Win32.SafeHandles.SafeRegistryHandle");

    return (SafeHandle)Activator.CreateInstance(
        type,
        BindingFlags.Instance | BindingFlags.NonPublic,
        null,
        new object[] { handle, true },
        null);
}

What is solution for this exception?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T23:56:21+00:00Added an answer on May 26, 2026 at 11:56 pm

    The SafeRegistryHandle Constructor is public (BindingFlags.Public) since .NET 4, not internal or private (BindingFlags.NonPublic).

    If you have access to the source code, you can replace the method with

    private static SafeHandle CreateRegistrySafeHandle(IntPtr handle)
    {
        return new SafeRegistryHandle(handle, true);
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After upgrading to NHibernate 3.1 and .Net 4 I am seeing a strange exception
After upgrading to Android 2.3.4, I am getting following exception: javax.net.ssl.SSLException: Read error: ssl=0x*:
We are getting this error after upgrading to NHibernate 2.1. [QueryException: Cannot simultaneously fetch
After upgrading to the above configuration I notice that 1) CTRL-Click on a type
After upgrading to my ASP.NET MVC 4 Developer Preview assemblies to the latest MVC
After upgrading a project from Flex4 Beta1 to Beta2, I've found that the background-image
After upgrading the NHibernate and FluentNHibernate DLLs in a project, I'm now getting a
After upgrading to MVC 3 RTM I get an exception where it previously worked.
After upgrading to PHPUnit v > 3.5 (I forgot) I kept on getting this
After upgrading a working project from EF 4.0 to 4.1, I am now receiving

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.