Problem with visual inheritance

  • Thread starter Thread starter nadavdolinsky
  • Start date Start date
N

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.
 
You already have the reference with the same name in the project.Remove it,
and then add the new one once more.
 
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
 
Back
Top