Issue
During installation of the Keeps software an exception is thrown in ExtentPlaceholderCreator.
Environment
Keeps
On Premise
Cause
Microsoft SQL Server issue.
Problem has been seen with MS SQL SERVER EXPRESS 2012 SP3
Resolution
Edit the 'c:\Websites\Feenics\'web.config' file and insert the text below at the exact location shown in the screen shot below.
--INSERT THIS TEXT
<dependentAssembly>
<assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" />
<bindingRedirect oldVersion="1.0.0.0-11.0.0.0" newVersion="10.0.0.0" />
</dependentAssembly>
--END OF INSERT TEXT