Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
I found out that the error was created because a module using an old PageTypeBuilder-version.
Solution - I added this to web.config:
<dependentAssembly>
<assemblyIdentity name="PageTypeBuilder" publicKeyToken="6fb8762af0e6dbed" culture="neutral" />
<bindingRedirect oldVersion="1.9.0.0-2.0.0.0" newVersion="2.0.0.0" />
<bindingRedirect oldVersion="1.0.0.0-1.3.1.0" newVersion="1.3.1.0" />
<codeBase version="1.3.1.0" href="bin\ptb131\PageTypeBuilder.dll" />
</dependentAssembly>
How do I solve this?
Thanks in advance for your help!
Anders Branderud