找不到项目 Web 项(错误)

发布于 2024-07-27 02:36:19 字数 256 浏览 6 评论 0原文

我正在使用 SmartPart (http://www.codeplex.com/smartpart) 将 Web 部件添加到SharePoint。 当我使用 Visual Studio 打开 *.ascx 文件时,它不会显示显示错误的控件的设计,但是当它添加到共享点时它运行良好。 但我需要看到设计能够通过工具箱直观地添加控件,而不是使用代码。

I am using SmartPart (http://www.codeplex.com/smartpart) to add web parts to SharePoint. When I open the *.ascx file with visual studio it doesn't display the design of the control showing the error however it runs well when it is added to share point. But I need to see the design to be able to add controls through tool box visually not with code.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

思慕 2024-08-03 02:36:19

这是打开它所需的方法。 创建一个普通的 ASP.NET Web 应用程序。 将用户控件(您在 SmartPart 中使用以显示的控件)放入其中。 添加它可能需要的所有参考。 然后您将能够打开用户控件并进行编辑。 稍后您需要从 Web 应用程序复制该用户控件并根据需要使用它。

Here is How you need to make it open. Create a Normal ASP.NET Web Application. Place the User Control (the control you are using in the SmartPart to display) in it. Add all the Reference it might need. Then You will be able to Open the User Control and edit. Later you need to copy that user control from Web Application and use it as needed .

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文