Hi, I downloaded your sample module for the Text Versioner to give it a try before buying, however when I use the "Edit Text" button, I get an exception. I pasted the trace at the end of this post.
I am running DNN 4.5 with default text editor provider.
- Wilson Lilburne
Error: Edit Text/HTML is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: Failed to map the path '/App_LocalResources/.ascx.resx'. ---> System.InvalidOperationException: Failed to map the path '/App_LocalResources/.ascx.resx'. at System.Web.Hosting.HostingEnvironment.MapPathActual(VirtualPath virtualPath, Boolean permitNull) at System.Web.Hosting.HostingEnvironment.MapPathInternal(VirtualPath virtualPath) at System.Web.VirtualPath.MapPathInternal() at System.Web.HttpRequest.MapPath(VirtualPath virtualPath, VirtualPath baseVirtualDir, Boolean allowCrossAppMapping) at System.Web.HttpRequest.MapPath(VirtualPath virtualPath) at System.Web.HttpRequest.MapPath(String virtualPath) at System.Web.HttpServerUtility.MapPath(String path) at DotNetNuke.Services.Localization.Localization.LoadResource(Hashtable target, String language, String cacheKey, String ResourceFile, CustomizedLocale CheckCustomCulture, PortalSettings objPortalSettings) at DotNetNuke.Services.Localization.Localization.GetResource(String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage) at DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot, PortalSettings objPortalSettings, String strLanguage, Boolean disableShowMissingKeys) at DotNetNuke.Services.Localization.Localization.GetString(String name, String ResourceFileRoot) at TradewindsTechnologies.DNN.Modules.HtmlArchive.EditHtml..ctor() at ASP.desktopmodules_htmlarchive_edithtml_ascx..ctor() at __ASP.FastObjectFactory_app_web_ilpu0k9e.Create_ASP_desktopmodules_htmlarchive_edithtml_ascx() at System.Web.Compilation.BuildResultCompiledType.CreateInstance() at System.Web.UI.TemplateControl.LoadControl(IWebObjectFactory objectFactory, VirtualPath virtualPath, Type t, Object[] parameters) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) --- End of inner exception stack trace --- |