Tagged Questions

0
votes
1answer
55 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: http://spoint/MySit …
0
votes
4answers
196 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 register …
0
votes
0answers
46 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 SafeContro …
2
votes
2answers
135 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+UnsafeControlExcep …