Interoperatablity in c# and vb. Case Sensitivity issue.

S

Sugandh Jain

I have a class implented in a c# dll which has two different properties of
same name Say "A" and "a".
Now, is their any way to use any one or both of these properties of this
class in a vb.net project.

because it will give the following error

Error 2 'A' is ambiguous because multiple kinds of members with this name
exist in class 'ClassLibrary3.Class1'

So, is their a way out.. there is no way i can touch the class A code.

Regards,
Sugandh
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top