Archive for the ‘Visual Studio 2010’ Category

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 [...]

Quick 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 [...]

Rather 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 [...]

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 [...]

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 [...]