notscuffed / repkg

Wallpaper engine PKG extractor/TEX to image converter
MIT License
2.01k stars 219 forks source link

NETFramework 4.7.2. required while u can´t rollback to it with the current Windows Update #14

Closed DankeRonneberg closed 4 years ago

DankeRonneberg commented 4 years ago

So i tried using it and can´t find a way to get it to work. The Windows Update History doesn´t let me uninstall the updates which changed the NETFramework Version and i can´t seem to install 4.7.2 since Windows detects a newer version and cancels the installation. Is there a way to change / upgrade your tool to the Current version of NETFramework ? Or maybe another workaround ?

notscuffed commented 4 years ago

You don't need 4.7.2 if you have newer one installed.

DankeRonneberg commented 4 years ago

i have a newer one installed and still get the error The reference assemblies for framework ".NETFramework,Version=v4.7.2" were not found. when starting . ( i did also install the developer pack because someone one Stack had his problem solved trough this but didn´t work for me)

Full Error below

Code:

Description:

File:

Line:

notscuffed commented 4 years ago

I've just tested on freshly installed Windows 10 Pro 2004, and Windows 10 Pro 1904 and it works just fine.

Which version of windows are you on?

If you want to compile it for .NET Framework 4.8 then change <TargetFramework>net472</TargetFramework> to <TargetFramework>net48</TargetFramework> inside .csproj's, or just let me know if you don't manage to do it yourself I'll compile it for you.

DankeRonneberg commented 4 years ago

Thanks a lot, that fixed my problem