Connecting Tech Pros Worldwide Forums | Help | Site Map

runtime error 91

Newbie
 
Join Date: Jan 2007
Posts: 10
#1: Mar 4 '07
I've written a program in VB6 and given it to a friend. I have supplied him with updates and suddently he gets runtime error 91. I suspect this is something to do with copying a new version via email. I found that if I deleted my data file and tried to run the program, I got runtime error 91. As soon as I restored this data file, the runtime error dissappeared. Maybe this info might be of some use to somebody.

David

Lives Here
 
Join Date: Oct 2006
Posts: 1,626
#2: Mar 5 '07

re: runtime error 91


Quote:

Originally Posted by david stradling

I've written a program in VB6 and given it to a friend. I have supplied him with updates and suddently he gets runtime error 91. I suspect this is something to do with copying a new version via email. I found that if I deleted my data file and tried to run the program, I got runtime error 91. As soon as I restored this data file, the runtime error dissappeared. Maybe this info might be of some use to somebody.

David

Hi David. Thanks for the info. Was there a question attached? I'm not quite sure.
vijaydiwakar's Avatar
Site Addict
 
Join Date: Feb 2007
Posts: 579
#3: Mar 5 '07

re: runtime error 91


Quote:

Originally Posted by david stradling

I've written a program in VB6 and given it to a friend. I have supplied him with updates and suddently he gets runtime error 91. I suspect this is something to do with copying a new version via email. I found that if I deleted my data file and tried to run the program, I got runtime error 91. As soon as I restored this data file, the runtime error dissappeared. Maybe this info might be of some use to somebody.

David

david, pls give the err.descrption
hariharanmca's Avatar
Lives Here
 
Join Date: Dec 2006
Location: Banglore/India
Posts: 1,987
#4: Mar 5 '07

re: runtime error 91


Quote:

Originally Posted by david stradling

I've written a program in VB6 and given it to a friend. I have supplied him with updates and suddently he gets runtime error 91. I suspect this is something to do with copying a new version via email. I found that if I deleted my data file and tried to run the program, I got runtime error 91. As soon as I restored this data file, the runtime error dissappeared. Maybe this info might be of some use to somebody.

David

Err 91 is Object variable or with block not set

may be creating of New Instance for declared variables or Objects

Just check it dear
Reply


Similar Visual Basic 4 / 5 / 6 bytes