I’ve started MVC 3 project and it work without problem on localhost. But when i uploaded it on my hosting server I’ve recived error:
System.InvalidOperationException
The view 'Error' or its master was not found or no view engine supports the searched locations
I dont have any ‘Error’ method in my controlers and as I said, on localhost everything was ok. How can I resolve my problem?
Thanks in advance!
Problem solved: There was a difference in MVC version between my provider server and my developement environment