Asp.net Web 应用程序的 silverlight 页面中的程序集参考
我真的厌倦了这个问题。我在 .net 4.0 框架中创建了一个 silverlight 页面。现在我想将这些页面添加到框架 3.5 中的 Asp.net Web 应用程序中。我收到很多错误供参考。
喜欢
未找到程序集“System.Windows.Controls.Navigation”。验证您没有缺少程序集引用。另外,验证您的项目和所有引用的程序集是否已构建。
项目文件必须在引用列表中包含 .NET Framework 程序集“WindowsBase、PresentationCore、PresentationFramework”。
未找到“HyperlinkButton”类型。验证您没有缺少程序集引用并且所有引用的程序集均已构建
请耐心等待,我是这件事的新手
i really fedup with this problem.i created a silverlight pages in .net 4.0 framework.now i want to add these page in my Asp.net web application which in framework 3.5 . i getting lots of error for Reference.
like
Assembly 'System.Windows.Controls.Navigation' was not found. Verify that you are not missing an assembly reference. Also, verify that your project and all referenced assemblies have been built.
Project file must include the .NET Framework assembly 'WindowsBase, PresentationCore, PresentationFramework' in the reference list.
The type 'HyperlinkButton' was not found. Verify that you are not missing an assembly reference and that all referenced assemblies have been built
please bear me i am new to this thing
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
原始页面的引用位于 .net 4 中,并且您正在 .net 3.5 中添加这些页面。请更新您的 .net 3.5 参考资料,它应该可以正常工作。
让我知道这是否对您有帮助
the references of your original pages are in .net 4 and you are adding these pages in .net 3.5. please renew your references for .net 3.5 and it should work fine.
let me know if this helps you