troublefix wrote:Can i use thes webcontrols on a sharepoint server 2007 ? I've created a menu with rounded corner and copy the code in a new aspx-file. The eo.web.dll is copied to the web application/bin-directory of the server. But I get an error: ... "this type is not registered as secure ...".
What i have to do ?
A.
Give this a try... make sure you have a <SafeControl> element defined in your web.config... You can find out more information about the parameters needed for the <SafeControl> element here:
<SafeControl>Once you do that, restart IIS on the server.