I have built state machine workflow which uses custom task form. The custom task form is based on custom content type. When I try to open custom task form I get below error:
The base type 'Project.Taskform' is not allowed for this page. The type is not registered as safe.
my package manifest file looks like below
<Assemblies>
<Assembly Location="project.dll" DeploymentTarget="GlobalAssemblyCache" />
</Assemblies>
Any help would be appreciated?