-1
We work Aki in the company with SNV with projects.
One day the server stopped working, it was a job to recover the projects. But there is a project that has a reference error with the following message:
Could not load file or Assembly 'System.Web.Webpages.Razor, Version=1.0.0.0, Culture=neutral, Publickeytoken=31bf3856ad364e35' or one of its dependencies. System cannot find specified file.**
The project is in ASP.NET MVC 3
. I have already tried to download this package by nuget, make reference by web config
. But unsuccessfully. Someone can help.
Once I had this too, try to change the version of Razor, like: Version=2.0.0 to see if it works. Sometimes it can work !
– Érik Thiago
I tried Erik Thiago, the project was in visual studio 2010... I will try to open the project in visual studio and try to recover this ddl
– Julio Bandeira
Exactly. Try this. But try to open the project in a more current version of VS to see if you can change in hand !
– Érik Thiago
It worked here, thank you very much Erik Thiago
– Julio Bandeira
Oopa what a great guy ! Did what I told you or managed to arrange otherwise ? If yes post as answer to people ! If it happens to someone they know where to start ! :)
– Érik Thiago