Ambiguos class name

Posted by Pedro Dias on Stack Overflow See other posts from Stack Overflow or by Pedro Dias
Published on 2010-04-29T16:11:13Z Indexed on 2010/04/29 16:17 UTC
Read the original article Hit count: 330

Filed under:
|
|
|
|

Hello

If have a new project (ProjNew ) where i want to put several classes, that are on other project (ProjOld).

The problem is i want to maintain the old classes marked with Obsolete to avoid running all my projects and check if they using it.

But in that way this may throw a ambiguos class name error because i didn't explicity call by namespace..

There is an way to say in the obsolete what assymbly to use in ambiguity case=

© Stack Overflow or respective owner

Related posts about c#

Related posts about ambiguous