Hi
i try to use two projects in the same solution.
But i can't pass from my first project to my second project !
In my first project i use :

dim Mytest as new projectTwo.xxx

and i have that message "projectTwo.xxx is not defined"
Do i need any imports or whatever ?

Thanks.