c# - menucommandservice with basicdesignerloader -
i'm working on project user can add/edit controls surface described here here
everything works fine editing , saving. i'm using basicdesignerloader instead of codedomdesignerloader since not want generate vb or c# code rather load , save xml.
for reason, menucommandservice not work basicdesignerloader. it'll work fine though if change codedomdesignerloader xml part gets quirky.
has found way able use menucommandservice while under basicdesignerloader?
thanks in advance.
i'm working on similar project , start microsoft sample. http://support.microsoft.com/default.aspx?scid=kb;en-us;813808 serialize in xml not use basicdesignerloader (it implements designerloader inheriting designerloader). after fixes on contextmenu works fine (main bug chaching last context menu).
actually, in implementation of designerloader there several service registrations. in basicdesignerloader something's missing...
Comments
Post a Comment