Developer forum

Forum » Development » Where is the Activity class?

Where is the Activity class?


Reply

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

Dynamicweb.Extensibility.Editors; class TextFileReaderActivity : Activity

 

 

What do I need to import in order to extend the activity?

 

cheers

- Sune


Replies

 
Reply

 

What do I need to import in order to extend the activity?

 


Hi Sune

 

Try using Dynamicweb.Integration

 

 

You must be logged in to post in the forum