-
Hai all,
I developed a project for my company in VB6 and Access at my home (still it is on the way).Then I copied all the stuff in a floppy and copied again at my office.At home everything is running smoothly.But when I start further development and tried to run it.But the error messages "project or object no found" are prompting for the format, trim,len functions.I checked the object browser everything is there in the list.
Last time I did the same thing,but no error .This time this kind of errors I am getting.Anyone is there to getrid of this.Please give me a solution.
Note:I have all the forms and the database in the same folder.
Thanks in advance for your advise
karun :confused:
-
Hey!!
this is a common prblem. Select the Project-> Reference. Then remove the references which are prefixed as 'MISSING'. Then Click Ok and again select Project -> reference. Then again select the references. All will work.
Cause: The activex objects' GUID are different in ur home computer & in ur office. Each time u compile the application, the GUID changes.
For further info contact [email protected]
-
Hey!!
this is a common prblem. Select the Project-> Reference. Then remove the references which are prefixed as 'MISSING'. Then Click Ok and again select Project -> reference. Then again select the references. All will work.
Cause: The activex objects' GUID are different in ur home computer & in ur office. Each time u compile the application, the GUID changes.
For further info contact [email protected]
-
Thank You very Much Friend,
It's all working without any problems.
Hatsoff to you
Thanks a lot
Karun ;)