Just wondering...
I have library which takes an enumerated type as a parameter so I exposed the interface through a promoted activity. As I dragged this activity into the workspace an exception is thrown saying it couldn't load the library whilst trying to serialize it.
Does anyone know if this is because my library is not in the correct location or is missing some attributes, or exposing the type in the interface just isn't supported?
Cheers,
P