I am getting the following error message in my application event log when I run my project. The project is not in VisualSVN.
Event Type: Error Event Source: VisualSVN Event Category: None Event ID: 1000 Date: 3/2/2010 Time: 8:09:19 AM User: N/A Computer: HOU-WS-DEV15 Description: Unexpected exception: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.VSIP.NativeMethods.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure) at VisualSVN.VS.VisualStudio.SaveProjectIfDirty(IVsHierarchy project) at VisualSVN.VS.VisualStudio.OnAfterOpenProject(IVsHierarchy pHierarchy, Int32 fAdded) StackTrace: at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at VisualSVN.Utils.Log.ReportException(Exception ex) at VisualSVN.VS.VisualStudio.OnAfterOpenProject(IVsHierarchy pHierarchy, Int32 fAdded) Event Type: Error Event Source: VisualSVN Event Category: None Event ID: 1000 Date: 3/2/2010 Time: 8:20:39 AM User: N/A Computer: HOU-WS-DEV15 Description: Unexpected exception: Value does not fall within the expected range. at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo) at Microsoft.VisualStudio.VSIP.NativeMethods.ThrowOnFailure(Int32 hr, Int32[] expectedHRFailure) at VisualSVN.VS.VisualStudio.SaveProjectIfDirty(IVsHierarchy project) at VisualSVN.VS.VisualStudio.OnAfterOpenProject(IVsHierarchy pHierarchy, Int32 fAdded) StackTrace: at System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) at System.Environment.get_StackTrace() at VisualSVN.Utils.Log.ReportException(Exception ex) at VisualSVN.VS.VisualStudio.OnAfterOpenProject(IVsHierarchy pHierarchy, Int32 fAdded)

