"The Type or namespace name 'Simulation_1' could not be found (are you missing a using directive

Hi all,

I’m trying to create a very simple task to run a script. I’m getting the error “The Type or namespace name ‘Simulation_1’ could not be found (are you missing a using directive…”. The script in Classes has a green check mark in “BuildStatus” column. Both, the script and the task are “Server” Domain. If I change the name of the Script, it updates it in the Task code, which tells me the Task is aware of the Script.

I’ve also compared the configuration to the Demo project, and they look the same. What am I missing? I’m pretty new with Frameworx.

Thanks!
Abel

I ended up putting the code I wanted to run directly in the Task and it worked. As I learn more, and as soon as I find out what I was doing wrong I’ll post it here. Or if you have any suggestions, please let me know