Welcome to MSDN Blogs Sign in | Join | Help

Technical Weblog of Eric Charran

A Journal of My Technical Achievements and Challenges

July 2007 - Posts

How to Pass Parameters to a Method on a New Thread
Most of you will find this relatively simple, but it took me a while to figure this out. When executing a method on a new thread, I found it almost impossible to pass the method any parameters. My code looked like below. Method Signature to be Executed Read More...
MSBuild Task to Wrap DevEnv
Those of you who labored to get devenv.exe to work with TFS's build capacity to build your setup projects know the agony of setting this arrangement up. The reason to use devenv.exe is to allow TFS to compile and build setup projects along with the main Read More...
Increasing Disk Size of a Differencing VHD
I recently ran into a problem where I needed to increase the size of a virtual machine's primary partition. The problem was that the VM's primary partition was based on a Differencing disk. As such tools like the VHDExpander don't work on them (only dynamic Read More...
Debugging Feature in SharePoint 2007
This posting is a little old, but relates directly to an older posting of mine on how to debug a SharePoint web part. The post details a feature that can be installed in a development MOSS installation that will easily allow for the attachment of a debugger. Read More...
Page view tracker