0
votes
0answers
36 views

timeout >1 event receivers

I have this custom list in my sandbox solution and when someone adds an item to the list the synchronous event receiver method itemAdded will call the spweb.webs.add method and adds a website. Now ...
0
votes
2answers
480 views

“Thread abort exception” in event receiver after adding a solution?

I am developing an event receiver for the web provisioned event. It does quite a few things, culminating to add and deploying a solution and activating a feature from it. When I do the following: ...