> Just doing it would require full regression testing, would it not? > I don’t suppose there is a simple way to check if any non compliant old > DLLs are used? >
Okay, too big to easily test. If it was mine, I suppose I'd first run searches for [DllImport] attributes and similar things in the System.Runtime namespace. Then I'd look through the project references and the bin folder and try to identify anything unusual --* GK* >
