|
Rank: Newbie Groups: Member
Joined: 8/8/2007 Posts: 1
|
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.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Our controls do work with MOSS 2007. However we have never seen that message before. Would you mind to post the complete error message?
Thanks
|
|
Rank: Member Groups: Member
Joined: 5/31/2007 Posts: 13
|
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.
|
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Thanks for sharing, Troy!
|
|