On Jul 29, 11:37=A0am, "Richard Mueller [MVP]" <rlmueller-
nos...@[EMAIL PROTECTED]
> wrote:
> <simon.kra...@[EMAIL PROTECTED]
> wrote in message
>
> news:b70d7e45-cd9f-40d2-a8fd-ad9004c2e46e@[EMAIL PROTECTED]
>
> >I am running an application using =A0Access 2000 VBA on a machine
> > running Windows Server 2003 which uses the ActiveDS LargeInteger
> > class. When I try to access the HighPart and LowPart properties, in
> > code these are not found, although they appear in the VBA Object
> > Browser as properties of the LargeInteger class. ActiveDS.tlb version
> > is 5.2.3790.0 and ActiveDS.dll is 5.2.3790.1830.
>
> > The code works fine on Windows XP with the tlb file ver 5.1.2600.0
> > and dll =A0version 5.1.2600.2180.
>
> I have the same versions of activeds.dll and activeds.tlb on my w2k3
serv=
er
> and have no problem using the HighPart and LowPart methods. However, I'm
> using VB6 (and VBScript) rather than Access VBA.
>
> When I run Access 2000 on the W2k3 server and create a module, I must
add=
a
> reference to "Active DS Type Library" (Tools, References) before I can
Di=
m a
> variable As LargeInteger. Once I do that I can use the HighPart and
LowPa=
rt
> methods.
>
> --
> Richard Mueller
> MVP Directory Services
> Hilltop Lab -http://www.rlmueller.net
> --
Thanks Richard - I tried removing the activeds.tlb reference and then
adding it on the W2k3 machine and this fixed the problem


|