Installed Nevron trials - now cant compile vb.net app


https://www.nevron.com/Forum/Topic14368.aspx
Print Topic | Close Window

By Graham Knight - 2 Years Ago
I installed Nevron Trials on my original PC but now I have swapped to a new PC when I try and compile my source code I get this error message:
Unable to resolve type 'Nevron.UI.WinForm.Controls.NTreeViewEx, Nevron.Presentation, Version=20.1.27.12, Culture=neutral, PublicKeyToken=6656c5d1103e75cc'

I obviously haven't transferred something from the old machine that is needed on the new machine. how can I uninstall Nevron completely to enable me to compile my code. I have searched in VS 2022 Community but there is nothing I can see that looks remotely like NTreeViewEx
By Nevron Support - 2 Years Ago
Hi Graham,

Please check the following:
1. Check whether the project still references nevron dlls. If so simply remove them.
2. Check whether the licenses.licx file contains entries for this type.

You can also post the output file for review - the compiler should specify the source file that references this type.

We hope this helps- let us know if you meet any problems or have any questions.
By Graham Knight - 2 Years Ago
Many thanks for your reply.

the license.licx contained this:

Nevron.UI.WinForm.Controls.NTreeViewEx, Nevron.Presentation, Version=20.1.27.12, Culture=neutral, PublicKeyToken=6656c5d1103e75cc
so I deleted the file

many thanks