| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 7 months |
| seen | Jun 19 '12 at 23:09 | |
| stats | profile views | 45 |
'i can't believe it's not butter' butter...
|
Nov 23 |
accepted | Do Sandboxing solutions support PortalSiteMapProvider? |
|
Nov 22 |
answered | Do Sandboxing solutions support PortalSiteMapProvider? |
|
Nov 21 |
comment |
Do Sandboxing solutions support PortalSiteMapProvider? i've just made this work on sandbox: PublishingWeb pubWeb = PublishingWeb.GetPublishingWeb(web); however this does NOT: PublishingWeb.IsPublishingWeb(web) |
|
Nov 21 |
comment |
Do Sandboxing solutions support PortalSiteMapProvider? yes, that's why i haven't touched the web.config files. does that mean the portalsitemapprovider needs to access the web.config files, and is not able to, which is why the code above doesn't work? |
|
Nov 21 |
awarded | Commentator |
|
Nov 21 |
comment |
Do Sandboxing solutions support PortalSiteMapProvider? this one says it too -- nothingbutsharepoint.com/sites/devwiki/SP2010Dev/Pages/… |
|
Nov 21 |
asked | Do Sandboxing solutions support PortalSiteMapProvider? |
|
Jul 6 |
accepted | ProfileManagerBase.Search Method doesn't return all items |
|
Jul 6 |
answered | ProfileManagerBase.Search Method doesn't return all items |
|
Jun 28 |
accepted | Custom Web Part getting instantiated twice on a Page Layout with WebPartID=“00000000-0000-0000-0000-000000000000” |
|
Jun 28 |
comment |
Custom Web Part getting instantiated twice on a Page Layout with WebPartID=“00000000-0000-0000-0000-000000000000” rolandoldengarm.wordpress.com/2011/03/02/… This fixed the 'XML namespace' issue. The whole thing works now--definitely must use AllUsersWebPart for instantiating web parts into page layouts. |
|
Jun 27 |
comment |
Custom Web Part getting instantiated twice on a Page Layout with WebPartID=“00000000-0000-0000-0000-000000000000” I'm trying to deploy the web part using AllUsersWebPart now, but keep getting "Cannot recognize the XML namespace of this Web Part" error when opening the page layout after deployment. I got the CDATA from exporting the custom web part itself, so not sure what's wrong there.. |
|
Jun 27 |
comment |
Custom Web Part getting instantiated twice on a Page Layout with WebPartID=“00000000-0000-0000-0000-000000000000” Thanks, that makes sense. I've removed the ID= property of the MyQuickLinks:MyLinks tag (for concurrency issue acc. to williamvanstrien.blogspot.com/2010/01/…) and managed to get rid of the WebPartID="00000000-0000-0000-0000-000000000000"...but still 2 instances are showing up |
|
Jun 27 |
asked | Custom Web Part getting instantiated twice on a Page Layout with WebPartID=“00000000-0000-0000-0000-000000000000” |
|
Jun 26 |
comment |
ProfileManagerBase.Search Method doesn't return all items Is this related? social.msdn.microsoft.com/Forums/en-US/sharepoint2010general/… |
|
Jun 26 |
comment |
How can I programmatically DELETE the person.aspx page in My Sites? update: Changed approach to use Activation Dependency with 2 features, one hidden. Works perfectly. |
|
Jun 25 |
awarded | Student |
|
Jun 24 |
asked | ProfileManagerBase.Search Method doesn't return all items |
|
Jun 23 |
accepted | How can I programmatically DELETE the person.aspx page in My Sites? |
|
Jun 23 |
comment |
How can I programmatically DELETE the person.aspx page in My Sites? Activation Dependency with 2 features, that's a great idea! Thanks for that. I ended up running a Powershell script to delete the file first and then activate my feature that provisions the person.aspx file. Does seem more klunky than your way though. |