asp.net - Could not load file or assembly error (System.Web.Helpers) -


when trying run project/website error message:

could not load file or assembly 'system.web.helpers, version=3.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified.

i don't know system.web.helpers coming not referenced in solution. did find system.web.helpers , on 3.0.0.0 , found neither. project working other people on team on same branch.

i've looked around internet , tried lot of solutions. running out of ideas.

for myself, had remove <dependentassembly> references dlls being complained from:

<configuration>   <runtime>     <assemblybinding xmlns="urn:schemas-microsoft-com:asm.v1"> 

once removed issue fixed. ensured mvc 3 , mvc 4 installed via web platform installer


Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -