"Sam Santiago" wrote:
> I have seen similar behavior if you are using integrated SourceSafe with
> VStudio. Someone removes a reference, but somehow after another developer
> checks in the project the reference is re-established. You might want to
> simply load your project file into Notepad and examine the references that
> way. The project file is simply an XML file, so it's not a problem to view
> that way. I have deleted references via Notepad in the past with no
> problems.
>
> Thanks,
>
> Sam
>
> --
> _______________________________
> Sam Santiago
> ssantiago@n0spam-SoftiTechture.com
>
http://www.SoftiTechture.com > _______________________________
> "LisaConsult" <lisaconsult@online.nospam> wrote in message
> news:3EF5D287-B57A-417F-903F-A48703E4A932@microsoft.com...
> > Thanks to all for the reply. I finally figured out the error although I'm
> a
> > bit confused by it. Here's the deal: When we started the project one
> > developer brought in the AX control PolarZipLight. .Net named the control
> > AXPolarZipLight. However at somepoint when the control wasn't found on my
> > machine (we are not all on the same network so we "passed" the project
> > around), it could not find AXPolarZipLight, so I pulled it from my
> machine,
> > but .Net brought it in as PolarzipLight (no AX) (First question....Why?).
> > Somewhere in the process of passing the project, we noticed that there
> were 2
> > so we got rid of PolarZipLight and just kept AXPolarZipLight because the
> AX
> > referenced one was the one actually named in the project. But, evidently
> > although it was not reference in the project references, the compile was
> > still using PolarZipLight (no AX). How do I know and how did I find such
> a
> > crazy thing!?! Well, after trying several things (built HelloWorld app
> for
> > computer and slowly added components) I still couldn't find the problem
> and
> > in a point of desperation I put a Try..Catch in the InitializeComponents
> > routine of the form. You can't view a form with that in there, but it
> does
> > compile and it gave me the tiny bit of insight that I needed. I thought
> ..net
> > was supposed to resolve all of our DLL troubles! I found this more
> > mysterious than dealing with an out of version DLL. Anyway, I'm still not
> > sure how to resolve this so that it compiles and uses the AXPolarZipLight
> > reference rather than the other. Any one run across this? Thanks for all
> > the suggestions.
>
>