c# - Project not running after reinstalation of windows and Visual Studio 2013 Express for Web -


i upgraded windows 10 enterprise edition , had reinstall vs 2013 express web.

after reinstalling tried run project used run before no success.

it's trowing following error:

não foi possível carregar o ficheiro ou assemblagem 'system.web.webpages.deployment, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' ou uma das respectivas dependências. definição manifesto de assemblagem localizada não corresponde à referência de assemblagem. (excepção de hresult: 0x80131040)

detalhes da exceção: system.io.fileloadexception: não foi possível carregar o ficheiro ou assemblagem 'system.web.webpages.deployment, version=2.0.0.0, culture=neutral, publickeytoken=31bf3856ad364e35' ou uma das respectivas dependências. definição manifesto de assemblagem localizada não corresponde à referência de assemblagem. (excepção de hresult: 0x80131040)

what can causing this? i've googled can't find answer solves issue. going crazy in here.

thanks guys. appreciate it.


Comments

Popular posts from this blog

java - unable show chart in xls document using jasper reports -

javascript - How to change image src on success AJAX -

java.lang.RuntimeException: Could not generate dummy secret at sun.security.ssl.RSAClientKeyExchange.<init> -