Tagged Questions
0
votes
1answer
477 views
“Detected use of SPRequest for previously closed SPWeb object” within Event receiver but no error when run in test harness
I have a very strange issue which I cannot explain. We have and event receiver and within this we instantiate our own class that does all the work we need it to do. As part of this we pass in an SPWEB ...
3
votes
3answers
850 views
How to create Site (SPWeb) on Sharepoint Online
I have a problem creating Sites on Sharepoint Online. The code that works on-premise do not work on Sharepoint Online.
I do not want to bother you with the code, i just want a clean start.
So my ...
1
vote
1answer
94 views
Disable Web-scoped features on Web deletion
I have a SPWeb ( http://example.com/site ), created used a custom web template, with several features activated on its scope.
When I delete the SPWeb it would be desirable that all the features ...
2
votes
1answer
712 views
Disposing of objects in an Event Receiver
I have an ItemUpdated event receiver running on a library. Some pretty basic logic. Here's the gist of what I'm doing:
SPWeb web = properties.Web;
SPContentTypeId ParentCT_Id = ...