problem with StiMvcDesigner and StiMvcViewer
Posted: Mon Jul 22, 2013 11:51 am
i have problem with StiMvcDesigner and StiMvcViewer. whenever i run my mvc 4 application, i give the error below:
"Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
at the lines for creating these two components:
"@Html.Stimulsoft().StiMvcDesigner(new StiMvcDesignerOptions() { ..." and "@Html.Stimulsoft().StiMvcViewer( "MvcViewer1", new StiMvcViewerOptions() {..."
why this error occures? how can i solve this problem?
"Could not load file or assembly 'System.Web.Mvc, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)"
at the lines for creating these two components:
"@Html.Stimulsoft().StiMvcDesigner(new StiMvcDesignerOptions() { ..." and "@Html.Stimulsoft().StiMvcViewer( "MvcViewer1", new StiMvcViewerOptions() {..."
why this error occures? how can i solve this problem?