I have an MSACCESS database (mdb) that is managed in Visual Studio Team
Foundation Server 2008 using the Access 2007 Developer Extensions and
MSSCCI
2.0. For some reason, not all of the components are inserted into the
database when I create the database from source control. Some of the code
modules, queries, etc. are missing. What can I do to force the DB to
properly build?
I know that all of the components are in the ADB file because it was
created
as a branch. If I compare the contents of the two branches on a binary
basis, the contents are identical. The source of the branch will properly
build but the branch will not. It is not like it is missing several, but
not
all components.
Has someone experience with this? What can I do to get the DB built
properly?
Thanks in advance.