you need to register the webpart in the web.config file of
your SPS. Once it is rendered as safe, it should work in a webpart
zone.
There is a line in the web.config file already:
<SafeControl Assembly="DoNotCallList, Version=1.0.0.0,
Culture=neutral, PublicKeyToken=7a0210290ce1d1ec"
Namespace="DoNotCallList" TypeName="*" Safe="True" />
Is there something else that needs to take place?
Is the web Part in the GAC or the /bin? I've seen this behavior in the GAC
but haven't had a chance to research why. Deploying the DLL to the /bin
fixes the problem. As I said, I'm not sure why.
Make sure that you place this complete tag in your DWP file.
<Assembly>DoNotCallList, Version=1.0.0.0,Culture=neutral, PublicKeyToken=7a0210290ce1d1ec</Assembly>