System.Windows.FrameworkElement.Style

发布于 2024-12-07 07:16:08 字数 1099 浏览 0 评论 0原文

当我在 sharepoint 中调用 silverlight xap 时出现异常。希望任何人都可以帮助我解决这个问题。这里有一个例外:

消息:Silverlight 应用程序集属性中出现未处理的错误 “System.Windows.FrameworkElement.Style”引发异常。 [线路:84 位置:335]位于System.Windows.Application.LoadComponent(对象 组件,Uri 资源定位器)bei Project.MainPage.InitializeComponent() 是 Project.MainPage..ctor(String eldoradoUrl, String eldoradoUser) bei Project.App.Application_Startup(对象发送者,StartupEventArgs e)
是 MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, 委托处理程序Delegate、对象发送者、对象参数)bei MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs、Int32 argsTypeIndex、Int32actualArgsTypeIndex、 字符串事件名称)

这是错误所在的 xaml 代码行:

<fseld:EldoradoDocCreationView x:Name="ProtoEldoradoDocCreationView" Grid.Row="0"
   MaxColumnCount="2" FieldMargins="34 5 5 5" 
   RestrictToProperties="ProcedureName, FileItemText"
   CurrentItem="{Binding ProtoEldoradoDoc}" CommandButtonsVisibility="None"
   Margin="25,18,47,0" FontSize="10" Height="69" VerticalAlignment="Top" />

感谢您提前回复!

got an exception when i call a silverlight xap in sharepoint. Hope anybody can help me out this problem. Here the exception:

Message: Unhandled Error in Silverlight Application Set Property
'System.Windows.FrameworkElement.Style' threw an exception. [Line: 84
Position: 335] at System.Windows.Application.LoadComponent(Object
component, Uri resourceLocator) bei
Project.MainPage.InitializeComponent() bei
Project.MainPage..ctor(String eldoradoUrl, String eldoradoUser) bei
Project.App.Application_Startup(Object sender, StartupEventArgs e)
bei MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex,
Delegate handlerDelegate, Object sender, Object args) bei
MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr
unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex,
String eventName)

And here is the xaml code line where the error supposed:

<fseld:EldoradoDocCreationView x:Name="ProtoEldoradoDocCreationView" Grid.Row="0"
   MaxColumnCount="2" FieldMargins="34 5 5 5" 
   RestrictToProperties="ProcedureName, FileItemText"
   CurrentItem="{Binding ProtoEldoradoDoc}" CommandButtonsVisibility="None"
   Margin="25,18,47,0" FontSize="10" Height="69" VerticalAlignment="Top" />

Thanks for your replies in advance !

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

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

发布评论

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

评论(1

∞觅青森が 2024-12-14 07:16:08

您的 Silverlight XAP 可以在 Sharepoint 之外工作吗?如果不首先在外部纠正错误,您将更容易隔离问题并可能获得更详细的异常信息。

如果它在没有 Sharepoint 的情况下也能工作,那么应该查看可能包含在此上下文中找不到的样式的外部程序集。

Does your Silverlight XAP work outside of Sharepoint? If no first correct the error outside, you will easier isolate the problem and may get more detailed exception information.

If it does work without Sharepoint then rather look at external assemblies that could contain styles that are not found in this context.

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