When trying to click on a mobile device in the exchange module I get the following. In addition its not actually removing the device when the trash button is clicked.
<div style="height:300px;overflow:auto;">Control '~/DesktopModules/SolidCP/ExchangeServer/ExchangeMailboxMobileDetails.ascx' could not be loaded: System.Web.HttpParseException (0x80004005): Type 'System.Web.UI.WebControls.Localize' does not have a public property named 'OnClientClick'. ---> System.Web.HttpParseException (0x80004005): Type 'System.Web.UI.WebControls.Localize' does not have a public property named 'OnClientClick'. ---> System.Web.HttpException (0x80004005): Type 'System.Web.UI.WebControls.Localize' does not have a public property named 'OnClientClick'. <br> at System.Web.UI.ControlBuilder.FillUpBoundPropertyEntry(BoundPropertyEntry entry, String name) <br> at System.Web.UI.ControlBuilder.AddBoundProperty(String filter, String name, String expressionPrefix, String expression, ExpressionBuilder expressionBuilder, Object parsedExpressionData, Boolean generated, String fieldName, String formatString, Boolean twoWayBound, Boolean encode, Int32 line, Int32 column) <br> at System.Web.UI.ControlBuilder.ProcessImplicitResources(ParsedAttributeCollection attribs) <br> at System.Web.UI.ControlBuilder.PreprocessAttributes(ParsedAttributeCollection attribs) <br> at System.Web.UI.ControlBuilder.Init(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs) <br> at System.Web.UI.ControlBuilder.CreateBuilderFromType(TemplateParser parser, ControlBuilder parentBuilder, Type type, String tagName, String id, IDictionary attribs, Int32 line, String sourceFileName) <br> at System.Web.UI.ControlBuilder.CreateChildBuilder(String filter, String tagName, IDictionary attribs, TemplateParser parser, ControlBuilder parentBuilder, String id, Int32 line, VirtualPath virtualPath, Type& childType, Boolean defaultProperty) <br> at System.Web.UI.TemplateParser.ProcessBeginTag(Match match, String inputText) <br> at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) <br> at System.Web.UI.TemplateParser.ProcessException(Exception ex) <br> at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) <br> at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) <br> at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) <br> at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) <br> at System.Web.UI.TemplateParser.Parse() <br> at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() <br> at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) <br> at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() <br> at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() <br> at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) <br> at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) <br> at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate) <br> at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate) <br> at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) <br> at SolidCP.WebPortal.DefaultPage.AddModuleToContentPane(Control pane, PageModule module, String ctrlKey, Boolean editMode)</div>
Hello,
I have fixed both in my recent commit.
i will push out v1.1.2 later this week (either thursday or friday) which contains this bug fix and quite a few other bugs that been fixed since v1.1.1
Regards,
Marco
does this include not being able to remove/delete the mobile device?
yes, thats included.