SharePoint articles and white papers
I came across this site, http://www.susanhanley.com/white-papers.htm, that has some great SharePoint articles and White Papers, covering a variety of SharePoint functionality and topics.
Examples:
• Choice vs Lookup column
• Top 10 Considerations for SharePoint 2010 Governance Planning
• Everything you ever wanted to know about Taxonomies
And many more ….
Check it out.
Monday, October 17, 2011
Friday, October 7, 2011
The breakpoint will not currently be hit. No symbols have been loaded for this document
I received the error “The breakpoint will not currently be hit. No symbols have been loaded for this document” when debugging some SharePoint code. I was attaching to the w3wp.exe process.
The first time I received this error I followed the steps provided in Doug Butscher blog. This sorted out my issue.
A few weeks later I received the same error and this time the steps from Doug’s blog did not work.
With some help from a colleague I got it sorted with the following steps:
The first time I received this error I followed the steps provided in Doug Butscher blog. This sorted out my issue.
A few weeks later I received the same error and this time the steps from Doug’s blog did not work.
With some help from a colleague I got it sorted with the following steps:
- When debugging in Visual Studio, click on Debug > Attach to process…, click the select button next to “Attach to:”
- Select “Debug these code types”, and then select “Managed (v2.0, v1.1, v1.0)” and “T-SQL” only.
- Click “Ok”
Subscribe to:
Posts (Atom)