When used against a sl 5 assembly, a fileNotFoundException is thrown when a test fails.
I tried recompiling to SL5, and there's an errror in the GenerateHandler method of the EventHandlerFactory. the DynamicMethod constructor that is being used is not supported in SL5. I removed the module from this, and all the tests are running correctly.
The problem is that I am not sure if I broke something, as I don;t understand the code I touched.
Comments: You're right. But it only happens when you actually compile the Silverlight version of FA in SL5. The code that you are referring to isn't even called at runtime, so normally it shouldn't be a problem at all. Are you sure the FileNotFoundException is caused by this specific issue?
I tried recompiling to SL5, and there's an errror in the GenerateHandler method of the EventHandlerFactory. the DynamicMethod constructor that is being used is not supported in SL5. I removed the module from this, and all the tests are running correctly.
The problem is that I am not sure if I broke something, as I don;t understand the code I touched.
Comments: You're right. But it only happens when you actually compile the Silverlight version of FA in SL5. The code that you are referring to isn't even called at runtime, so normally it shouldn't be a problem at all. Are you sure the FileNotFoundException is caused by this specific issue?