Having the following ERRORS showing up in Event Viewer

mmooremmoore Posts: 36 Bronze 4
First, let me start by saying, that I just got a new computer and this is on a CLEAN BUILD machine.

Windows 7 Pro (all updates)
SQL 2008 R2 Developer (All updates)
Team Foundation Server
All Red-Gate products are up to date.

1. SQL Source Control 3 (Event ID 32)
#QEc.#mRA
#1:Failed to load assembly Microsoft.SqlServer.SqlTools.VSIntegration, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91

2. SSMS (Event ID 32) (not sure if this is the write forums for this.
RedGate.SIPFramework.Connect
Main:Failed to resolve assembly c:\\Program Files (x86)\\Microsoft SQL Server\\100\\Tools\\Binn\\VSShell\\Common7\\IDE\\Microsoft.SqlServer.Management.SqlStudio.Explorer.dll
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at RedGate.SIPFramework.Connect.(Object sender, ResolveEventArgs args)

*************************************************************
RedGate.SIPFramework.Connect
#10:Failed to resolve assembly Microsoft.SqlServer.SqlEnum
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at RedGate.SIPFramework.Connect.(Object sender, ResolveEventArgs args)

************************************************************
RedGate.SIPFramework.Connect
#7:Failed to resolve assembly Microsoft.SqlServer.SqlEnum
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at RedGate.SIPFramework.Connect.(Object sender, ResolveEventArgs args)

************************************************************
RedGate.SIPFramework.Connect
#14:Failed to resolve assembly Microsoft.SqlServer.SqlEnum
System.ArgumentOutOfRangeException: Length cannot be less than zero.
Parameter name: length
at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
at System.String.Substring(Int32 startIndex, Int32 length)
at RedGate.SIPFramework.Connect.(Object sender, ResolveEventArgs args)
Mark Moore
Software Engineer
NTS Data Services, LLC

Comments

  • Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi Mark,

    These log messages are not anything to be concerned about. The Red gate integration tools log all unhandled exceptions to the event log as errors, but a lot of time these are not affecting the operation of the software.
Sign In or Register to comment.