本文介绍了果园仪表板丢失的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
在我的项目中缺少 Orchard Dashboard
当我尝试打开任何仪表板页面时,例如
解决方案
我通过更改项目 URL(http://localhost:30321/OrchardLocal) 在 Web 项目属性下并创建新的虚拟目录.
现在一切正常
In my project Orchard Dashboard is missing
When I try to open any dashboard pages like http://localhost:30321/OrchardLocal/Admin, localhost:30321/OrchardLocal/Admin/Settings/Email etc are throwing one error message like
解决方案
I fixed this issue by changing the Project URL(http://localhost:30321/OrchardLocal) in Web under Project properties and created new virtual directory.
Now it's working fine
这篇关于果园仪表板丢失的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!