单击(+)以添加SQL复制表会引发异常

时间:2013-04-10 13:33:50

标签: ravendb database-replication

尝试添加SQL Replication表或尝试保存SQL Replication时出现以下异常:

Client side exception:
System.NullReferenceException: [Arg_NullReferenceException]
Arguments: 
Debugging resource strings are unavailable. Often the key and arguments provide       sufficient information to diagnose the problem. See http://go.microsoft.com/fwlink/?linkid=106663&Version=5.0.20125.00&File=mscorlib.dll&Key=Arg_NullReferenceException
   at Raven.Studio.Models.SqlReplicationSettingsSectionModel.<get_AddTable>b__e()
   at Microsoft.Expression.Interactivity.Core.ActionCommand.Execute(Object parameter)
   at System.Windows.Controls.Primitives.ButtonBase.ExecuteCommand()
   at System.Windows.Controls.Primitives.ButtonBase.OnClick()
   at System.Windows.Controls.Button.OnClick()
   at System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e)
   at System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)

1 个答案:

答案 0 :(得分:0)

这似乎是RavenDB问题跟踪器中的issue 1002,它已在build 2324中修复。您应该使用最新的稳定版本,即2330。

将来,如果您遇到RavenDB的明显错误,尤其是构建不稳定的错误,请直接向the issue tracking system报告。

当然,如果您自己的代码不确定是否是导致错误的原因,那么这些类型的问题肯定适用于StackOverflow。

感谢。