I have a VB.NET class, I added it to a C# project and I tried to make an instance of that class in C#.....
I'm getting this error: "The type or namespace name 'Resizer' could not be found (are you missing a using directive or an assembly reference?)"

Rezier is the name of my VB class and this is my code:
Resizer a;


I dont even know if this is possible or not I just gave it a try....so is it possible? if so, what am I doing wrong?