Object variable or With block variable not set (Error 91) 
Author Message
 Object variable or With block variable not set (Error 91)

I have developed an application in MS VB5.0 Pro and it runs fine both
from within the development environment and also as an exe on my own
machine. I have created a portable installation disk using the Setup
Wizard and installed this on another machine. The installation is
successful but any of the forms that I try to load that have Data
Controls on them give me the following error - Object variable or With
block variable not set (Error 91) - any suggestions as to the problem or
the solution ?

Tony



Tue, 30 May 2000 03:00:00 GMT  
 Object variable or With block variable not set (Error 91)

This error is telling you that your data control cannot find the
dataset.   Check the mapping to your datasets and make sure it is
setup the same on your client system, or that your path variable for
the data has been setup correctly.


On Fri, 12 Dec 1997 20:28:13 -0600, Tony Mulvenna

Quote:

>I have developed an application in MS VB5.0 Pro and it runs fine both
>from within the development environment and also as an exe on my own
>machine. I have created a portable installation disk using the Setup
>Wizard and installed this on another machine. The installation is
>successful but any of the forms that I try to load that have Data
>Controls on them give me the following error - Object variable or With
>block variable not set (Error 91) - any suggestions as to the problem or
>the solution ?

>Tony



Wed, 31 May 2000 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Object variable or With block variable not set (Error 91)

2. Object variable or With block variable not set (Error 91) Please Help

3. error 91 Object Variable o on with block variable is not set

4. Runtime error 91/Object variable or With block variable not set problems

5. runtime error: 91 Object variable or with block variable not set

6. Run Time Error 91: Object variable or With Block variable not set

7. VB 5.0 - Error:91 Object Variable Or With Block Variable Not Set

8. Error 91 Object variable or With-Block, variable not set

9. Error 91-Object or block with variable not set

10. error 91 - object or block with variable not set

11. Debugging COM+ Componets -- Runtime error 91- Object variable or with block not set

12. Error 91 - object or block width variable not set

 

 
Powered by phpBB® Forum Software