Page 1 of 1

Compile error: The type or namespace name 'Messaging' does not exist in the namespace 'System.Runtime.Remoting'

Posted: 2025/05/24 22:58
by FunctionOverflu
Logic Toolkit Version: 1.10.0
Unity: 6000.1.2f1
How to reproduce:
1. Import Logic Toolkit 1.10.0 into a new project
2. See compile error message in the log window

Code: Select all

Packages\com.caitsithware.logictoolkit\Builtin\Editor\Tasks\SwitchExecuteTaskCreator.cs(8,35): error CS0234: The type or namespace name 'Messaging' does not exist in the namespace 'System.Runtime.Remoting' (are you missing an assembly reference?)
At the moment it can be fixed by:
1. Removing the use of the `System.Runtime.Remoting.Messaging` namespace in SwitchExecuteTaskCreator.cs.
2. Changing the API Compatibility level to .NET Framework.

Removing it doesn't seem to effect the functionality of the script. It might have been accidentally included?

Re: Compile error: The type or namespace name 'Messaging' does not exist in the namespace 'System.Runtime.Remoting'

Posted: 2025/05/24 23:41
by caitsithware
Thank you for reporting this.

It appears that the incorrect namespace was automatically inserted.
We will fix this.