Question

Warning after compiling all

Hello, 

After compiling all (Version 8.3), the following warning occur. How can I resolve them?


BaseVisa.CrtNUI.cs 'BaseVisa_CrtNUIEventsProcess.SendEmail(Dictionary)' is obsolete CS0612 143 
EmployeeSchema.ZSDMAP.cs 'Employee_ZSDMAPEventsProcess.SavingScriptTaskExecute(ProcessExecutingContext)' hides inherited member 'Employee_CrtBaseEventsProcess.SavingScriptTaskExecute(ProcessExecutingContext)'. To make the current member override that implementation, add the override keyword. Otherwise add the new keyword. CS0114 1457

Thanks.

Like 0

Like

2 comments

Hello,

These are base packages, and the warnings do not affect their functionality. The warnings will be removed in future versions once the methods and functions are updated.

Additionally, if you want to disable the C# compilation warnings, you can use the CodeCompilerWarningLevel system setting. A value of 0 will prevent any compilation warnings from being displayed.

Regards,
Orkhan

Hello Orkhan,


Thank you.

Show all comments