[Mono-list] Accessing one class from another

Chris Howie cdhowie at gmail.com
Wed Dec 17 12:43:30 EST 2008


On Fri, May 2, 2008 at 9:33 AM, Paul <paul at all-the-johnsons.co.uk> wrote:
> Hi,
>
> I have an application which is causing me a small headache (too much
> code, not enough rest syndrome!).
>
> [snip]
>
> All source is in the same namespace (marker).

I'd verify this TBH.  I've found that some MD-generated classes are in
the root namespace, and I have to add a namespace{} block around them.
 If that's not the case then...

* Are they in separate assemblies?
* Are you sure both classes are in the project and are set to compile?

-- 
Chris Howie
http://www.chrishowie.com
http://en.wikipedia.org/wiki/User:Crazycomputers


More information about the Mono-list mailing list