Giter Site home page Giter Site logo

Comments (2)

SadPencil avatar SadPencil commented on June 12, 2024 2

Hi. Don't worry. Your help is on the way.

Based on your solution, you might need to install extra components for a full development experience.

I've also encountered this issue. To get rid of this error message, you may uninstall Visual Studio Community 2022 and install it again. You should be able to keep .NET 8 SDK along with .NET 7 SDK then.

Also, note that .NET 7/8 builds do not have such files as clientdx.exe. Only .NET 4 builds have such files, while in develop branch there is no .NET 4 support.

Since we're now working on .NET 8/4.8 migrations, I recommend you switch to branch revert-to-net-framework. This can be done by command git checkout revert-to-net-framework inside the source folder. After switching to this branch, you should be able to run Build-All.ps1 and get clientdx.exe with all other necessary files without problems. You can also open the project in Visual Studio after finishing the re-installation I've mentioned before.

Let me know if you have further questions.

from xna-cncnet-client.

frg2089 avatar frg2089 commented on June 12, 2024

Creating a global.json should take care of that!

like this:

{
  "sdk": {
    "rollForward": "major",
    "version": "7.0.400"
  }
}

from xna-cncnet-client.

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.