Coder Social home page Coder Social logo

Comments (10)

agausachs avatar agausachs commented on July 28, 2024 3

MSBuild 121 action has expired so there's not a solution in this moment.
Please, update the VSIX on the Marketplace if possible. Thanks!

from ankhsvn.

arsjones avatar arsjones commented on July 28, 2024 1

I am receiving the same error, but I'm able to continue working and even Ankh seems to be working ok.

from ankhsvn.

hgbutte avatar hgbutte commented on July 28, 2024 1

Additionally i get a message that "One or more project in the solution were not loaded correctly".
But I cannot an unloaded project though.
In the output window from "Solution" i get the message: "Some of the properties associated with the solution could not be read."

I am not sure if this is related to AnkhSVN.

from ankhsvn.

BrightLight avatar BrightLight commented on July 28, 2024 1

After reading #44 I tried the vsix from the MSBuild 121 action and can confirm that I no longer get the exception.

from ankhsvn.

Julimuz avatar Julimuz commented on July 28, 2024 1

Yes, after #44 now is working, thanks

from ankhsvn.

eliaocchiuzzi avatar eliaocchiuzzi commented on July 28, 2024 1

Hi, I have the same problem with VS2022, please fix it.

image
image
image

from ankhsvn.

mxtmra avatar mxtmra commented on July 28, 2024

I rebuilt the package with latest Microsoft.VisualStudio.OLE.Interop package and that seem to solve the issue.

from ankhsvn.

RincewindTVD avatar RincewindTVD commented on July 28, 2024

This appears to be the same issue as #44

from ankhsvn.

ibs-ts avatar ibs-ts commented on July 28, 2024

The problem seems to be the (as the error hints) the propertybag within the solution file

So a work around of this issue:

  • You have a "solution.sln" created with VS 2019 or earlier
  • In that solution you may have the following entry (may be something at the end):
    GlobalSection(SubversionScc) = preSolution Svn-Managed = True Manager = AnkhSVN2019 - Subversion Support for Visual Studio EndGlobalSection
  • As the VS2022 doesn't support 2019 an AnkhSvn2019-class couldn't be found by VS2022 (assumption)
  • After removing the whole GlobalSection, the solution can be opened without popups.

Further:
If you've installed both but want the right for the visual studio version, I suggest making the following:

  • "solution.vs2019.sln" with GlobalSection(SubversionScc) ect and the VisualStudioVersion = ... at the top of the file set to VS2019 version (16.x)
  • "solution.vs2022.sln" without GlobalSection(SubversionScc) ect and the VisualStudioVersion = ... at the top of the file set to VS2019 version (17.x)

That way the visual studio versions selector opens the right file with the right version.

As said workaround, try it as your own risk.

from ankhsvn.

cyrilwallace avatar cyrilwallace commented on July 28, 2024

Thanks for the workaround ibs-ts but having to modify all my solution files doesn;t sit right with me..

from ankhsvn.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.