Как переименовать имя проекта ASP.Net MVC в VisualStudio 2015? - PullRequest
0 голосов
/ 07 июня 2019

Я пытался переименовать свой проект из "ProTest" в "ProLive"

Я следовал инструкциям из следующего Ответ переполнения стека .

После перестройки При запуске я получил следующую ошибку

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 

Я попытался удалить все % temp% файлы.и пересоберите и снова запустите приложение.Все тот же

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...