Trent,
Setting the Children Levels to None eliminates the Event 1026 error. However the version of DDT you provided that includes the stack trace introduced the following error when you go to deploy the package.
Reverting back to the 11/27/2006 compiled source code eliminates that issue. However there is still the problem of deploying data that includes a timestamp column.
-Larry
As for the other error, this is probably accurate because we changed the way data gets deployed to support Vista. I did not give you the framework DLLs so the DatabaseMigrator class is reading the package file differently. For now, definitely revert back to your older version as the new data deployment has changed. The EXE I gave you is packaging up the data for teh new format and your DbEngine DLL is trying to deploy on the old format. Make sense?