Hello Im creating a driver and with basic funtion that fails, i just write this Qaction with one parameter and one button to test
string protocolString = (string)protocol.GetParameter(Parameter.protocol_1001);
protocol.Log("-------------" + protocolString);
but in the log i have this error:
Compilation failed for QAction 1002 (21,67): error CS0103: The name 'Parameter' does not exist in the current context 2025/06/05 13:58:27.353|SLManagedScripting.exe|ManagedInterop|ERR|-1|478|No CodeBuilder found (element 12504/13336 trigger 1002 cookie 0) 2025/06/05 13:58:27.353|SLProtocol - 8652 - BackupCheck|26208|CQAction::Run|ERR|-1|QAction [1002] triggered by [pid=1002/idx=-1/pk=/user=local] failed. (0x80040221) Input: new = <NULL>
If i use the number of the parameters and no the "paramerter" class i have no error, im using the Dis version 3.1.10
Any idea of the problem? before i work without problems
Thanks
Hi Juan,
Based on your comment, I get the impression that this question no longer needs any further answers. If this is indeed the case, could you select this answer so the question is closed?
i found the error, the paramener with name "protocol" cant used.