I have databound controls on my form and when I transfered the project to my Win2000 Server I get the error
Updateable ISAM not found.
What is that?
Printable View
I have databound controls on my form and when I transfered the project to my Win2000 Server I get the error
Updateable ISAM not found.
What is that?
anyone?
Check your version of MSVBVM60.dll on the 2000 server,
it needs to be the same as the one on your
development machine.
Or, if the 2000 machine has VB, you need SP4 or SP5.
HTH
EDIT: oh, and stop using data controls and data-bound controls. ;)
yeah...I think I have SP3.Quote:
Originally posted by JPicasso
Check your version of MSVBVM60.dll on the 2000 server,
it needs to be the same as the one on your
development machine.
Or, if the 2000 machine has VB, you need SP4 or SP5.
HTH
EDIT: oh, and stop using data controls and data-bound controls. ;)
Where can I update it?
www.microsoft.com is a good place to start.
look under downloads, it's free, just takes time to locate what you
need sometimes.
thanks I knew THAT. Was asking if you knew the SPECIFIC location. ;)Quote:
Originally posted by JPicasso
www.microsoft.com is a good place to start.
look under downloads, it's free, just takes time to locate what you
need sometimes.
Thanks...