x-ware-ltd / access-scc-addin

Microsoft Access SCC Addin
Apache License 2.0
2 stars 4 forks source link

Automatically re-import references if any are broken #68

Closed gilbertbw closed 1 year ago

gilbertbw commented 1 year ago

This fixes an issue we had where the build made by the add-in failed to compile, when libraries are installed in <import path>/Distributables. This is a fix/completion of the work done in #64.

Proposed Commit message:

Fix references on import. This allows compiling the database on a machine that
does not have References installed/registered ( when libraries are installed in
`<import path>/Distributables`). This is a fix/completion of the work done in
#64.

Also protect against the FullPath of a Reference not being available. This
happens if a Reference is not registered.

I have tested this change locally, and will load it onto the build server to confirm it works there as well.


This change is Reviewable