Facing a problem in coupleof my SharePoint server 2010. First of all the debug pointer is not working. Here are the tings I have already tried.
1. Clean the project, build and deploy.
2. Added debug pointer to the code.
3. Open up attach process window.
4. Select “Managed ( V2.0,v1.1, v1.0)”
5. Choose w3wp from the Available Process.
6. Hit attach.
Didn’t work. Next try
1. Deploy the project.
2. Copy dll to the GAC.
3. Attach the w3wp same way in 3,4,5 and 6.
No Luck.
Please let me know, what is wrong. I have tried multiple times still it is not working.
Next issue is the visual studio code is not writing in the splog. I have checked the splog. All feature activation, deactivation, removal and adding of feature is logged into the log files. That means sharepoint is logging all the activities for my wsp to the log file. But when I try to write in log file not writing any thing. The code I have used multiple times in my old projects. So can’t blame it. For your reference,
SPDiagnosticsService.Local.
restarted timer for the same. Both the issue is happening in the same server.
kind regards,
Guru
can you please check the following in Web application’s web.connfig file (%RootFolder%\inetpub\wwwroot\wss\virtualDirectories)
<configuration>
<SharePoint>
<SafeModeCallStack=”true” />
</SharePoint>
<system.web>
<customErrorsmode=”Off” />
<compilationdebug=”true” />
</system.web>
</configuration>