Custom package can't import namespace

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()
{
}
}

1 Like