I have two CLR projects, now I want to use clr classes defined in one clr
project in another clr project, but I got link error.
anyone knows how to get this problem fixed
any idea will be appreciated, thanks in advance.
-Ronnie
Ronnie - 28 Mar 2008 06:12 GMT
I have gotten it fixed by add a reference to another CLR project and make
sure the clr classes you would like to use is public.
> I have two CLR projects, now I want to use clr classes defined in one clr
> project in another clr project, but I got link error.
[quoted text clipped - 3 lines]
>
> -Ronnie