AS3 / C# interop

For the past day, ive been trying to send simple variables from AS3 to C# via
shockwaveflashobject.setVariable(“asdf”, “jkl;”);
on flash, im unable to detect the variable [its not being set]
also, fscommand events arent being detected

Any help?