c# - Problems with Razor to render a view -
when i'm entering in specific module of system, i'm receiving 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: type or namespace name 'customwebviewpage' not exist in namespace 'project.areas.shared.code.viewpage' (are missing assembly reference?)
this class: customwebviewpage, not exist in project, searched class in projects , web.config(s) , did not found her.
i cleaned .net temp folder, reset iis, , problem still happens.
does have idea how solve problem?
Comments
Post a Comment