Failed to create component 'AxHost'. How to remove reference?

I'm using VS2005 Beta2 with a VB windows-application project. Within the project I would like to use a VB6-OCX. The first time I place an UserControl (that is provided by the ocx) on a form allthing works fine. Then, when I recompile the ocx for some reason I have no chance to use the the ocx anymore in my project. If I start a new VB project I can use the newer ocx without problems. Just the old project is not able to use that newer ocx. Whatever I do.
I guess the recompiled ocx itself is not the problem. I have compiled it in VB6 with project compability, but I also tried it with no version compability.
The following error message occurs if I try to place a user control of the ocx onto a form:
Failed to create component 'AxHost'. The error mesage follows:
'System.Runtime.InteropServices.ComException (0x80004005): A reference to this type libraryalready exists. You mustremove the reference '<MyOCX>' before adding this one.
at System.Windows.Forms.Design.DocumentDesigner.AxToolboxItem.CreateComponentsCore(IDesignerHost host)
at System.Drawing.Design.ToolboxItem.CreateComponentsCore(IDesignerHost host, IDictionary defaultValue)
.
.
.

I tried to remove the reference from the toolbox. It disappeared. Then I tried to create the new reference what also worked fine. But as soon as I want to put the user control onto the form the error message occurs.
Are there any other references that I have to remove? Do I do anything wronng? Is this a bug in VS2005 Beta2 or even a strange feature of VS2005?
[1608 byte] By [RobertSchneider] at [2007-12-16]
# 1
Okay, I found it out.
I have to remove the references from the project that can be found in the Project Properities -> References.
RobertSchneider at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms Designer...