Delete Devexpress controls

2

I need to remove the DevExpress controls from a project because the project has these components and does not have the software license.

I have already deleted the components and references but when trying to compile the error appears: Não foi possível localizar o arquivo c:\projetos\Sw\My Project\licences.licx .

I've run Clean from the Build menu but the error continues.

How do I delete this reference?

    
asked by anonymous 06.07.2016 / 18:33

1 answer

4

Right click on .csproj , option Unload Project .

Again right-click on the file .csproj , option "Edit Your Project.csproj".

Search for licenses.licx . Delete any tags that have to do with this name.

Save, right-click the .csproj file, Reload Project option.

Try to build Build .

    
06.07.2016 / 18:57