Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Problem loading Server.vbp [RESOLVED]


FlatlanD
 Share

Recommended Posts

**[Growlith1223](http://www.touchofdeathforums.com/community/index.php?/user/70376-growlith1223/) - I tried doing this but still same**

**[Slasher <>,…,<>](http://www.touchofdeathforums.com/community/index.php?/user/50970-slasher/) - I think problem isn't in vb6, because it opens EO with no code edited fine**
Link to comment
Share on other sites

> I know that this topic is a bit old but you didn't update the post if you have it working or not. If you do nice I would like to post another solution to this problem if someone else runs across the same issue.
>
> Open you .vbp file in notepad and find this line.
>
> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; MSCOMCTL.OCX
>
> See the 2.0 in that line if it is 2.0 on yours as well then change it to 2.1
>
> If you have 2.1 then change it to 2.0 or if you don't want to guess check the ocx version that is currently installed but the most common versions are those two then just save the notepad and open your project the regular way.
>
> Good Luck

I already posted this somewhere else try that.
Link to comment
Share on other sites

To install vb6 on windows 7, run it with elevated privileges or disable UAC for the installation process.

To fix your error, it's refering to a missing or corrupt Mircrosoft Common Controls SP6 active x control.

You can try to regsvr the file and see if that fixes your issue

On win xp

1\. Start

2\. Run

3 type in regsvr32 /u mscomctl.ocx

On win 7

1\. Stat

2\. Type in cmd

3\. Right click cmd and run as admin

4\. Change directory to your windows\syswow64 directory

5\. Then regsvr32 /u mscomctl.ocx
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...