I'm using a Scripting system that compile at runtime, it is working good, but when I use some code obfuscator to hide my codes from "bad guys" the scripting stop to work, it returns an error:
Error: CS0234
The type or namespace name "Objects" does not exist in the namespace "TestProgram" (are you missing an assembly reference?)
Error: CS0246
The type or namespace name "Scripter" could not be found (are you missing a using directive or an assembly reference?)
Do you know if there is a way to fix it? I tried a lot of obfuscators, and look's like that all does the same thing with my scripter.