I installed a feature to my production environment but now it is throwing the following error:
The Execute method of job definition SharePointSocialNetworking.Facebook (ID 528d61e4-95b6-4766-bb98-4363da570506) threw an exception. More information is included below. Object reference not set to an instance of an object.
Exception stack trace: at SharePointSocialNetworking.Facebook.Execute(Guid targetInstanceId) at Microsoft.SharePoint.Administration.SPTimerJobInvoke.Invoke(TimerJobExecuteData& data, Int32& result)
My problem is that my stack trace stops just as it's getting useful... I need to know WHERE in the Execute method it is erroring out (maybe even a line number). They are just giving me enough info to have a general idea of what the problem is but not where it is happening...
Is there anywhere to get a FULL stack trace or to track down exactly where my "Object reference not set to an instance of an object." error is occurring?
In my "Diagnostic Logging" section in the central admin I have "Least critical even to report to the event log" set to "Error" and "Least critical event to report to the trace log" set to "Verbose".
This is for a timer-job.