Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Object variable or With block variable not set

Status
Not open for further replies.

tatochka

Programmer
May 3, 2001
49
US
I packaged my application on Windows 98 machine. Now try to install it on diferent machines and one of the Windows95 machine gives me this message. I checked all ocx and dll files. They all are installed in c:\windows\system directory. What else should I check? Why is it happening on only one machine? Other Windows95 machines didn't give me this message.
 
Windows 95 requires a DCOM update to be run to support certain VB6 controls/libraries.

Search on the Microsoft download are for DCOM95.

Chip H.
 
Sounds like an odd error message to get though. I get that error when I forget to set an object (e.g., Set objTemp = New CTemp). Does your code branch at all depending on outside factors (presence of fiel, operating system, etc.)? Do you "On Error Resume Next"?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top