我正在尝试使用位于此处的视频后面的RIA服务将控件(任何控件)绑定到我的SQL数据库:http://www.youtube.com/watch?v=ZSDKPjRsDI4。
创建数据源后,当我尝试使用UI将控件从“数据源”窗口拖放到空白的“设计”窗口时,我在弹出的对话框中出现此错误:
无法找到附加语句的事件处理程序。
有趣的是,我搜索并没有找到任何关于此错误的参考。
然后设计界面变成了这样的信息:
System.ArgumentException
Width and Height must be non-negative.
at System.Windows.Size..ctor(Double width, Double height)
at MS.Internal.Designer.Viewport.ArrangeOverride(Size finalSize)
at System.Windows.FrameworkElement.ArrangeCore(Rect finalRect)
at System.Windows.UIElement.Arrange(Rect finalRect)
at System.Windows.ContextLayoutManager.UpdateLayout()
at System.Windows.ContextLayoutManager.UpdateLayoutCallback(Object arg)
at System.Windows.Media.MediaContext.InvokeOnRenderCallback.DoWork()
at System.Windows.Media.MediaContext.FireInvokeOnRenderCallbacks()
at System.Windows.Media.MediaContext.RenderMessageHandlerCore(Object resizedCompositionTarget)
at System.Windows.Media.MediaContext.RenderMessageHandler(Object resizedCompositionTarget)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at MS.Internal.Threading.ExceptionFilterHelper.TryCatchWhen(Object source, Delegate method, Object args, Int32 numArgs, Delegate catchHandler)