You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ifyouendupwithanothererrorthatyoucan't uninstall "Microsoft.ApplicationInsights.TraceListener" because another package or packages depend on it you can look through those packages and find one that doesn'tdoesnotdependonanythingtobeuninstalledfirst.
GobacktouninstallMicrosoft.ApplicationInsights.Webbutthistimein*UninstallOptions*select"Force uninstall even if there are dependencies on it" ("Remove dependencies"shouldstillbeselected). Thiswilluninstallthepackageevenifit's still being referenced in the project. This option could lead to broken reference in your project; if that happens you make need to [reinstall](https://docs.microsoft.com/nuget/consume-packages/reinstalling-and-updating-packages) those other packages. Then uninstall "Microsoft.ApplicationInsights.TraceListener".
IfyouwouldliketoonlyuninstallMicrosoft.ApplicationInsights.TraceListener, followthestepsin"Unable to uninstall because another NuGet package depends on it error"butinsteadforceuninstallingMicrosoft.ApplicationInsights.Web, forceuninstall"Microsoft.ApplicationInsights.TraceListener".
0 commit comments