Note that there are some explanatory texts on larger screens.

plurals
  1. POUnable to create type - PageAdapter
    text
    copied!<p>Following this tutorial: <a href="http://aspalliance.com/1993_Replacing_ASPNET_Base_Pages_with_a_PageAdapter" rel="nofollow">http://aspalliance.com/1993_Replacing_ASPNET_Base_Pages_with_a_PageAdapter</a></p> <p>It works in a test project of mine, but in my production project I get the following error:</p> <pre><code>Server Error in '/products' Application. Unable to create type 'Photocreator.ThemedPageAdapter'. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Exception: Unable to create type 'Photocreator.ThemedPageAdapter'. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [Exception: Unable to create type 'Photocreator.ThemedPageAdapter'.] System.Web.Configuration.HttpCapabilitiesBase.GetAdapter(Control control) +889 System.Web.UI.Control.ResolveAdapter() +214 System.Web.UI.Page.get_PageAdapter() +43 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +188 Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.468 </code></pre> <p>This appears on all pages, both projects are using framework V4.</p> <p>Any Ideas?</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload