SPLongOperation is used for executing the long process in SharePoint

learn more… | top users | synonyms

1
vote
1answer
97 views

SPLongProcess never redirects to the destination page and hanging on the processing page forever

I got the following code below , it starts a long running process , once the processing completes it will redirects to another page using EndScript().However,SPLongProcess never redirects to the ...
2
votes
0answers
248 views

SPLongRunning in page_load without redirect

Is there a way for SPLongOperation not to reload the page but only to hide the processing-Wheel? My scenario is that when I open a model-dialog I want to show a loading/processing information to the ...
1
vote
0answers
83 views

SPLongOperation usage and SPDisposeCheck

I'm trying to use SPLongOperation like in the snippet below. When I run SPDisposeCheck, I get an error. So I have these questions: Wouldn't the using statement call Dispose() on SPSite when ...
0
votes
0answers
51 views

SocialTagManager - adding a tag as the app pool account

I've noticed the following behaviour when calling SocialTagManager.Add: Regular call: tag created with myself as owner Call in RunWithElevatedPrivileges: ditto Call in SPStatefulLongOperation: ditto ...