C
Chris
Hi
I have read most of the threads on late binding issues, with great interest
and have found them extremely useful. Symptoms discussed and described here
sound just like a problem I currently have.
I have modified my code to remove as many references as possible (which I
suspect were the cause of my problem) and now have only 3 references. These
are for the VBA, Access and DAO libraries. I know that the target machine has
the same path names as for two of these (the DAO and VBA ones), but not for
the Access library.
I am deploying my solution to the client machine via the packaging solution,
and bundling up the Access runtime files.
My question is this: Do I need to worry about the Access reference not being
there (as I suspect it wouldn't be if a target machine has not got Access
installed) as it will be (somehow) resolved during the installation, or at
runtime (is this the case also with the VBA library if it did not exist on
the target machine)?
If it is the case that this will be resolved without me having to do
anything, I would welcome an explanation as to how this happens in the
backgound as I am clear about the thinking behind use of other libraries, but
now this
Any feedback would be most welcome
Thanks
Chris
I have read most of the threads on late binding issues, with great interest
and have found them extremely useful. Symptoms discussed and described here
sound just like a problem I currently have.
I have modified my code to remove as many references as possible (which I
suspect were the cause of my problem) and now have only 3 references. These
are for the VBA, Access and DAO libraries. I know that the target machine has
the same path names as for two of these (the DAO and VBA ones), but not for
the Access library.
I am deploying my solution to the client machine via the packaging solution,
and bundling up the Access runtime files.
My question is this: Do I need to worry about the Access reference not being
there (as I suspect it wouldn't be if a target machine has not got Access
installed) as it will be (somehow) resolved during the installation, or at
runtime (is this the case also with the VBA library if it did not exist on
the target machine)?
If it is the case that this will be resolved without me having to do
anything, I would welcome an explanation as to how this happens in the
backgound as I am clear about the thinking behind use of other libraries, but
now this
Any feedback would be most welcome
Thanks
Chris