|
Group: Forum Members
Posts: 10,
Visits: 106
|
Dear Nevron forum,
after updating from v14 to v15 and entering the new desktop license key the code throws a ArgumentNullException for the tool names. Is this a license key problem or an assembly problem?
There is also a problem to get the existing tool by the name. The following expression returns null although the tool exists (The name is null).
var textTool = nDrawingView.Controller.Tools.GetToolByName(NDWFR.ToolCreateText);
Best regards, Uli
|