无法在工作区上添加任何控件[灾难性故障]

时间:2013-05-04 08:06:51

标签: c# silverlight silverlight-5.0

在Silverlight上创建项目时,我的开发人员计算机出现问题。目前我在网格上添加了一个控件,它显示了一个异常,并且布局被破坏了。

以下是复制问题的步骤。

  • 创建新的Silverlight应用程序
  • 取消选中在新网站中托管Silverlight应用程序
  • 选择Silverlight版本:Silverlight 5

并成功创建空白项目文件

enter image description here

当我尝试在Grid

中添加此代码时
<Button Content="Button" 
        HorizontalAlignment="Left" 
        Margin="67,125,0,0" 
        VerticalAlignment="Top" Width="75"/>

它会产生异常:见下文

enter image description here

>> Click here to see FULL SCREEN Image <<

生成的两个StackTraces:

at MS.Internal.XcpImports.MethodEx(IntPtr ptr, String name, CValue[] cvData)
at MS.Internal.XcpImports.MethodEx(DependencyObject obj, String name)
at MS.Internal.XcpImports.UIElement_UpdateLayout(UIElement element)

at MS.Internal.XcpImports.CheckHResult(UInt32 hr)
at MS.Internal.XcpImports.FrameworkElement_MeasureOverride(FrameworkElement element, Size availableSize)
at System.Windows.FrameworkElement.MeasureOverride(Size availableSize)
at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)

我已经重建了这个项目,但似乎没有用。它仍然显示例外。但是目前我删除了Button里面的Grid,它在前一个空白项目中返回。我只是无法在Grid内添加任何控件。我在这里错过了什么? 我是这个人的新手。这是我第一次创建silverlight项目文件。

这里有没有人遇到过同样的错误信息?

如果之前已经问过这个问题请帮助我重定向该页面,因为我找不到它。


顺便说一句,这就是我的开发机器里面的内容:

  • Windows 7旗舰版(x64)
  • Microsoft Visual Studio 2012 V 11.0.50.727.1 RTMREL
  • Silverlight Developer Runtime 5.1.20125.0(x64)
  • Silverlight SDK 5.0.61118.0

更新1

我尝试在Blend中执行此操作,但仍然抛出相同的错误,

enter image description here

0 个答案:

没有答案