Get找不到母版页错误
我已将母版页添加到项目中。虽然我可以成功运行该页面,但它不会切换到设计视图。
它给了我错误:
1)找不到母版页。 2)没有为扩展指定构建提供程序(它们被添加到应用程序和计算机的 web.config 中)。 3)无法切换到设计视图。出现错误找不到用户控件。 UserControl是一个dll,由客户端提供,用于搜索员工。
I have added master page to the project. Although I can successfully run the page, it doesn't switch to design view.
It gives me errors :
1)Cannot find the master page.
2)No build providers specified for the extension (They are added in both the applications and machine's web.config).
3)Can't switch to design view. Get an error cannot find a User Control. The UserControl is an dll, provided by the client for searching employees.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
只需清理项目的解决方案。然后构建应用程序。再次重新构建应用程序。
有时 Visual Studio 会遇到智能感知问题。这也可能像我认为的那样,否则就没有什么。
Just Clean the Solutions of Project.And Buid the Application.Again Re-Build the Application.
Some times the Visual Studio get the intellisense problems.This is may also Like that i think otherwise there is nothing.