当我尝试为滑块添加ValueChanged事件时,Visual Studio 2013的Expression Blend崩溃

时间:2015-01-22 20:11:09

标签: visual-studio-2013 slider expression-blend

我有一个滑块,我想改变椭圆的大小。但是,当我尝试通过在事件选项卡中双击带有事件名称的框来添加ValueChanged事件时,Blend崩溃。

我还尝试通过在框中写入事件名称来手动添加事件,但是当我按Enter键时,Blend崩溃了。

这是我在选择debug时在Visual Studio中遇到的错误:

An unhandled exception of type 'System.ArgumentOutOfRangeException' occurred  in mscorlib.dll

Additional information: Length cannot be less than zero.

0 个答案:

没有答案