Ambiguos class name
- by Pedro Dias
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=