Home All Groups Group Topic Archive Search About

Problem with visual inheritance

Author
20 Mar 2006 10:19 AM
nadavdolinsky
hi
I had some problem when inherit form from .Dll.
Error message:
Unable to add reference 'appname' to the current application. Check
that a different version of 'appname' is not already referenced.
I tried to set the property of the referenced dll to copy local = false
I removed the reference
but still I got the same message.

Author
20 Mar 2006 10:45 AM
Tanja Krammer
You already have the reference with the same name in the project.Remove it,
and then add the new one once more.


<nadavdolin***@gmail.com> schrieb im Newsbeitrag
Show quoteHide quote
news:1142849984.498924.156760@i39g2000cwa.googlegroups.com...
> hi
> I had some problem when inherit form from .Dll.
> Error message:
> Unable to add reference 'appname' to the current application. Check
> that a different version of 'appname' is not already referenced.
> I tried to set the property of the referenced dll to copy local = false
> I removed the reference
> but still I got the same message.
>
Author
20 Mar 2006 10:56 AM
nadavdolinsky
I have only one reference to the dll when I remove it the solution not
compiled also when i Remove the reference and try to add inherited form
automaticlay the referenced added to the project and still I got the
same error