thanks divya… i found answer… we need to add the below class in our custom class library
public class RegisterMetadata : System.Activities.Presentation.Metadata.IRegisterMetadata
{
public void Register()
{
}
}
thanks divya… i found answer… we need to add the below class in our custom class library
public class RegisterMetadata : System.Activities.Presentation.Metadata.IRegisterMetadata
{
public void Register()
{
}
}