Tell me more ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

I have set up a custom sharepoint 2010 workflow base page that inherits SequentialWorkflowActivity. Inside this, I have overridden the HandleFault method and created a call to a custom error handler. I am unable to access Workflow Properties from this as it is always null. However, I really need the user accessing the page and the url of the page, and it wouldn't be too bad to get some other information.

I am unable to find a way to access any of these properties.

We have even tried to override the event receiver but it never hits these methods.

Wondering if anyone has ideas or solutions, or knows if its possible to override the event receiver in a custom base page.

Thanks!

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.