Tagged Questions
2
votes
3answers
1k views
How to identify an unsafe web part / control
I get an error when trying to edit a page in a SharePoint site. Using WinDbg I see that actual error is:
Microsoft.SharePoint.ApplicationRuntime.SafeControls+UnsafeControlException
This looks to ...
1
vote
1answer
391 views
Add and Remove Web.config SafeControls Programmatically
I am using this link
http://msdn.microsoft.com/en-us/library/bb861909.aspx
The adding a SafeControl to the web.config works good. But the removing does not work! What is wrong?
Here in comments you ...
1
vote
7answers
20k views
Sharepoint web part: type could not be found/registered as safe
I have a SharePoint web part (essentially just a "Hello World" app) that I just created and am having a problem deploying it. I have signed the .dll, created the .dwp, and registered it as a safe ...
0
votes
1answer
2k views
How to get a safecontrol entry into manifest.xml with WSPBuilder project
Upon taking the default sharepoint master page for MySite, making some changes, and making a wsp out of it with WSPBuilder, I come to these errors in my logs:
...
0
votes
0answers
202 views
How can I determine whether or not a SafeControls entry already exists for a given assembly
I have several features which are deploying web parts into a given site sollection.
The WSPs were built using the WSPBuilder add-in to Visual Studio 2008.
Although the SafeControls entry is always ...