From: Mr. X. on
Hello.
I have created class library (add -> new project -> class library.
wrote some public function on class,
such as Public Shared Function myfunction return integer.
, and want to use some of my function.

I do in code :
imports myLib

and I cannot access myClass (class is declared : Public Class myClass).

What is wrong, and how can I use the classes on class library?

Need sample, please.

Thanks :)
From: Mr. X. on
Solved.
Sorry, it was wrong old dll on my folder.

Thanks, anyway.