I installed asp net 2.0 templates, and deleted from sample page the portal template. Now I try to create new. But it gives me an error message:
System.ArgumentException: Item has already been added. Key in dictionary: 'id' Key being added: 'id'
// Force consumer framework to append the episerver pageid to the query variables ConsumerContext.GlobalParameters.Add( "id", CurrentPageLink.ToString() );
How can I get this to work right? Server runs in ASP.NET Version:2.0.50727.832 and EPiServer is version 4.62.0.533.
Hi,
I installed asp net 2.0 templates, and deleted from sample page the portal template. Now I try to create new. But it gives me an error message:
System.ArgumentException: Item has already been added. Key in dictionary: 'id' Key being added: 'id'
// Force consumer framework to append the episerver pageid to the query variables ConsumerContext.GlobalParameters.Add( "id", CurrentPageLink.ToString() );
How can I get this to work right? Server runs in ASP.NET Version:2.0.50727.832 and EPiServer is version 4.62.0.533.