Hello,
Just a little heads up. mcs now checks the the access levels of referenced types so you can no longer reference private or internal types from an external assembly. Internal is the default access level for a type so if you have a type with no access level specified and you are referencing it from an external assembly you will now get this error: "<typename> is inaccessible because of its protection level"
_________________________________________________________________
The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
_______________________________________________
Mono-list maillist - [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/mono-list
- Re: [Mono-list] mcs now checks access levels Jackson Harper
- Re: [Mono-list] mcs now checks access levels Martin Baulig
- RE: [Mono-list] mcs now checks access levels Piers Haken
- RE: [Mono-list] mcs now checks access lev... Gonzalo Paniagua Javier
