Tuesday, February 21, 2006

Access & CVS

after checking a ms-access database out form cvs, one of the forms was broken.
within the form, I'd use the Microsoft common dialog to browse for a file. When checked out of CVS, this returned an automation error -2147467259, which was not terribly useful seeing as it only indicates an "Unknown Error"
As it turns out, for some reason the MS common dialog was stripped off of the forms at some point in the process. I simply re-created these and off it went.

No comments:

Get Restart log using PowerShell

I'm often curious about a restart on a Windows server system. An easy way to get a list of the restart and what initiated it is to use t...