| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 2 years, 5 months |
| seen | May 4 '11 at 10:13 | |
| stats | profile views | 119 |
|
Apr 27 |
comment |
SharePoint Designer broke my Page Layout. How do I repair it? "Reset to Site Definition" did it. Thanks! |
|
Apr 21 |
comment |
BLOb Cache breaks video in Media Web Part Front-end caching is verified not to confuse the issue. Thanks, I'll update the question. |
|
Apr 18 |
comment |
Adding a WSP through the Management Shell? Did you check that the deployment succeeded with Enum-Deployments? |
|
Apr 14 |
comment |
SharePoint equivalent of Session_End in Global.asax Do you mean something like this? theviewfromlevel9.wordpress.com/2010/04/20/… Are you sure this will work with SharePoint? Sessions seem a bit quirky in SharePoint. |
|
Apr 14 |
comment |
SharePoint equivalent of Session_End in Global.asax @djeeg Not critical. It's the same type of information I'd want from Session_End. |
|
Apr 12 |
comment |
EditModePanel in Display mode not showing for all authenticated users Thanks. That's very strange. Even stranger that I cannot reproduce it consistently; must be something with the EditListItems permissions on the groups my users are in. |
|
Apr 12 |
comment |
EditModePanel in Display mode not showing for all authenticated users What I want to do here isn't hide content in Display mode, but display content in Display mode. One example is a page which shows animated rich content, which interfers with the editing experience. The content should be editable in Edit mode, using fields on the page, but to display the content in its "display mode" while editing simply does not work. |
|
Apr 12 |
comment |
EditModePanel in Display mode not showing for all authenticated users I commented on this theory in the question. I don't buy it, and can't reproduce it, and I think an authoritative citation is needed. |
|
Apr 12 |
comment |
SharePoint equivalent of Application_Start in Global.asax @gandjustas In this particular case, I would like to run some code that does some expensive calculations and caches them. So this code would run on all front-end servers in the farm. |
|
Apr 12 |
comment |
OnPublish and OnUnpublish equivalent events?BeforeProperties and AfterProperties never contain a property named Level. There is a property named ` which looks like it could be used (a boxed int), but it never differs between BeforeProperties and AfterProperties - it just jumps from 255 to 1 or 2 sometimes. |
|
Apr 7 |
comment |
Is SPCache a farm-wide cache? Thanks. Guess I'll use shorter cache times instead of building something farm-wide. |
|
Apr 7 |
comment |
Is SPCache a farm-wide cache? @Kit Interesting, didn't see that. Curious that Michael thinks it is well documented. :) |
|
Mar 31 |
comment |
“Expires” caching headers for static content in _layouts and the Style Library Actually, this works quite nicely. Enabling the SharePoint BLOb cache and setting the max-age to something did the trick. |
|
Mar 26 |
comment |
Profiling SharePoint 2010 with Red Gate ANTS Profiler Oh. Is there any profiler that does? |
|
Feb 17 |
comment |
SPWeb.Webs, foreach and var @James Thanks. :) |
|
Feb 17 |
comment |
SPWeb.Webs, foreach and var @Sébastien Yes, project framework is .NET 3.5. I have other .NET 3.5 stuff in my code. |
|
Feb 17 |
comment |
Site Collection Feature won't go away Thanks. With -force, it works great. |
|
Feb 16 |
comment |
Using C# 3 (.NET 3.5) for ASCX and ASPX files in SharePoint 2010 In an OOTB SharePoint 2010 Server installation, if you use C# 3 in your code-in-front, it doesn't compile, since the C# 2 compiler is used to compile the markup. At least for me. |
|
Feb 16 |
comment |
Using C# 3 (.NET 3.5) for ASCX and ASPX files in SharePoint 2010 Runtime error, when SharePoint is trying to load the user control. Everything looks fine in Visual Studio; the project framework version is 3.5 and everything "compiles" from a Visual Studio point of view. The error doesn't appear until the control is actually loaded by SharePoint. |
|
Dec 15 |
comment |
Which Feature Scopes are right for me? I read that article thoroughly before asking the question. :) That's where I got the idea that my scopes are perhaps too narrow in some cases. In my case, it seems there is nothing which should be scoped to Web Scope though, would you agree? |