Hi
Im trying to write my first Activity extension.
I copied the VB code from this example http://developer.dynamicweb.dk/default.aspx?id=16918&action=ShowArticle&ArticleID=83
and tried to convert it to C# code using http://www.developerfusion.com.
however the conversion failed and when I fix the errors and try to compile it in my own project, the compiler cant find the Activity class the compiler cant find the type/namespace.
using Dynamicweb.Extensibility;
using public
What do I need to import in order to extend the activity?
cheers
- Sune