The diagnostics tag has no wiki summary.
5
votes
1answer
512 views
Problem Extending SPDiagnosticsServiceBase
I am trying to create a feature that Extends the SPDiagnosticServicesBase class following the code described in MSDN That article has example code for extending the SPDiagnosticServicesBase class ...
2
votes
2answers
2k views
ULS is not logging from web app
This is similar to "http://sharepoint.stackexchange.com/questions/2057/how-to-write-to-uls-log-in-sharepoint-2010-from-a-net-app". But in my case, logs are NOT showing up in ULS when logging from a ...
2
votes
2answers
987 views
Where are Diagnostic Logging Categories stored?
I am looking for the location where SharePoint 2010 stores Diagnostic Logging Categories located on the Central Administration Diagnostic Logging page.
2
votes
1answer
55 views
SPTraceV4 Being Disabled
I have a SharePoint Foundation 2010 environment where the SPTraceV4 service keeps being disabled. I narrowed down the issue to when the "Health Analysis Job (Hourly, Microsoft SharePoint Foundation ...
1
vote
1answer
244 views
SPDiagnosticsService Area collection vs Areas in CA
In CA, Diagnostic Logging, a lot of areas with their categories are listed.
When I enumerate these area's in code only three are returned:
Business Connectivity Services
SharePoint Foundation ...
1
vote
1answer
80 views
MS Office Diagnostic report?
I have problems with sharepoint. When I check out a file it are always read-only. But if I run MS Office Diagnostic after 30 sec, it fix the problem.
The problem is that I can't go to all computers ...
0
votes
2answers
152 views
SharePoint Diagnostic Studio 2010 and .Net 4.0?
I want to use the SharePoint Diagnostic Studio 2010 in my dev. environment. But everytime I get the following error:
Microsoft SharePoint is not supported with version 4.0.30319.237 of the Microsoft ...
0
votes
1answer
168 views
Possible to add a section to the “Diagnostic Logging” section for a custom timer job?
I found this post but at the end it suggests making changes to the registry which scares me a little bit. Is there a better way to do this? Is modifying the registry in this case "normal"?
0
votes
1answer
729 views
SPDiagnosticsService.WriteTrace throws error “Object reference not set to an instance of an object”
I am trying to write entries into logging and have trouble doing so. Using Client object model on SharePoint foundation. Code is running from a console app.
SPDiagnosticsService.Local.WriteTrace(0, ...