MyApp uses a class that is derived from an ActiveX control. Everything works fine on the dev box, but on the test box I get this when I call CreateControl() on an instance of the class.
Could not load file or assembly 'MyApp.XmlSerializers' or one of its dependencies. The system cannot find the file specified.
It seems that I am missing something on the test system, but I don't know what. I tried looking for 'XmlSerializers' in the Class and Object browsers, but I find nothing. I looked for a MyApp.XmlSerializers.dll on the working dev box, but there isn't one, so not finding it on the non-working test box isn't a surprise.
How do I chase this down?
Dave