Designer Issues
-
Hello, I have been making some custom controls and dialogs that utilize several assemblies that I have created. When I try to use the Desinger to modify the dialogs/controls, I get an error that states the designer is unable to load "one or more of the requested types. Retrieve the LoaderExceptions property for more information." However, if I create the controls or open the dialogs in an application I don't have any problems. Does anybody have some suggestions as to why the Designer isn't able to load my objects but if I dynamically create them there is no issues? Thanks, Eric
-
Hello, I have been making some custom controls and dialogs that utilize several assemblies that I have created. When I try to use the Desinger to modify the dialogs/controls, I get an error that states the designer is unable to load "one or more of the requested types. Retrieve the LoaderExceptions property for more information." However, if I create the controls or open the dialogs in an application I don't have any problems. Does anybody have some suggestions as to why the Designer isn't able to load my objects but if I dynamically create them there is no issues? Thanks, Eric
Hi, anything like the problem I was having - see below? Here the problem was that the control was looking for application configuration information from the Load event handler. Alternatively, could you be trying to use your own controls that VS can't find the assemblies for? Kev