I tried to Rename my project from "ProTest" to "ProLive"
I followed the instruction from the following Stack overflow answer.
After I rebuild When I run, I got the following error
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0246: The type or namespace name 'ProTest' could not be found (are you missing a using directive or an assembly reference?)
Source Error:
Line 26: using System.Web.Optimization;
Line 27: using System.Web.Routing;
Line 28: using ProTest;
Line 29:
Line 30:
Source File: C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\ProLive\3ef330f9\ca7d7120\App_Web_index.cshtml.a8d08dba.lnvurzvn.0.cs Line: 28
I tried to remove all %temp% files. and rebuild and rerun the application. Still same