Compile a Web User Control (.ascx) w/HTML and Code Behind into a Single Assembly


This is a demo I did during my SharePoint 2007 presentation at the Ottawa Federal User’s Group June 17th.  If you are looking for the slide deck you will find it here. There are a few things you’re going to need to get started: Visual Studio 2008 Web Deployment Projects Windows SDK for Windows Server […]

Continue reading

Live Mesh has been updated!


  I think the best change in this release is that UAC is no longer a requirement to run it.  I have been using Mesh for quite a long time now and I must say “It Rocks”.  I have the ability to share folders across many PCs and they stay in sync, I can remotely […]

Continue reading

Shipping Packages to Ogdensburg, New York


If you live in or around the Ottawa area you can save yourself some money and not ship your packages from the United States to Canada which is some cases can be quite costly.  Ottawa is approximately 45 minutes from upstate New York and The UPS Store in Ogdensburg. The UPS Store will accept your […]

Continue reading

Enter the Coolest Team System Gadget Contest…


  Mike Azocar a fellow Team System MVP has just announced the following contest: Have you created a useful gadget for Team System? Do you have one in mind? I am looking for the coolest community built tool for VSTS. It can be something for TFS, for Visual Studio, or something that is stand alone. […]

Continue reading

Install the Reporting Services Web Part


The WSS Site templates included with Team Foundation Server do not use the SQL Server 2005 Reporting Services Web Part.  Here is how you can install it into WSS so you can use it on your site. C:\Program Files\Common Files\microsoft shared\web server extensions\12\BIN>STSADM.EXE -o addwppack -filename "C:\Program Files\Microsoft SQL Server\90\Tools\Reporting Services\SharePoint\RSWebParts.cab" -globalinstall Operation completed successfully. […]

Continue reading

Install a Custom Site Template for Team Foundation Server


  Add Template C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>stsadm -o addtemplate -filename C:\tfs\XXX-VSTFS\XXXCMMI.stp -title VSTS_XXX_CMMI Operation completed successfully. IIS must be restarted before this change will take effect. To restart IIS, opena command prompt window and type iisreset. C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN>iisreset Attempting stop…Internet services successfully stoppedAttempting start…Internet services successfully restarted List Templates […]

Continue reading

Updated Release of Sandcastle available


Sandcastle produces accurate, MSDN style, comprehensive documentation by reflecting over the source assemblies and optionally integrating XML Documentation Comments. You must uninstall any previous version of Sandcastle before you install this version.  If you need a sample check out this post from the Sandcastle team blog. Required Software: Microsoft .NET Framework Version 2.0, available here […]

Continue reading

Team Foundation Server 2008 SP1 Beta and SQL Server 2008 RC0


Just in case you didn’t know, they aren’t compatible.  The TFS pre-install check will fail on the RC0 version of SQL Server 2008, if you wish to use SQL Server 2008 with Team Foundation Server 2008 SP1 Beta you must use the CTP6 release. The final release of TFS 2008 SP1 will support SQL Server […]

Continue reading

SharePoint 2007 SP1 LDAP Membership Provider


In case you weren’t aware that SharePoint 2007 shipped with an LDAP Membership Provider, I recently had a requirement to use it and so I thought I would post the steps to implement it.  The LDAP membership and role providers got some love in SP1 when Microsoft added the connectionUsername and connectionPassword attributes to support […]

Continue reading

SQL Server 2008 RC0 available for download…


It’s here but it is only available to MSDN and TechNet subscribers at the moment so if you’ve got one you can go and download it now!  You can grab the RC0 Feature Pack also. If you’ve been thinking about getting a TechNet subscription and haven’t decided yet, you can get a 30% discount code […]

Continue reading