Category Archives: Development

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

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