Jump to content
Xtreme .Net Talk

No Protected visibility from Libraries


Recommended Posts

Posted

If your class library (compiled to DLL - not COM) has a Protected level procedure, it can not be accessed from a derived class

 

this seems like a bug to me

 

I understand that Friend is not allowed since any client of the library has to be from a different project

 

but Protected allows visibility from other projects ... nicht va?

Posted
thanks - I was just Dimming the class library and not inheriting it in another class - well I'm making some progress ....

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...