Why Does DotNetNuke TextEditor Control Break After Editing Module .ascx File -
when building custom module dotnetnuke, have run annoying issue whenever need edit .ascx control makes use of dotnetnuke texteditor control.
if make change .ascx file, control's designer file reverts control's definition system.web.ui.usercontrol after change made. if manually change definition dotnetnuke.ui.usercontrols.texteditor, can build until make change in .ascx control again. have searched dnn forums , stack overflow, have not found solution problem.
after searching, have found answer via following post:
designer.cs issues using user control in visual studio
basically, move "texteditor" entries placed in "designer.cs" file code behind file. once done, can edit .ascx controls without annoying need manually edit "designer.cs" files repeatedly.
Comments
Post a Comment