When I'm entering in a specific module of my system, I'm receiving the following error:
HttpCompileException: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\f9a69f24\bf43f34d\App_Web_search.cshtml.5571bf69.aspbf3uv.0.cs(35): error CS0234: The type or namespace name 'customWebViewPage' does not exist in the namespace 'Project.Areas.Shared.Code.ViewPage' (are you missing an assembly reference?)
This class: customWebViewPage, does not exist in my project, I searched for this class in all projects and web.config(s) and I did not found anything about her.
I cleaned the .NET temp folder, reset IIS, and the problem still happens.
Does someone have a idea how to solve this problem?