-
Notifications
You must be signed in to change notification settings - Fork 908
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
Unable to resolve dependency errors is stopping upgrade #3323
Comments
We have documentation around this issue. I'm going to go ahead and close this, but we can reopen it if necessary. |
hi, i run the following trying to fix the problem: choco install dotnetfx --version=4.8.0.20220524 --ignore-dependencies --force
choco install dotnetfx --version=4.7.2.20180712 --ignore-dependencies --force but i ended up breaking even more things, apparently:
what can i try? could you kindly please help me out? thanks |
hi, apparently it was chocolatey related, since by uninstalling chocolatey then reinstalling every package again (except for the |
Run the MS .NET Framework Repair Tool, worked for me |
Checklist
What You Are Seeing?
I am no longer able to update almost anything, but i can't understand why. A very small group of package still updates, but most of them don't.
It seems to me that the problem originates from
dotnetfx
, but i am not sure.I tried uninstalling the package completely, but after it reinstalled, the problems persisted.
I tried to install the 4.7.2 version alongside the 4.8.0 version, but it didn't make a difference.
I don't know what to do anymore.
This is the result of a
choco upgrade all
(everyday the list of packages not updating gets bigger):What is Expected?
simply being able to
upgrade all
How Did You Get This To Happen?
i run
choco upgrade all
every day. that's it. from one day to the other, many packages stopped updatingSystem Details
10.0.22631.0
)Installed Packages
Output Log
Additional Context
No response
The text was updated successfully, but these errors were encountered: