SPLongOperation is used for executing the long process in SharePoint

learn more… | top users | synonyms

2
votes
3answers
1k views

SPLongOperation without redirect

Is there a way for SPLongOperation not to redirect the page, but only to hide the processing bar? My scenario is that, when I open a modal dialog, I want to show a loading/processing information to ...
2
votes
2answers
357 views

Can I delete Long Running Operation Status list items?

I support a SharePoint 2007 based public internet site that has a few performance problems. I just noticed that the hidden "Long Running Operation Status" list has nearly 10000 items in it. I can't ...
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 ...
2
votes
1answer
770 views

Enhanced SPLongOperation progress behaviour for intermediate actions?

When you launch some custom code, e.g. custom create new site and provisioning of this site, you can use SPLongOperation to display a modal dialog box with a green spinning wheel indicating something ...
1
vote
1answer
300 views

Can i use SPLongOperation in FeatureActivating?

I have a feature that upgrades and updates an existing site to a new and improved version of that site. One of the tasks of the feature is to upgrade existing data in the site. For simple test/dev ...
1
vote
0answers
82 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 ...
1
vote
1answer
96 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 ...
0
votes
1answer
46 views

SPLongOperation break on error and stay on same page

I have a question regarding SPLongOperation. Basically i'm using it while some actions are happening, and if everything goes well it should redirect user to an other page, but if something goes wrong ...
0
votes
2answers
630 views

SPLongOperation — How does it work?

I just discovered the SPLongOperation class. It is a thing of beauty. I was expecting to have to implement a "job handler" static class, fire off my long-running process in a separate background ...
0
votes
1answer
936 views

SPLongOperation only starts at operation end

I'm using an AppPage showed up in a ModalDialog and when I click on a button action I try to start a SPLongOperation process, but it only shows the processing panel right before it ends. here is the ...
0
votes
1answer
34 views

redirect to page after itemadding in list withlong run operation

after many checking about redirecting to page from event recievers I understood that my best option it to di it from itemadding event and not itemadded. that does not means that I can neglect the ...
0
votes
0answers
50 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 ...