954,228 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Error while running VB6 application in Windows XP and Windows 2003 server

Hi,

When I run an application written using VB6 and MS Access 2000 in Windows XP and Windows 2003 server,the system will prompt illegal operation (sslstbar.ocx, ssdw3a.ocx and ssdw3b.ocx) and the program will hang.

Hope anyone can guide me to resolve this problem soonest possible.

Your help are really appreciated.

Thanks.

YKC

ykc
Newbie Poster
1 post since Jul 2004
Reputation Points: 10
Solved Threads: 0
 

HI

are you executing the exe file or code in XP System

maheshsayani
Light Poster
45 posts since Jul 2006
Reputation Points: 10
Solved Threads: 2
 

You should make sure that those OCX file are the latest versions (up to date). It's possible that your app is working with an earlier or later version than what is on the system.... and as maheshsayani was saying, are you running the EXE?

Comatose
Taboo Programmer
Team Colleague
2,910 posts since Dec 2004
Reputation Points: 361
Solved Threads: 215
 

Hi,
many of the third party controls wont be in the system which is not having vb. You have to register that .ocx files into the system so that they will not give error while running

here is the way to register the ocx files
regsvr32 sstab.ocx

procedure to register
click start -> run
on popup will come. then type regsvr32 and drag the name.ocx in that click ok

your problem will solve. If you use setup, that is a different procedure.
Have a nice day.
Naresh

nareshPenneti
Newbie Poster
2 posts since Jul 2006
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You