Are there any known issues with serializaton/deserialization in VSA/Vegas? I'm serializing an object in my own assembly and it works fine. But deserializing it back does not work. Vegas (or VSA I guess) says that it can't find my assembly. I get a System.Runtime.Serialization.SerializationException: Cannot find the assembly.
If I put everything including the script and assembly dll in my Vegas 4.0 directory, I get a little further, but instead I get an invalid cast exception when I cast the output from the binary formatter to my local variable. The thing is, everything works great if I don't run it from inside Vegas. So there shouldn't be anything wrong with it.
If I put everything including the script and assembly dll in my Vegas 4.0 directory, I get a little further, but instead I get an invalid cast exception when I cast the output from the binary formatter to my local variable. The thing is, everything works great if I don't run it from inside Vegas. So there shouldn't be anything wrong with it.