Hi, I have two projects, one written with vb.net and one with c#, I would like to use the vb.net one more as a Class and make the c# project the 'main' one. I have already read that In order to do that I need to compile the vb.net project as a dll and import that dll into the C# project. I am having hard times making it work. Does anyone know how do I import the dll and use the functions that are implemented in the dll? Thanks.