C# DLL in VB.NET Project??

  • Thread starter Thread starter pbd22
  • Start date Start date
P

pbd22

Hi.

I want to use a DLL from a c sharp project but I
am coding in VB.NET. Is this possible?

Thanks.
 
Yes. it is possible. You can add reference to C# dll directly or use inter
project reference. you can have a solution which is mixture of c# and vb.net
projects
 
Back
Top