I am using reflector to disassemble on of my companys projects so that one of our departments can speak to our headquarters in germany intellegently. I have successfully completeted my task other than the following issue.
whenever a resource image or anything referring to the manager
ComponentResourceManager manager = new ComponentResourceManager(typeof(PalletPlacesUserControl));
is executed
this.cmdSpreading.Image = (Image) manager.GetObject("cmdSpreading.Image");
i end up with an error because manager is null.