London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Recompile admin?

Vote:
 
I'm looking at extending the admin interface, and in stead of doing a lot of work (more work that is... ) I'm thinking about adding a feature to EditForumControl.ascx. By including this file in my project and compiling it I get lots of errors, and the component is compiled in my DLL. Is there a sensible way to solve this, by recompiling the admin DLL in some way, or naming/namespacing the EditForumControl control in my project?
#28046
Feb 18, 2009 11:11
Vote:
 
If you change the Inherits and CodeBehind attributes in the "<%@ Control"-statement in EditForumControl.ascx to a custom class which inherits EPiServer.Community.Web.Administration.EditForumControl it should work. An upgrade may break the changes though as EditForumControl.ascx might be updated.
#28067
Feb 18, 2009 16:56
This thread is locked and should be used for reference only. Please use the Legacy add-ons forum to open new discussions.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.