hi. i have a solution with two project folders in it:
solution1 (namespace MyName)
---project1 (myctl.cs)
---project2 (myfile.cs)
project 1 has a control in it that is called from
project 2. the reference outside of the immediate
project gives me an error:
The type or namespace name 'myctl' does not exist in the class or namespace 'MyName' (are you missing an assembly reference?)
how do i include solution class files that are not
in the immediate project folder?
thanks in advance,
peter
solution1 (namespace MyName)
---project1 (myctl.cs)
---project2 (myfile.cs)
project 1 has a control in it that is called from
project 2. the reference outside of the immediate
project gives me an error:
The type or namespace name 'myctl' does not exist in the class or namespace 'MyName' (are you missing an assembly reference?)
how do i include solution class files that are not
in the immediate project folder?
thanks in advance,
peter