Code Monkey home page Code Monkey logo

Comments (10)

marvinlehmann avatar marvinlehmann commented on June 5, 2024 1

The name is a bit misleading (I guess?) but this doesn't install the visual studio.

from cod-scz-fov-changer.

Guacamole-1 avatar Guacamole-1 commented on June 5, 2024 1

oh, ok i installed it and it worked thank you so much :)

from cod-scz-fov-changer.

marvinlehmann avatar marvinlehmann commented on June 5, 2024 1

That's nice! No problem =)

from cod-scz-fov-changer.

marvinlehmann avatar marvinlehmann commented on June 5, 2024

I always used Visual Studio to build it. But you can also build it directly with MSBuild:
https://docs.microsoft.com/en-us/visualstudio/msbuild/msbuild?view=vs-2022
But most likely some tool versions have to be updated in the sln/csproj. =)

from cod-scz-fov-changer.

Guacamole-1 avatar Guacamole-1 commented on June 5, 2024

i tried but it gave some errors what version did you use?

from cod-scz-fov-changer.

marvinlehmann avatar marvinlehmann commented on June 5, 2024

<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> in csproj and MSBuild 17.0.0.52104 =)

from cod-scz-fov-changer.

Guacamole-1 avatar Guacamole-1 commented on June 5, 2024

i installed .net 6 and this error apears when i do dotnet build:

C:\Program Files (x86)\dotnet\sdk\6.0.102\Microsoft.Common.CurrentVersion.targets(1217,5): error MSB3644: The reference assemblies for .NETFramework,Version=v4.0 were not found. To resolve this, install the Developer Pack (SDK/Targeting Pack) for this framework version or retarget your application. You can download .NET Framework Developer Packs at https://aka.ms/msbuild/developerpacks [C:\Users\mcdnv\Desktop\CoD-SCZ-FoV-Changer\CoD SCZ FoV Changer\CoD SCZ FoV Changer.csproj]

i installed developer packs for version 4.8 but cant find version 6

from cod-scz-fov-changer.

Guacamole-1 avatar Guacamole-1 commented on June 5, 2024

and when i try the old version i get this:

"C:\Users\mcdnv\Desktop\CoD-SCZ-FoV-Changer\CoD SCZ FoV Changer\CoD SCZ FoV Changer.csproj" (default target) (1) -> (CoreCompile target) -> CallOfDuty.cs(20,20): error CS1056: Unexpected character '$' [C:\Users\mcdnv\Desktop\CoD-SCZ-FoV-Changer\CoD SCZ FoV Changer\CoD SCZ FoV Changer.csproj] FrmMain.cs(155,57): error CS1056: Unexpected character '$' [C:\Users\mcdnv\Desktop\CoD-SCZ-FoV-Changer\CoD SCZ FoV Ch anger\CoD SCZ FoV Changer.csproj]

from cod-scz-fov-changer.

marvinlehmann avatar marvinlehmann commented on June 5, 2024

Try installing the build tools with this installer https://aka.ms/vs/17/release/vs_buildtools.exe and also select ".NET Framework 4.8 targeting pack" in the individual components tab. =)

And don't forget to change 4.5 to 4.8:

<TargetFrameworkVersion>v4.8</TargetFrameworkVersion> in CoD SCZ FoV Changer.csproj

from cod-scz-fov-changer.

Guacamole-1 avatar Guacamole-1 commented on June 5, 2024

do you have a link without it being vs? i am using visual studio code and i already installed https://dotnet.microsoft.com/en-us/download/dotnet-framework/net48 both dev pack and runtime
i prefer using the terminal and vs takes up a lot of space

from cod-scz-fov-changer.

Related Issues (8)

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.