extern alias with same assembly file name
问题 I have a problem that could be viewed as an extension of this question in which the user is having problems with external aliases not working. The variation I am experiencing is that the two projects output the same file name. The first (we'll call Legacy since it's the older version) contains classes which have been binary-serialized. The second ( Current ) is the next version of my domain. I'm trying to create a conversion library ( Compatibility ) which will map Legacy to Current for use