I am testing the Portal Framework in EPiServer 4.51, and I get a parse error if I change the name of the project assembly from EPiServerSample to something different. Is there a configuration setting that I am missing? This is the error message:
Parse Error, no assembly associated with Xml key a2:http://schemas.microsoft.com/clr/nsassem/development.Templates.Wsrp.Consumer/EPiServerSample TabInfo
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.Runtime.Serialization.SerializationException: Parse Error, no assembly associated with Xml key a2:http://schemas.microsoft.com/clr/nsassem/development.Templates.Wsrp.Consumer/EPiServerSample TabInfo
Source Error:
Line 423:
Line 424: // Get consumer state
Line 425: IItem consumerState = ConsumerContext.StorageSession.LoadPath(Constants.ConsumerStateItem, user);
Line 426: if (consumerState == null)
Line 427: {
Source File: C:\Inetpub\EPi451Portal\templates\WsrpPortal.aspx.cs Line: 425