-
I'm trying to install VB6 and the installation fails because it cannot register MSCAL.OCX. I am logged in as administrator and have tried to register mscal.ocx manually, however, nothing works.
Please help! I'm dead in the water right now!
Thanks,
Joe
-
-
I've tried REGSVR32. It will not register.
-
I had a problem that sounds familiar to this. It was just 1 1/2 years ago. I discovered that the order that I loaded the controls is what was screwing everything up. It was really stupid, on the project I was working on I had DAO, common dialog and the calendar and a couple others. For that project it just wouldn't work. I tested it by making a new project just using the calendar, and it worked. So I removed all extra controls and references. Then I seleted the calendar control and it worked. Then I added the others and it still worked. I'm not sure if it's the same problem you're having or even if we're talking about the same thing but I thought I'd mention it.