Author Archives: gavinbarron

Parameterised SQL Reports in SharePoint

So, I’ve developed a parameterised report and surfaced it inside a SharePoint site using the Report Viewer Web Part. Now the user has this ‘nice’ pane on the side of the report to supply the parameter value…. How do I … Continue reading

Posted in Deployment, Reporting Services, SharePoint | Leave a comment

Developing SQL Reports: Useful Resources

OK, so I promised more on the reporting services front. This post is just a quick follow up on that with a few resources, a.k.a blog posts from smart cookies, that I found VERY useful. A great 3 part intro … Continue reading

Posted in Development, Intergen, Reporting Services, SharePoint | Leave a comment

Installing SSRS in SharePoint Integrated Mode

Oops, nearly two weeks since a post! That’s a bit of an indicator of how busy I’ve been of late… Anyway, I had to set up up SQL Server Reporting Services in SharePoint Integrated mode. Not too difficult on the … Continue reading

Posted in Deployment, Reporting Services, SharePoint | Leave a comment

Need to resize a VHD?

I do most of my development using virtual machines now and according to all the information that I’ve seen fixed sized disks perform better, this great until like me you start to run out of space on the VM you’re … Continue reading

Posted in General, Tools | Leave a comment

VSeWSS 1.0 and solution.xml

So, I have a project that I’m still working on that is using VSeWSS 1.0 project templates. I just got bitten by an issue I knew about from prior experience 😐 With this version VSeWSS creates a file called solution.xml … Continue reading

Posted in Development, Visual Studio, VSeWSS | Leave a comment

VSeWSS Deployment Issue

Ok, here at Intergen we are working on the VSeWSS 1.1 User Guide. As part of this we have to create code samples in both C# and VB.NET for all the code that we produce. No big deal really. Except … Continue reading

Posted in Deployment, Development, SharePoint, VSeWSS | Leave a comment

SPQuery is not reusable.

So I’m writing some code to assemble some information about items in a list. My original approach was this: The problem here was that the second call to GetListItems was returning the exact same results as the first call, despite … Continue reading

Posted in Development, SharePoint | Leave a comment

Intergenite delivers in browser viewer for docx

Here at Intergen I have the good fortune of working with lots of very tallented people.  One of them, James Newton-King, has developed a means of viewing Microsoft Word 2007 documents in a web browser, on any platform! His solution, … Continue reading

Posted in General, Intergen, OpenXML | Leave a comment

Deploying Timer Jobs

So I’m working on a Timer Job for SharePoint at the moment, I found that the post that Andrew Connell has made describing the development process is very good, read it here: http://www.andrewconnell.com/blog/articles/CreatingCustomSharePointTimerJobs.aspx Anyway I was trying to debug my … Continue reading

Posted in Deployment, SharePoint | Leave a comment

Version Control is NOT Source Control!

Warning: Rant ahead! So a question popped up on the MSDN SharePoint developers forum about how to use integrate WSS and Visual Studio in order to save files edited in Visual Studio direct into WSS including using Check In/ Check … Continue reading

Posted in Best Practice, SharePoint | Leave a comment