Delete Devexpress controls

Asked

Viewed 171 times

2

I need to remove Devexpress controls from a project due to owning these components and not having the software license.

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

I already ran Clean from the Build menu but the error continues.

How do I delete this reference?

  • What is the error complement? Are you using any components? Second this topic in the Devpress forum, if you are using any component, the file will be created again.

  • I removed all Devexpress components from the design and components.

1 answer

4


Right click on .csproj, option Unload Project.

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

Look for licenses.licx. Delete all tags that have to do with this name.

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

Try making a Build.

  • 1

    Thank you very much Gypsy, it worked 100%

Browser other questions tagged

You are not signed in. Login or sign up in order to post.