0

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

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)
4

1 回答 1

0

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

今后,如果您在使用 RavenDB 时遇到明显的错误,尤其是不稳定的构建,请直接向问题跟踪系统报告。

当然,如果是您自己的代码不确定是否是您正在寻求解决方法的错误的原因,那么这些类型的问题肯定适合 StackOverflow。

谢谢。

于 2013-04-10T14:54:03.170 回答