mvcmusicstore run project help?http://forums.asp.net/t/1688840.aspx/1?mvcmusicstore+run+project+help+Sun, 12 Jun 2011 11:09:20 -040016888404455631http://forums.asp.net/p/1688840/4455631.aspx/1?mvcmusicstore+run+project+help+mvcmusicstore run project help? <p>Hi</p> <p>I downloaded the music store to help me learn mvc and &nbsp; I can build the the project but it wont run.</p> <p>http://mvcmusicstore.codeplex.com/releases/view/59112#DownloadId=197609</p> <p>I get this error</p> <p>Can you plesae advise?</p> <p>&nbsp;</p> <p>thanks</p> <h2><i>Compilation Error</i></h2> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><b>Description: </b>An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately. <br> <br> <b>Compiler Error Message: </b>CS1705: Assembly 'Mvc Music Store, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' uses 'System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'<br> <br> <b>Source Error:</b><br> <br> </span></span></p> <table width="100%" bgcolor="#ffffcc"> <tbody> <tr> <td></td> </tr> <tr> <td> <pre>[No relevant source lines]</pre> </td> </tr> </tbody> </table> <p><span face="Arial, Helvetica, Geneva, SunSans-Regular, sans-serif " style="font-family:Arial,Helvetica,Geneva,SunSans-Regular,sans-serif"><br> <b>Source File:</b> &nbsp;&nbsp; <b>Line:</b> 0 <br> </span></p> <p>&nbsp;</p> <p>&nbsp;</p> <p>&nbsp;</p> 2011-06-11T08:03:32-04:004455667http://forums.asp.net/p/1688840/4455667.aspx/1?Re+mvcmusicstore+run+project+help+Re: mvcmusicstore run project help? <p>Please make sure that the <strong>version number</strong> of the file <strong> System.Web.Mvc.dll</strong> referenced to the project and the <strong>version numbe</strong>r of the same file in the web.config file (<span class="Apple-style-span" style="white-space:pre"><span>&lt;</span><span>add</span><span>&nbsp;</span><span>assembly</span><span>=</span>&quot;<span>System.Web.Mvc,&nbsp;Version=?.0.0.0,&nbsp;Culture=neutral,&nbsp;PublicKeyToken=31bf3856ad364e35</span>&quot;<span>&nbsp;/&gt;</span></span>) are same. You can remove the reference of the file from your project and add reference of the correct version file. &nbsp;</p> 2011-06-11T08:47:34-04:004456354http://forums.asp.net/p/1688840/4456354.aspx/1?Re+mvcmusicstore+run+project+help+Re: mvcmusicstore run project help? <p>It has something to do with the MVC version that is installed in your c. i think Musinc Store need MVC 3.Make sure you have the MVC 3 Installed on your Computer.</p> 2011-06-12T11:09:20-04:00