Could not find the surface controller of type... after upgrade
Some day ago I've updated Umbraco to 7.4.1 from 7.3.x, both in my local installation and the online (production) one.
Today I've found this error online only:
Could not find the surface controller of type LoginController
I have a View Login.cshtml that render a Partial View Login.cshtml:
I have a controller in the App_Code directory that inherits from SurfaceController:
public class LoginController : SurfaceController
It works for months, but now it gives me the error. In the local copy of the Umbraco installation it works as before so I don't understand what's wrong with the production version.
I've read some old post about this topic here in the forum, but I can't understand where the error is.
What's wrong?
Thanks in advance,
Joe
Please help! Few hours after deleting all the files and folders inside AppData the problem appears again. No republishing was done, no data was saved, nothing.
Deleting all the AppData files solves the problem, but just temporarily. What can I do?
Could not find the surface controller of type... after upgrade
Some day ago I've updated Umbraco to 7.4.1 from 7.3.x, both in my local installation and the online (production) one. Today I've found this error online only:
I have a View Login.cshtml that render a Partial View Login.cshtml:
and inside the Partial View I have this code:
I have a controller in the App_Code directory that inherits from SurfaceController:
It works for months, but now it gives me the error. In the local copy of the Umbraco installation it works as before so I don't understand what's wrong with the production version.
I've read some old post about this topic here in the forum, but I can't understand where the error is. What's wrong? Thanks in advance, Joe
Deleting all the files and folders inside App_Data solves the problem.
Please help! Few hours after deleting all the files and folders inside AppData the problem appears again. No republishing was done, no data was saved, nothing. Deleting all the AppData files solves the problem, but just temporarily. What can I do?
is working on a reply...