English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I created an install package and placed it on the Internet at www.GainesTrader.com. A friend downloaded the package and installed the program on his computer. When he tries to run the application he gets the error:

Object variable or With block variable not set

I downloaded and installed the program to my computer and it works. How can I debug the problem my friend is getting? Is it because I am using some component that he doesn't have installed on his computer like Microsoft Excel or Microsoft XML?

2006-11-29 04:20:51 · 2 answers · asked by blue_prince_of_dallas 2 in Computers & Internet Programming & Design

2 answers

I think the problem is you might have used some dll or componenst bin ur program but have not included inyour installation file.

Also many errors comes when we install the software from installation file.In this case check your code and try tto do exception handling to locate unhandaled exception.

2006-11-29 04:47:30 · answer #1 · answered by rahulgangster1984 1 · 0 0

as a distributor of a program it is your duty to fail gracefully if a required piece of software is not present. almost every language provides a method to see if a required library is present... spend some time protecting your own code, die with a very informative message that will assist the user with the download (or even download it for him!)

2006-11-29 13:07:36 · answer #2 · answered by jake cigar™ is retired 7 · 0 0

fedest.com, questions and answers