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

  • SEARCH
  • Home
  • 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 8747613
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:23:09+00:00 2026-06-13T12:23:09+00:00

I downloaded the latest DotNetOpenAuth code from GitHub and initially it failed to build.

  • 0

I downloaded the latest DotNetOpenAuth code from GitHub and initially it failed to build. I fixed the problem by running the following:

sn -Vr *,2780ccd10d57b246

found here:

http://www.dotnetopenauth.net/developers/contributing/quickstart-environment/

I went ahead and did some modifications to the project DotNetOpenAuth.AspNet. It compiled just fine. Then I created an MVC 4 web project under samples to test my changes. The solution again compiled. However as soon as I click on debug I get the ASP.NET yellow screen of death with the following error:

Could not load file or assembly ‘DotNetOpenAuth.AspNet’ or one of its dependencies. Strong name signature could not be verified. The assembly may have been tampered with, or it was delay signed but not fully signed with the correct private key. (Exception from HRESULT: 0x80131045)

The MVC 4 project was created from the Empty Template, so there is no reference to Microsoft.Web.WebPages.OAuth

What am I missing? I completed the rest of the steps found in the link above:

sn -k mykeyfile.pfx 
sn -i mykeyfile.pfx mykeycontainer
sn -p mykeyfile.pfx mykeyfile.pub 
sn -q -t mykeyfile.pub
sn -Vr *,<YourPublicKeyTokenHere>

and also modified the file \tools\DotNetOpenAuth.props, specifically the lines: 27,29,30 with the new values

26. <SignAssembly>true</SignAssembly>
27. <PublicKeyFile Condition="'$(PublicKeyFile)' == ''">$(ProjectRoot)src\official-build-key.pub</PublicKeyFile>
28. <AssemblyOriginatorKeyFile Condition="'$(AssemblyOriginatorKeyFile)' == ''">$(PublicKeyFile)</AssemblyOriginatorKeyFile>
29. <KeyPairContainer Condition="'$(KeyPairContainer)' == ''">DotNetOpenAuth</KeyPairContainer>
30. <PublicKeyToken>2780ccd10d57b246</PublicKeyToken>
31. <DelaySign>true</DelaySign>
32. <SignedSubPath>signed\</SignedSubPath>
  • 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-06-13T12:23:10+00:00Added an answer on June 13, 2026 at 12:23 pm

    Modifying the props file shouldn’t be necessary.
    The issue is likely that you’re on a 64-bit machine, and the sn command you ran only impacted the 32-bit registry. Then at runtime you fail because you’re running the web site on the 64-bit registry, which doesn’t have the skip verification entry in it.

    The “right” way to do it is to install the 64-bit Windows SDK so that you get 64-bit sn.exe and run that command as well. However, here’s the fast and easy way:

    Check out the value of your reg key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\StrongName\Verification\*,2780ccd10d57b246

    and copy that key over to

    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\StrongName\Verification\*,2780ccd10d57b246

    Then restart all the relevant processes (MSBuild.exe, devenv.exe, iis, WebDAV, or whatever it is that’s hosting your web site and reporting the error). It should start working for you.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I've downloaded the latest SignalR code (as of 04/04/12) from GitHub as it now
I have downloaded latest openframeworks library from github. I am able to run all
I downloaded the latest source of mod_wsgi from https://code.google.com/p/modwsgi/source/checkout , but I can’t compile
I downloaded the latest google caliper source code and build it using maven. Now
I downloaded the latest version from google code, am using xcode 4.4 (with command
I have downloaded the latest RestKit version 0.9.3 from github and noticed that the
So I found Help installing cx_Oracle but am still stuck. I downloaded the latest
I am downloading Sun/Oracle Mojarra implementation of JSF from http://javaserverfaces.java.net/download.html I downloaded the latest
I've downloaded latest source from mono project, compiled it and everything works (c# projects,
I am working on Lucene 3.x (source code). To start with I downloaded latest

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.