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

Eclipse worlds cannot edit source


Percipience
 Share

Recommended Posts

hey! so i open Project.vbg and I get:

>! ![](http://i.gyazo.com/bc34fe078199e586f98bea930f56ae5a.gif)
and errors occured during load continues until the project loads.

Then I try and compile:

>! ![](http://i.gyazo.com/5ba37a7fb7ab8afcd7e5ae23650dbb95.gif)

PLEASE HELP!
Link to comment
Share on other sites

Try reinstalling VB6 also download the VB6 Service Pack 6\. I was getting VB6 errors when loading up ANY project and I downloaded VB6 Service Pack 6 and it worked!

To download VB6 Service Pack 6 click [here](http://www.microsoft.com/en-ca/download/details.aspx?id=5721).
Link to comment
Share on other sites

> Try reinstalling VB6 also download the VB6 Service Pack 6\. I was getting VB6 errors when loading up ANY project and I downloaded VB6 Service Pack 6 and it worked!
>  
> To download VB6 Service Pack 6 click [here](http://www.microsoft.com/en-ca/download/details.aspx?id=5721).

Tried it, it didn't work…
Link to comment
Share on other sites

Easy fix. Edit your client.vbp or server.vbp with notepad and change this

```

Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; mscomctl.ocx
```
to this

```

Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx
```
Link to comment
Share on other sites

> Easy fix. Edit your client.vbp or server.vbp with notepad and change this
>
> ```
>
> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; mscomctl.ocx
> ```
> to this
>
> ```
>
> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx
> ```

Nigga you a life saver! Thank you so much!
Link to comment
Share on other sites

I had the same problem. Here's what I did to fix it:

1. Run Command Prompt as administrator.
2. Enter 'cd "C:\Windows\System32"' for 32-bit systems or 'cd "C:\Windows\SysWOW64"' for 64-bit systems.
3. Enter 'regtlib msdatsrc.tlb'.

This is implying that you have MSCOMCTL.OCX registered.
Link to comment
Share on other sites

@[member="Harris"] I did that long time ago and it worked for me.

There can be more reasons why you get this error : Try to uninstall IE 10 or 11.

Also try:

> Easy fix. Edit your client.vbp or server.vbp with notepad and change this
>
> ```
>
> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.1#0; mscomctl.ocx
> ```
> to this
>
> ```
>
> Object={831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0; mscomctl.ocx
> ```

And :

> I had the same problem. Here's what I did to fix it:
>
> 1. Run Command Prompt as administrator.
> 2. Enter 'cd "C:\Windows\System32"' for 32-bit systems or 'cd "C:\Windows\SysWOW64"' for 64-bit systems.
> 3. Enter 'regtlib msdatsrc.tlb'.
>
> This is implying that you have MSCOMCTL.OCX registered.
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...