I'm using VS.Net 2005 Team edition (SP1) on Win XP Pro. Should also mention that I have ReSharper installed. I have everything set up properly, SVN, Tortoise, and Visual SVN. Tortoise works fine on my machine for SVN operations. Just to test out, I added a small webservice project and checked into SVN using tortoise.
When I try to access any VisualSVN command/menu item/ etc... from VS 2005, VS immediately crashes (completely).
Looking at the application event logs, the following messages were spit out. Not sure what they mean, maybe you have some ideas:
Should also mention when I open the debugger when prompted by VS 2005 (as it is crashing), I get the following error information:
{"Index (zero based) must be greater than or equal to zero and less than the size of the argument list."}
" at System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)\r\n at System.Windows.Forms.Control.Invoke(Delegate method, Object[] args) \r\n at VisualSVN.Core.ModalUI.Invoke(Delegate del, Object[] args)\r\n at VisualSVN.Core.ModalUI.ShowError(String message)\r\n at VisualSVN.Core.ModalVSCommand.WorkCallback(IAsyncResult ar)\r\n at System.Runtime.Remoting.Messaging.AsyncResult.SyncProcessMessage(IMessage msg)\r\n at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMes sage msg, IMessageSink replySink)\r\n at System.Runtime.Remoting.Proxies.AgileAsyncWorkerItem.ThreadPoolCallBack(Obj ect o)\r\n at System.Threading._ThreadPoolWaitCallback.WaitCallback_Context(Object state)\r\n at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)\r\n at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback(Object state)"
> I'm using VS.Net 2005 Team edition (SP1) on Win XP Pro. Should also > mention that I have ReSharper installed. I have everything set up > properly, SVN, Tortoise, and Visual SVN. Tortoise works fine on my > machine for SVN operations. Just to test out, I added a small > webservice project and checked into SVN using tortoise.
> When I try to access any VisualSVN command/menu item/ etc... from VS > 2005, VS immediately crashes (completely).
> Looking at the application event logs, the following messages were > spit out. Not sure what they mean, maybe you have some ideas: