While developing my dashboard widget, I looked at the console (system logs) and found that an error message:
2009-03-06 22:08:35.244 Widget Installer[3874] CFBundleVersion must be a string
The property is marked as type string in Info.plist. I've tried changing it from a 1.2 number to a series of letters (can't be mistaken for number) and also following apple's versioning guidelines. No mater, what, I get this error every time.