问题详情如下:
发生了 System.Windows.Markup.XamlParseException
Message=设置属性“”时出现异常。 [Line: 860 Position: 50]
LineNumber=860
LinePosition=50
StackTrace:
位于 System.Windows.Application.LoadComponent(Object component, Uri resourceLocator)
位于 WebMonitor.App.InitializeComponent()
位于 WebMonitor.App..ctor()
InnerException: System.NotSupportedException
Message=无法设置只写属性“”。
StackTrace:
位于 MS.Internal.XamlMemberInfo.SetValue(Object target, Object value)
位于 MS.Internal.XamlManagedRuntimeRPInvokes.SetValue(XamlTypeToken inType, XamlQualifiedObject& inObj, XamlPropertyToken inProperty, XamlQualifiedObject& inValue)
InnerException:
起初没有想到问题的原因,是因为程序编译无错误,但是启动就是包这个错误,一直以为是起始页面的那个属性出了问题,找了好久,没有发现问题,后来百度、搜狗、等统统找不到答案。
一天晚上突然来了灵感,既然提示 位于 WebMonitor.App.InitializeComponent(),应该是问题出在app页面,大家请看“ LineNumber=860 LinePosition=50”也就是说问题出在页面的860行,到app页面查找,果然有860行,先把860行注释掉,先启动程序试试问题出在这,注释后启动,程序一切正常。于是仔细看我的第860行(<Setter Property="ItemsSource" Value="{Binding}" />),此句就是设置了datagrid的绑定,看来此属性设置有误,具体错误为何,目前为止尚未解决。
最近开发sl程序,碰到一个问题,郁闷了一阵子,是关于属性设置的问题。问题详情如下:\\\\发生了 System.Windows.Markup.XamlParseException Message=设置属性“”时出现异常。 [Line: 860 Position: 50] LineNumber=860 LinePosition=50 StackTrace:
解决
方法:
xxx-》 图片
属性
-》生产操作改为 Resource。ImageSource 改为类似:
ImageSource="/你的程序集名称;component/Resources/xxx.png";
开发客户端软件
时
,出现System.
Windows
.
Markup
.
Xaml
Parse
Exception
错误,通过查看错误消息,发现TCPIP的
一个
COM组件在安装软件过程中被删除了,重新注册了一下TCPIP,
问题
解决
未处理System.
Windows
.
Markup
.
Xaml
Parse
Exception
HResult=-2146233087
Message
=“对类型“TestWorld....