Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>The underlying issue is that a version 1.0.0 assembly is still being referenced somewhere in the project.</p> <p>Using <a href="http://www.red-gate.com/products/reflector/" rel="nofollow noreferrer">reflector</a> to examine each assemblies dependencies, I found (if you're starting with CodeBetter.Canvas project) there are <strong>three</strong> dependent projects that need to be updated to use the 2.0.0 version of system.web.mvc.dll</p> <ol> <li><p><strong>Spark</strong>. Download the latest version of spark from teamcity and use the spark.web.mvc2.dll (which references system.web.mvc.dll 2.0.0) <a href="https://stackoverflow.com/questions/1261576/asp-net-mvc-2-0-prev-1-and-spark/1264289#1264289">Link to detailed instructions.</a></p></li> <li><p><strong>MVCContrib</strong>. Download the latest version of MVCContrib (<a href="http://teamcity.codebetter.com/guestAuth/repository/download/bt81/.lastPinned/MVCContrib.release.zip" rel="nofollow noreferrer">download release</a>, <a href="http://github.com/mvccontrib/MvcContrib" rel="nofollow noreferrer">download source</a>) which references the system.web.mvc.dll 2.0.0.</p></li> <li><p><strong>Ninject</strong>. <a href="http://github.com/enkari/ninject.web.mvc/" rel="nofollow noreferrer">Download the latest version of ninject</a> and recompile the VS solution after updating the reference to the 2.0.0 version of system.web.mvc.dll</p></li> </ol> <p>Now, replace these dependency's assemblies in your project and update the project references if necessary. All should be well.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
 

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