I merged some dll files together and now my code that would find classes in one of the merged dll files cannot see the custom attributes I had on them. It can find all the classes fine but the attributes are missing. Any ideas how I can remedy this?
Edit: Further investigating show that the attributes are on the class but the Guid for the type is different than the original so GetCustomAttribute cannot find it.