﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>Enterprise Forms</title>
    <description>Blog contain entries related to Enterprise Forms</description>
    <link>http://www.longnhi.com/Blogs/tabid/174/BlogId/2/Default.aspx</link>
    <language>en-US</language>
    <webMaster>support@ethuongmai.com</webMaster>
    <pubDate>Thu, 09 Feb 2012 21:57:17 GMT</pubDate>
    <lastBuildDate>Thu, 09 Feb 2012 21:57:17 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.5.1.19887</generator>
    <item>
      <title>Error installing module on DNN5.3.1/5.4.1</title>
      <description>&lt;span id="dnn_ctr885_MainView_ViewEntry_lblEntry"&gt;&lt;span id="dnn_ctr885_MainView_ViewEntry_lblEntry"&gt;
&lt;p&gt;In recent weeks, we have  had a  number of customers reportings errors while installing   Enterprise Forms.  The error message is along the lines of the following&lt;/p&gt;
&lt;p&gt;&lt;span style="color: rgb(255, 0, 0);"&gt;ExceptionSystem.Collections.Generic.KeyNotFoundException:    The given key  was not present in the dictionary. at    System.ThrowHelper.ThrowKeyNotFoundException() at    System.Collections.Generic.Dictionary`2.get_Item(TKey key) at    DotNetNuke.Services.EventQueue.EventQueueController.GetSubscribers(String     eventName) at    DotNetNuke.Services.EventQueue.EventQueueController.SendMessage(EventMessage     message, String eventName) at    DotNetNuke.Services.Installer.Installers.ModuleInstaller.Commit() at    DotNetNuke.Services.Installer.Installers.PackageInstaller.Commit() at    DotNetNuke.Services.Installer.Installers.PackageInstaller.Install() at    DotNetNuke.Services.Installer.Installer.InstallPackages() at    DotNetNuke.Services.Installer.Installer.Install()&lt;/span&gt;&lt;/p&gt;
&lt;/span&gt;&lt;/span&gt;&lt;a href=http://longnhi.com/Blogs/tabid/174/EntryId/75/Error-installing-module-on-DNN5-3-1-5-4-1.aspx&gt;More...&lt;/a&gt;</description>
      <link>http://longnhi.com/Blogs/tabid/174/EntryId/75/Error-installing-module-on-DNN5-3-1-5-4-1.aspx</link>
      <comments>http://longnhi.com/Blogs/tabid/174/EntryId/75/Error-installing-module-on-DNN5-3-1-5-4-1.aspx#Comments</comments>
      <guid isPermaLink="true">http://longnhi.com/Blogs/tabid/174/EntryId/75/Error-installing-module-on-DNN5-3-1-5-4-1.aspx</guid>
      <pubDate>Mon, 10 May 2010 01:40:00 GMT</pubDate>
      <slash:comments>1</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=75</trackback:ping>
    </item>
    <item>
      <title>HOW TO FIX: “..requires a ScriptManager on the page.” error when using .Net v3.5</title>
      <description>&lt;p&gt;1.  Open Web.config file located in the DotNetNuke root folder&lt;/p&gt;  &lt;p&gt;2.  Locate line with “&lt;assemblyBinding” &lt;/p&gt;  &lt;p&gt;3.  Add the following immediately below that line&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;dependentAssembly&gt;     &lt;br /&gt;    &lt;assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35"/&gt;      &lt;br /&gt;    &lt;bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/&gt;      &lt;br /&gt;&lt;/dependentAssembly&gt;      &lt;br /&gt;&lt;dependentAssembly&gt;      &lt;br /&gt;    &lt;assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35"/&gt;      &lt;br /&gt;    &lt;bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0"/&gt;      &lt;br /&gt;&lt;/dependentAssembly&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;4.  Save changes and try accessing the application again&lt;/p&gt;  &lt;p&gt; &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;&lt;u&gt;Reference&lt;/u&gt;&lt;/strong&gt;:  &lt;a href="http://www.dotnetnuke.com/Community/Blogs/tabid/825/EntryId/1845/HOW-TO-FIX-requires-a-ScriptManager-on-the-page-Error-when-using-Net-3-5.aspx" target="_blank"&gt;HOW TO FIX: "requires a ScriptManager on the page" Error when using .Net 3.5&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/74/HOW-TO-FIX-ldquo-requires-a-ScriptManager-on-the-page-rdquo-error-when-using-asp-net-v3-5.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/74/HOW-TO-FIX-ldquo-requires-a-ScriptManager-on-the-page-rdquo-error-when-using-asp-net-v3-5.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/74/HOW-TO-FIX-ldquo-requires-a-ScriptManager-on-the-page-rdquo-error-when-using-asp-net-v3-5.aspx</guid>
      <pubDate>Wed, 28 Jan 2009 08:52:41 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=74</trackback:ping>
    </item>
    <item>
      <title>How to install in DNN 5.0</title>
      <description>&lt;p&gt;With the recent release of DotNetNuke version 5.0 the installer has somewhat changed significantly.  The following steps demonstrates how to install Enterprise Forms 5.0 in DotNetNuke 5.0 installer&lt;/p&gt;  &lt;p&gt;1.  Log in as Host or user with Super Users privilege.&lt;/p&gt;  &lt;p&gt;2.  From the Host menu select Module Definitions&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_2.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="205" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb.png" width="403" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;3.  Ensure you are in Page Edit mode before selecting Install Module from the module’s menu&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_6.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="83" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb_2.png" width="255" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_8.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="133" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb_3.png" width="302" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;4.  From the Install Package wizard, click on Browse to select an Enterprise Forms installable PA file then click on Next&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_12.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="282" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb_5.png" width="746" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;5.  The system will return with a message indicating the package containing files that are not in the system accepted list.  Select “Ignore File Restrictions” &lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_18.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="186" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb_8.png" width="501" border="0" /&gt;&lt;/a&gt;  &lt;/p&gt;  &lt;p&gt;6.  System will show a warning message upon selecting the “Ignore File Restrictions”.  Click on Browse to select an Enterprise Forms installable PA file then click on Next&lt;/p&gt;  &lt;p&gt;&lt;a href="http://www.longnhi.com/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_16.png"&gt;&lt;img title="image" style="border-right: 0px; border-top: 0px; display: inline; border-left: 0px; border-bottom: 0px" height="328" alt="image" src="/Portals/0/Blog/Files/2/73/WLW-HowtoinstallinDNN5.0_BFB0-image_thumb_7.png" width="747" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;7.  Click on the Next button to proceed to the end of the install wizard and complete the installation process.&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/73/How-to-install-in-DNN-5-0.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/73/How-to-install-in-DNN-5-0.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/73/How-to-install-in-DNN-5-0.aspx</guid>
      <pubDate>Sun, 18 Jan 2009 02:38:32 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=73</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature: Workflow Conditional Visibility</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/WorkflowConditionalVisiblity.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/72/Enterprise-Forms-5-0-Feature-Workflow-Conditional-Visibility.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/72/Enterprise-Forms-5-0-Feature-Workflow-Conditional-Visibility.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/72/Enterprise-Forms-5-0-Feature-Workflow-Conditional-Visibility.aspx</guid>
      <pubDate>Sun, 11 Jan 2009 08:49:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=72</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature: Reminder Notification</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/ReminderNotification.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/71/Enterprise-Forms-5-0-Feature-Reminder-Notification.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/71/Enterprise-Forms-5-0-Feature-Reminder-Notification.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/71/Enterprise-Forms-5-0-Feature-Reminder-Notification.aspx</guid>
      <pubDate>Sat, 10 Jan 2009 08:48:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=71</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature:  View Access Log</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/ViewAccessLog.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/70/Enterprise-Forms-5-0-Feature-View-Access-Log.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/70/Enterprise-Forms-5-0-Feature-View-Access-Log.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/70/Enterprise-Forms-5-0-Feature-View-Access-Log.aspx</guid>
      <pubDate>Fri, 09 Jan 2009 08:47:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=70</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature:  Template Usage Dashboard</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/TemplateUsageDashboard.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/69/Enterprise-Forms-5-0-Feature-Template-Usage-Dashboard.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/69/Enterprise-Forms-5-0-Feature-Template-Usage-Dashboard.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/69/Enterprise-Forms-5-0-Feature-Template-Usage-Dashboard.aspx</guid>
      <pubDate>Wed, 07 Jan 2009 08:45:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=69</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature: Form Template Views</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/FormTemplateViews.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/68/Enterprise-Forms-5-0-Features-Form-Template-Views.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/68/Enterprise-Forms-5-0-Features-Form-Template-Views.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/68/Enterprise-Forms-5-0-Features-Form-Template-Views.aspx</guid>
      <pubDate>Tue, 06 Jan 2009 08:43:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=68</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature: Print View changes</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/Printviewchanges.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/67/Enterprise-Forms-5-0-Features-Print-View-changes.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/67/Enterprise-Forms-5-0-Features-Print-View-changes.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/67/Enterprise-Forms-5-0-Features-Print-View-changes.aspx</guid>
      <pubDate>Mon, 05 Jan 2009 08:42:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=67</trackback:ping>
    </item>
    <item>
      <title>Enterprise Forms 5.0 Feature: Multi-template Support</title>
      <description>&lt;p&gt;For more information on the feature refer to &lt;a href="http://www.longnhi.com/ProductInformation/Features/Versions/050000/MultitemplateSupport.aspx"&gt;here&lt;/a&gt;&lt;/p&gt;</description>
      <link>http://www.longnhi.com/Blogs/tabid/174/EntryId/66/Enterprise-Forms-5-0-Features-Multi-template-Support.aspx</link>
      <comments>http://www.longnhi.com/Blogs/tabid/174/EntryId/66/Enterprise-Forms-5-0-Features-Multi-template-Support.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.longnhi.com/Blogs/tabid/174/EntryId/66/Enterprise-Forms-5-0-Features-Multi-template-Support.aspx</guid>
      <pubDate>Sun, 04 Jan 2009 08:41:00 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.longnhi.com/DesktopModules/Blog/Trackback.aspx?id=66</trackback:ping>
    </item>
  </channel>
</rss>
