Group: Forum Members
Last Active: 3 Years Ago
Posts: 2,
Visits: 5
|
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
|
Group: Forum Members
Last Active: Last Month
Posts: 3,055,
Visits: 4,052
|
Hi Graham , Please check the following : 1 . Check whether the project still references nevron dlls . If so simply remove them . 2 .& nbsp ; 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 .
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 3 Years Ago
Posts: 2,
Visits: 5
|
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
|