I have assembly activity that reflects one of our libraries to compare it with a domain definition. During reflection, when I try to flip Uri, it returns as RunTimePropertyInfo instead of Uri, and whenever I check any of the reflected properties, I get an exception message ...
"Could not load file or assembly 'System, Version=2.0.5.0, culture=neutral, publickeytoken=7cec85d7bea7798e, retargetable=yes"
Build activity is compiled using System.dll version 4.0.0.0. I suspect this is a problem. Is there a way to reflect the type of the old version of System.dll.
So far, this has only failed with Uri. Any ideas?
source share