Thursday, March 11, 2010

Merge PDfs into a single PDF file - windows

http://www.codejacked.com/combine-multiple-pdfs-into-one-merged-document/

Visual Studio "fatal error C1902: Program database manager mismatch; please check your installation"

Got this error when executing remote build using hudson on the windows slave machine . Was using Visual Studio 2005.

There is a hotfix that Midcrosoft has provided which replaces the mspdb80.dll located at VCINSTALLDIR\common7\IDE

http://support.microsoft.com/kb/920770

This has to do with visual studio not being able to build using the Local System Account ".

This fix ensures that you need to change any cygwin sshd service settings as has been instructed in other posts