Skip to content
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

.NET Errors #197

Open
HojouFotytu opened this issue Apr 20, 2020 · 2 comments
Open

.NET Errors #197

HojouFotytu opened this issue Apr 20, 2020 · 2 comments
Labels

Comments

@HojouFotytu
Copy link
Member

HojouFotytu commented Apr 20, 2020

Occasionally, users have problems with PTMagic finding the correct version of .NET installed.

"Error initializing the dependency resolver: A fatal error was encountered, missing dependencies manifest at: C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App\3.1.3\Microsoft.AspNetCore.App.deps.json"

OR

"Monitor/Monitor.dll 'dotnet' is not recognized as an internal or external command, operable program or batch file."

Or some other error involving .NET...

These errors are most likely due to corrupt installations of different versions of .NET and either windows is mis-reporting or PTM can't find what it needs.

The best solution seems to be a complete uninstall of all versions of .NET, and then install the latest version.

https://docs.microsoft.com/en-us/dotnet/core/additional-tools/uninstall-tool?tabs=windows

@HojouFotytu HojouFotytu added Waiting for User Further information is requested Unable to Reproduce labels Apr 20, 2020
@HojouFotytu HojouFotytu pinned this issue Apr 20, 2020
@CryptoGlyph
Copy link

This issue was experienced by myself.
As explained in the above post the issue appears to have arose from .NET conflicts. After uninstalling all of my installations of .NET using Revo Uninstaller, restarting my pc and then re downloading .NET 3.1.3 the conflicts resolved themselves. At least this was how it was fixed in my case.

Note: If you do this you may need to use something like CCleaner to check your registry in case there're any files deleted in the process that need to be restored.

@HojouFotytu HojouFotytu added Resolved and removed Unable to Reproduce Waiting for User Further information is requested labels Jun 1, 2020
@HojouFotytu
Copy link
Member Author

Revo Uninstaller is a great tool for removing all traces of applications when uninstalling, which the normal Windows uninstaller leaves behind.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants