Greetings, I have a model that contains a Bitmap/Image property and BLToolkit throws an exception when it tries to .CreateInstance() that model. Specifically its the fact the Bitmap doesn't have a public constructor. Is there a way to configure BLToolkit to tell it how to build a new Bitmap/Image or how do I handle this situation?
Could not build the 'Picture' property of the 'Joystick.BOL.Models.ModuleArt.ArtPictureModel' type: type 'System.Drawing.Bitmap' has to have public default constructor.
Greetings, I have a model that contains a Bitmap/Image property and BLToolkit throws an exception when it tries to .CreateInstance() that model. Specifically its the fact the Bitmap doesn't have a public constructor. Is there a way to configure BLToolkit to tell it how to build a new Bitmap/Image or how do I handle this situation?
Could not build the 'Picture' property of the 'Joystick.BOL.Models.ModuleArt.ArtPictureModel' type: type 'System.Drawing.Bitmap' has to have public default constructor.