我尝试通过git bash将我的appharbor MVC5应用程序部署到asp.net。但是当我开始部署时,我得到了错误The type or namespace name 'ManageUserViewModel' does not exist in the namespace 'Microsoft.AspNet.Identity' (are you missing an assembly reference?)
.The error is in log file。有人知道为什么吗?
发布于 2015-01-28 17:39:02
今天我经历了这个错误。我在下面的链接中找到了关于这个问题的答案
MSDN blog (阅读Known 部分)
完成这些文章中的建议之后,如果在构建或发布过程中仍然有错误,请删除obj文件夹中的debug and release文件夹,然后构建或发布您的项目。(在执行了StackOverFlow link中的建议后,删除调试和发布文件夹对我有效,因为clean对我不起作用)
https://stackoverflow.com/questions/28118841
复制相似问题