Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

System.InvalidCastException while importing from VS 2017 to VS 2022 #54

Open
kubalx opened this issue Jun 13, 2022 · 3 comments
Open

System.InvalidCastException while importing from VS 2017 to VS 2022 #54

kubalx opened this issue Jun 13, 2022 · 3 comments

Comments

@kubalx
Copy link

kubalx commented Jun 13, 2022

obraz_2022-06-13_091451358

I have this problem, when i try to import solution from Visual Studio 2017 to Visual Studio 2022.

@pmprog
Copy link

pmprog commented Jun 27, 2022

I get this problem too, but only since I upgraded my VS2022 to the latest version. Previously it was working fine.

Also, it only occurs with one project inside a repo that contains several.

Edit: Found this in the .sln file. Removing that gets rid of the dialogue box, and AnkhSVN still seems to function fine

GlobalSection(SubversionScc) = preSolution
  Svn-Managed = True
  Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection

@erdoganturkmen
Copy link

Ben de bu sorunu yaşıyorum, ancak yalnızca VS2022'mi en son sürüme yükselttiğimden beri. Daha önce iyi çalışıyordu.

Ayrıca, birkaç içeren bir repo içinde yalnızca bir proje ile gerçekleşir.

Düzenleme: Bunu .sln dosyasında buldum. Bunu kaldırmak, diyalog kutusundan kurtulur ve AnkhSVN hala iyi çalışıyor gibi görünüyor

GlobalSection(SubversionScc) = preSolution
  Svn-Managed = True
  Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection

Thanks. Worked for me

@mvancamp
Copy link

I get this problem too, but only since I upgraded my VS2022 to the latest version. Previously it was working fine.

Also, it only occurs with one project inside a repo that contains several.

Edit: Found this in the .sln file. Removing that gets rid of the dialogue box, and AnkhSVN still seems to function fine

GlobalSection(SubversionScc) = preSolution
  Svn-Managed = True
  Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection

This is it! Worked also for me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants