Sandboxed Web Parts in SharePoint 2010
Is it possible to create a web part in ASP.NET (framework> 2.0), have a sandbox architecture and deploy these web parts inside Share Point 2010 and / or MOSS 2007
we do not want to link to the SharePoint dll with web parts we are developing.
we are linking to the url section http://msdn.microsoft.com/en-us/library/ee539417.aspx (Sandboxed Web Parts section)
a source to share
I mentioned the following How Tos, hope it helps someone.
-
http://blah.winsmarts.com/2009-12-SharePoint_2010_Sandboxed_Solutions__The_basics.aspx
-
_http: //www.sharepointdevwiki.com/display/sp2010/SharePoint+Sandboxed+Solutions
-
_http: //www.endusersharepoint.com/EUSP2010/2010/04/05/introduction-to-sharepoint-2010-sandbox-solutions-for-site-collection-owners
a source to share
I just hit this issue - it looks like it shouldn't be possible, which is really annoying.
See: http://msdn.microsoft.com/en-us/library/gg615454.aspx
In particular:
Application pages, mobile pages, and custom controls (.ascx files) cannot be deployed in a sandboxed solution.
However, there is a workaround (hackaround!):
I wish I had a better way!
a source to share