vote up 1 vote down star

I'm working with the DotNetOpenAuth controls and on my ASPX pages in source view I have a blue squiggly line under the @Page directive with the following error.

ASP.NET runtime error: Could not load file or assembly 'DotNetOpenAuth, Version=3.2.0.9177, Cultur=neutral, PublicToken=2780ccd10d57b246' or one of its dependencies. Failed to grant minimum permission requests. (Exception from HRESULT: 0x80131417)

The controls also do not render in the Designer, instead I get an "Error Creating Control" message however the project compiles and runs just fine.

Anyone know what is going on?

Side note:

The project is on a remote server and I'm accessing it over a network share.

flag

71% accept rate

1 Answer

vote up 3 vote down check

See this blog post.

You get the error because your trust level isn't correct.

link|flag
I was hoping there was an easier way than downloading and reinstalling the SDK but the download finally finished and it worked. :) – CptSkippy Aug 10 at 16:10

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.