Hi I have a problem that I am trying to solve. In my database there are classes that only have a transient lifetime. Currently these have a map file, and I would like to get rid of them. Clearing the map file a class in Dev is easy enough, however when the class is extracted and loaded into Test, th...