I have installed DevExpress but now I uninstalled it. When I create a new project in Visual Studio 2022, then click on "build" and run, I get this error below. I guess Visual Studio is still searching for DevExpress files. I tried to remove all DevExpress extensions from Visual Studio, but that did not work. I tried also uninstall Visual Studio 2022 and reinstall it. How can I completely uninstall DevExpress from Visual Studio? Or is there an any method to clean visual studio to default settings?
To avoid using unneeded sources you should follow the recommendations from the Package Sources help article:
- To disable a package source, clear the box to the left of the name in the list.
- To remove a package source, select it and then select the X button.