C# reference for VB
Hi!
I'd like to use some C# codes in my VB.Net 2002 project. I've been told to compile the C# code and reference it to VB unfortunately I really dont know how to. I have the C# project and I tried "Add reference", but it doesn't work.
I tried converting the C# code to VB but it did not work the way it does in C#.
Care to shove/kick me into the right direction?
[403 byte] By [
Kaberto] at [2008-1-10]
Did you try a C# to VB converter? One is available at:
www.tangiblesoftwaresolutions.com
Otherwise, post the code here if it's not too lengthy and maybe someone can help out.
If the C# code references the same .Net versions as the VB code and the C# code contains no unsafe code, VB code equivalent to the C# code can be generated. Why don't you just compile the C# code as dll's and reference them from VB?