如何为 Silverlight 3 和 Silverlight 4 提供 generic.xaml?
generic.xaml 的主要问题是 Viewbox 已移动程序集。
如何获得一个 generic.xaml 文件,其中包含将在 SL3 和 SL4 中编译的 Viewbox 位置的命名空间?
我查看了 http://www.removingalldoubt.com/PermaLink.aspx/defa2a7d-b1e9-49eb-b8c8-438348be8d18 但无济于事...
注意:有两个属性 XmlnsPrefix 和 XmlnsDefinition你可以放在Assembly.cs中。
提前致谢。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最后放弃了 XmlnsDefinition 和 XmlnsPrefix,因为我无法让它们正常工作...有趣的是,在 WPF 应用程序中,设计器窗口可以解析引用,但编译器无法...计算。
我使用博客中的 cpp 预处理器解决了...
http://blogs.msdn.com/b/blemmon/archive/2009/04/29/using-the-preprocessor-to-share-inknown-xaml- Between-sl-and-wpf- part-1.aspx
我修改了 PreprocessXaml 以仅修改 generic.xaml。
Finally gave up on XmlnsDefinition and XmlnsPrefix as I could not get the to work properly...It was funny in a WPF application the designer window can resolve the referemces but the compiler could not...go figure.
I solved using the cpp preprocessor from blog...
http://blogs.msdn.com/b/blemmon/archive/2009/04/29/using-the-preprocessor-to-share-incompatible-xaml-between-sl-and-wpf-part-1.aspx
I modified PreprocessXaml to modify only generic.xaml.