I can't seem to get Visual SVN and Visual Studio Beta 2 to work together, anyone know of a workaround???

link|improve this question

74% accept rate
feedback

5 Answers

up vote 27 down vote accepted

This is known problem. We're working on it and provide fix soon.

As workaround you may copy file "C:\Program Files\[Prev Visual studio]\Common7\IDE\PrivateAssemblies\microsoft.visualstudio.dll" to C:\Program Files\VisualSVN\bin directory.

link|improve this answer
11  
+1 for VisualSVN team watching stackoverflow :) – Nick Haslam Oct 21 '09 at 12:37
1  
If you have x64, it might be in your Program Files (x86). – Daniel A. White Oct 21 '09 at 12:48
workaround worked for me as well. – Darren Kopp Oct 21 '09 at 20:12
Thanks for the info..... – hminaya Oct 22 '09 at 0:48
2  
[Prev Visual Studio] = Your previous version of visual studio. For some reason I wasn't sure what "Prev" stood for and looked through my 2010 folder for this. Just a note for anyone who might make the same dumb mistake. – Beaker Oct 23 '09 at 0:22
show 2 more comments
feedback

The latest generation VisualSVN in reporting Visual Studio 2010 compatibility: http://www.visualsvn.com/visualsvn/download/

There's also a post about getting it to work with the first beta here: http://mikeownage.com/wordpress/?p=336

link|improve this answer
feedback

The workaround solved the problem for me. Look in C:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\IDE\PrivateAssemblies for the dll.

link|improve this answer
feedback

I know ankhsvn is working on it. Might you give them a try?

Have you updated to a recent build?

VisualSVN change log

link|improve this answer
Yes I have the latest build, I'll try ankhsvn out... thanks. – hminaya Oct 21 '09 at 0:19
AnkhSVN has worked in VS2010 since beta1... – Sander Rijken Oct 22 '09 at 15:54
feedback

Ivan: The workaround to copy a DLL describes a DLL that I am unable to locate. I don't have a "microsoft.visualstudio.dll". Can you please elaborate?

EDIT: Ahhh ... I think my browser had left out the ..\[Prev Visual studio]\.. part. I just read an empty segment ..\\.., and so I was looking for it in the Microsoft Visual Studio 10.0 folder. Found it! Thanks.

link|improve this answer
Please post this as a comment. – Daniel A. White Oct 21 '09 at 12:49
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.