One I’ve been meaning to blog for a while, but just never got round to it I came across an error when Creating a Custom web service for SharePoint when trying to deploy the web service to the ISAPI folder, allowing me to access a web service through the _vti_bin of SharePoint. When you create [...]
Archive for the ‘Visual Studio 2010’ Category
Custom SharePoint Web Service has no WSDL or DISCO
Posted: 29th July 2011 in Sharepoint 2010, Visual Studio 2010, Web ServicesLoading Debug Symbols–Very Slow when debugging SharePoint
Posted: 16th June 2011 in Sharepoint 2010, Visual Studio 2010Quick one, more for memory than anything: Recently, I’ve been having a problems when trying to debug SharePoint projects – the debug symbols could take up to 20 minutes to load !! Turns out there was quite a simple solution: Delete all the breakpoints and only add in the ones you actually need. This probably [...]
FileNotFoundException when using SPSite in a console application
Posted: 23rd March 2011 in Sharepoint 2010, Visual Studio 2010, x64Rather than building something which had to be deployed to SharePoint which was of no use to the application. I decided it would be easier to just, quickly, build a console application to get some values and write them to a file. This was the way I had done it before using MOSS. However, when [...]
‘Watch’ items during debug in VS2010
Posted: 2nd June 2010 in Visual Studio, Visual Studio 2010Tags: Visual Studio 2010
In debug mode, you can hover over an item and drill down through its properties using the ‘+’ button. In VS2010, if you look at the right hand side you’ll find a pin which can be used to pin a particular field to that line of code. This can be done on several lines of [...]
Style Cop for ReSharper could not be loaded
Posted: 27th April 2010 in Resharper, Style Cop, Visual Studio, Visual Studio 2010Tags: Resharper, Style Cop, VS 2010
After installing Re-Sharper 5.0 I then installed Style cop for Re-Sharper to allow my code to comply with MS Style Cop and give me real-time syntax highlighting of violations. However, after installation, when I opened Visual Studio I received the following error. This is because the dll has not been given full trust. To resolve [...]