DNN Forums

Ask questions about your website to get help learning DNN and help resolve issues.

500 error?? Could+not+load+type+%27DotNetNuke.Services.ImprovementsProgram.IBeaconService

Sort:
You are not authorized to post a reply.





New Around Here





    I have a site that was working fine earlier today.  I did not make any code updates to the site.

    I have been making some updates over the past few days.  However, I did not make any changes between this morning and now.

    I was trying to open a page in admin mode for editing, and nothing would happen.  Then it went to a 500 error.

    This site runs fine on my QAT server, I have verified the same code is running on that server.

    I get this in the URL

    https://navigator.ostwo.c...ll%27.&content=0

    The log.resources file start like this
    ============================================================================

    2021-09-29 01:02:00,866 [EC2AMAZ-H1JE4B1][Thread:1][ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for DotNetNuke.AccessDataProvider, Version=2.0.1.16001, Culture=neutral, PublicKeyToken=null, see exception for details 
    - LoaderException: Could not load type 'DotNetNuke.DataProvider' from assembly 'DotNetNuke, Version=9.9.0.0, Culture=neutral, PublicKeyToken=null'.
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at DotNetNuke.DependencyInjection.Extensions.TypeExtensions.SafeGetTypes(Assembly assembly, ILog logger)
    2021-09-29 01:02:00,881 [EC2AMAZ-H1JE4B1][Thread:1][ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for DotNetNuke.Authentication.ADSIProvider, Version=3.2.2.21388, Culture=neutral, PublicKeyToken=null, see exception for details 
    - LoaderException: Could not load type 'DotNetNuke.Security.Authentication.AuthenticationProvider' from assembly 'DotNetNuke, Version=9.9.0.0, Culture=neutral, PublicKeyToken=null'.
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()
       at DotNetNuke.DependencyInjection.Extensions.TypeExtensions.SafeGetTypes(Assembly assembly, ILog logger)
    2021-09-29 01:02:00,881 [EC2AMAZ-H1JE4B1][Thread:1][ERROR] DotNetNuke.Web.DependencyInjectionInitialize - Unable to configure services for DotNetNuke.DNNScheduler.AccessDataProvider, Version=1.0.1607.24926, Culture=neutral, PublicKeyToken=null, see exception for details 
    - LoaderException: Could not load file or assembly 'DotNetNuke.DNNScheduler, Version=2.1.0.22236, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
    System.Reflection.ReflectionTypeLoadException: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
       at System.Reflection.RuntimeModule.GetTypes(RuntimeModule module)
       at System.Reflection.RuntimeModule.GetTypes()
       at System.Reflection.Assembly.GetTypes()

    =====================================================
    and the last errors in the log
    =====================================================

    2021-09-29 01:08:58,312 [EC2AMAZ-H1JE4B1][Thread:7][ERROR] DotNetNuke.Services.Exceptions.Exceptions - DotNetNuke.Services.Exceptions.PageLoadException: Could not load type 'DotNetNuke.Services.ImprovementsProgram.IBeaconService' from assembly 'DotNetNuke, Version=9.9.0.0, Culture=neutral, PublicKeyToken=null'. ---> System.TypeLoadException: Could not load type 'DotNetNuke.Services.ImprovementsProgram.IBeaconService' from assembly 'DotNetNuke, Version=9.9.0.0, Culture=neutral, PublicKeyToken=null'.
       at Dnn.PersonaBar.Library.Containers.PersonaBarContainer.GetConfigration(PortalSettings portalSettings)
       at Dnn.PersonaBar.Library.Containers.PersonaBarContainer.GetConfiguration()
       at Dnn.PersonaBar.UI.UserControls.PersonaBarContainer.get_PersonaBarSettings()
       at ASP.desktopmodules_admin_dnn_personabar_usercontrols_personabarcontainer_ascx.__RenderPersonaBarPanel(HtmlTextWriter __w, Control parameterContainer) in e:\APPS\Navigator\wwwroot\DesktopModules\Admin\Dnn.PersonaBar\UserControls\PersonaBarContainer.ascx:line 26
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
       at System.Web.UI.WebControls.WebControl.RenderContents(HtmlTextWriter writer)
       at System.Web.UI.WebControls.WebControl.Render(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
       at System.Web.UI.Control.Render(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.HtmlControls.HtmlForm.RenderChildren(HtmlTextWriter writer)
       at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
       at System.Web.UI.HtmlControls.HtmlForm.Render(HtmlTextWriter output)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.HtmlControls.HtmlForm.RenderControl(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
       at System.Web.UI.HtmlControls.HtmlContainerControl.Render(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children)
       at System.Web.UI.Control.RenderChildren(HtmlTextWriter writer)
       at DotNetNuke.Framework.PageBase.Render(HtmlTextWriter writer)
       at DotNetNuke.Framework.DefaultPage.Render(HtmlTextWriter writer)
       at System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer, ControlAdapter adapter)
       at System.Web.UI.Control.RenderControl(HtmlTextWriter writer)
       at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
       --- End of inner exception stack trace ---
     

     

    Any suggestions where to start would be appreciated.

     

     






    Veteran Member





      did you check files in /in folder and make sure, dotnetnuke.dll and other dll files are still in place?
      Did you restart the IIS app pool?





      New Around Here





        Sebastain,
        I did check that. I also copied the files from the 9.9 upgrade into the in directory again to insure all of the 9.9 version of the files are correct. I have also restarted the server and the IIS pool multiple times.

        I have also noticed that in my QAT and Development environments, I am not able to get any of the pages to go into edit mode when logged into the site as Admin.

        If you click the pencil it does nothing. I read you can also get into edit mode by going to the pages and click on edit on the page pop out menu. When I do this on me qat site I get this URL and a 500 error

        https://qat.os2fsdemo.com...nvocation.&content=0

        and this in the log

        AbsoluteURL:/Default.aspx

        DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

        ExceptionGUID:129f24f6-1f79-4b7d-8887-c8cf23cc66c7

        AssemblyVersion:9.9.0

        PortalId:0

        UserId:1

        TabId:88

        RawUrl:/Supply

        Referrer:http://qat.os2fsdemo.com/...r/index.html?cdv=216

        UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

        ExceptionHash:w0u+4LdQrQFuUPqRhO0Lk7fU9e0=

        Message:Exception has been thrown by the target of an invocation.

        StackTrace:

        InnerMessage:Exception has been thrown by the target of an invocation.

        InnerStackTrace:

        at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
        at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
        at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
        at System.Activator.CreateInstance[T]()
        at DotNetNuke.Framework.ServiceLocator`2.InitInstance()
        at System.Lazy`1.CreateValue()
        --- End of stack trace from previous location where exception was thrown ---
        at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
        at System.Lazy`1.get_Value()
        at DotNetNuke.Framework.ServiceLocator`2.get_Instance()
        at Dnn.EditBar.UI.Items.AddModuleMenu.Visible()
        at Dnn.EditBar.UI.Controllers.EditBarController.<>c.<GetMenuItems>b__3_0(BaseMenuItem m)
        at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
        at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
        at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
        at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
        at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
        at Dnn.EditBar.UI.Controllers.EditBarController.GetMenuItems()
        at Dnn.EditBar.UI.Controllers.ContentEditorManager.OnInit(EventArgs e)
        at System.Web.UI.Control.InitRecursive(Control namingContainer)
        at System.Web.UI.Control.AddedControl(Control control, Int32 index)
        at System.Web.UI.ControlCollection.Add(Control child)
        at Dnn.EditBar.UI.HttpModules.EditBarModule.OnSkinInit(Object sender, SkinEventArgs e)
        at DotNetNuke.UI.Skins.Skin.InvokeSkinEvents(SkinEventType skinEventType)
        at DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e)
        at System.Web.UI.Control.InitRecursive(Control namingContainer)
        at System.Web.UI.Control.AddedControl(Control control, Int32 index)
        at System.Web.UI.ControlCollection.Add(Control child)
        at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
        at System.Web.UI.Control.<InitRecursiveAsync>d__225.MoveNext()
        --- End of stack trace from previous location where exception was thrown ---
        at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
        at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
        at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
        at System.Web.UI.Page.<ProcessRequestMainAsync>d__523.MoveNext()
        Source:

        FileName:

        FileLineNumber:0

        FileColumnNumber:0

        Method:

        Server Name: EC2AMAZ-TBAFE35





        New Around Here





          These are the next two errors in the log
          =========================
          AbsoluteURL:/Default.aspx

          DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

          ExceptionGUID:e07af786-2a34-4a30-9977-f2c6b6fce59f

          AssemblyVersion:9.9.0

          PortalId:0

          UserId:1

          TabId:88

          RawUrl:/Default.aspx?tabid=88&error=Exception+has+been+thrown+by+the+target+of+an+invocation.&content=0

          Referrer:http://qat.os2fsdemo.com/...r/index.html?cdv=216

          UserAgent:Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36

          ExceptionHash:w0u+4LdQrQFuUPqRhO0Lk7fU9e0=

          Message:Exception has been thrown by the target of an invocation.

          StackTrace:

          InnerMessage:Exception has been thrown by the target of an invocation.

          InnerStackTrace:

          at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
          at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
          at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
          at System.Activator.CreateInstance[T]()
          at DotNetNuke.Framework.ServiceLocator`2.InitInstance()
          at System.Lazy`1.CreateValue()
          --- End of stack trace from previous location where exception was thrown ---
          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
          at System.Lazy`1.get_Value()
          at DotNetNuke.Framework.ServiceLocator`2.get_Instance()
          at Dnn.EditBar.UI.Items.AddModuleMenu.Visible()
          at Dnn.EditBar.UI.Controllers.EditBarController.<>c.<GetMenuItems>b__3_0(BaseMenuItem m)
          at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
          at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
          at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
          at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
          at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
          at Dnn.EditBar.UI.Controllers.EditBarController.GetMenuItems()
          at Dnn.EditBar.UI.Controllers.ContentEditorManager.OnInit(EventArgs e)
          at System.Web.UI.Control.InitRecursive(Control namingContainer)
          at System.Web.UI.Control.AddedControl(Control control, Int32 index)
          at System.Web.UI.ControlCollection.Add(Control child)
          at Dnn.EditBar.UI.HttpModules.EditBarModule.OnSkinInit(Object sender, SkinEventArgs e)
          at DotNetNuke.UI.Skins.Skin.InvokeSkinEvents(SkinEventType skinEventType)
          at DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e)
          at System.Web.UI.Control.InitRecursive(Control namingContainer)
          at System.Web.UI.Control.AddedControl(Control control, Int32 index)
          at System.Web.UI.ControlCollection.Add(Control child)
          at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
          at System.Web.UI.Control.<InitRecursiveAsync>d__225.MoveNext()
          --- End of stack trace from previous location where exception was thrown ---
          at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
          at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
          at System.Web.UI.Page.<ProcessRequestMainAsync>d__523.MoveNext()
          Source:

          FileName:

          FileLineNumber:0

          FileColumnNumber:0

          Method:

          Server Name: EC2AMAZ-TBAFE35
          =====================================

          AbsoluteURL:/Default.aspx

          DefaultDataProvider:DotNetNuke.Data.SqlDataProvider, DotNetNuke

          ExceptionGUID:cf8f8bd3-0368-4bee-be0f-7bb78265c2a1

          AssemblyVersion:

          PortalId:-1

          UserId:-1

          TabId:-1

          RawUrl:

          Referrer:

          UserAgent:

          ExceptionHash:w0u+4LdQrQFuUPqRhO0Lk7fU9e0=

          Message:Exception has been thrown by the target of an invocation.

          StackTrace:

          InnerMessage:Exception has been thrown by the target of an invocation.

          InnerStackTrace:

          at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
          at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
          at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
          at System.Activator.CreateInstance[T]()
          at DotNetNuke.Framework.ServiceLocator`2.InitInstance()
          at System.Lazy`1.CreateValue()
          --- End of stack trace from previous location where exception was thrown ---
          at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
          at System.Lazy`1.get_Value()
          at DotNetNuke.Framework.ServiceLocator`2.get_Instance()
          at Dnn.EditBar.UI.Items.AddModuleMenu.Visible()
          at Dnn.EditBar.UI.Controllers.EditBarController.<>c.<GetMenuItems>b__3_0(BaseMenuItem m)
          at System.Linq.Enumerable.WhereListIterator`1.MoveNext()
          at System.Linq.Buffer`1..ctor(IEnumerable`1 source)
          at System.Linq.OrderedEnumerable`1.<GetEnumerator>d__1.MoveNext()
          at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
          at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
          at Dnn.EditBar.UI.Controllers.EditBarController.GetMenuItems()
          at Dnn.EditBar.UI.Controllers.ContentEditorManager.OnInit(EventArgs e)
          at System.Web.UI.Control.InitRecursive(Control namingContainer)
          at System.Web.UI.Control.AddedControl(Control control, Int32 index)
          at System.Web.UI.ControlCollection.Add(Control child)
          at Dnn.EditBar.UI.HttpModules.EditBarModule.OnSkinInit(Object sender, SkinEventArgs e)
          at DotNetNuke.UI.Skins.Skin.InvokeSkinEvents(SkinEventType skinEventType)
          at DotNetNuke.UI.Skins.Skin.OnInit(EventArgs e)
          at System.Web.UI.Control.InitRecursive(Control namingContainer)
          at System.Web.UI.Control.AddedControl(Control control, Int32 index)
          at System.Web.UI.ControlCollection.Add(Control child)
          at DotNetNuke.Framework.DefaultPage.OnInit(EventArgs e)
          at System.Web.UI.Control.<InitRecursiveAsync>d__225.MoveNext()
          --- End of stack trace from previous location where exception was thrown ---
          at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
          at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
          at System.Web.Util.WithinCancellableCallbackTaskAwaitable.WithinCancellableCallbackTaskAwaiter.GetResult()
          at System.Web.UI.Page.<ProcessRequestMainAsync>d__523.MoveNext()
          Source:

          FileName:

          FileLineNumber:0

          FileColumnNumber:0

          Method:

          Server Name: EC2AMAZ-TBAFE35





          New Around Here





            Interesting behavior. When I went to a different computer and browse to the site

            https://navigator.ostwo.com

            The site loads with no problem. It is only when I login that goes into that 500 error state





            New Around Here





              this is in the developers tools in chrome when trying to access edit mode

              jquery-migrate.js?cdv=216:2 JQMIGRATE: Migrate is installed, version 3.2.0
              VM1589:1 POST http://qat.os2fsdemo.com/...olBar/ToggleUserMode 500 (Internal Server Error)
              (anonymous) @ VM1589:1
              xhrSendProcessor @ main.js?attr=udarzVg4x7Opr7FTLSIEM2xStRnuSnV7W-hppFVZ6oBgFnAUa_437R06Mw9Kgh6WY4c3iOGxbi2VWk-1nfL8hacQTZaWe3W_5qsp_km5iMEGFoiHXGTi8Q7uE4EeuOGTT5uV1xuD9HiD8m73bEmP_w:3028
              window.XMLHttpRequest.send @ main.js?attr=udarzVg4x7Opr7FTLSIEM2xStRnuSnV7W-hppFVZ6oBgFnAUa_437R06Mw9Kgh6WY4c3iOGxbi2VWk-1nfL8hacQTZaWe3W_5qsp_km5iMEGFoiHXGTi8Q7uE4EeuOGTT5uV1xuD9HiD8m73bEmP_w:3036
              send @ jquery.js?cdv=216&t=0.5305572863808385:11
              ajax @ jquery.js?cdv=216&t=0.5305572863808385:11
              rawCall @ sf.js?cdv=216&t=0.5305572863808385:89
              call @ sf.js?cdv=216&t=0.5305572863808385:100
              post @ sf.js?cdv=216&t=0.5305572863808385:104
              toogleUserMode @ main.js?cdv=216&t=0.4726330917490671:1086
              (anonymous) @ main.js?cdv=216&t=0.4726330917490671:1089
              handleClosePersonarBar @ main.js?cdv=216&t=0.4726330917490671:146
              handleEdit @ main.js?cdv=216&t=0.4726330917490671:1088
              dispatch @ jquery.js?cdv=216&t=0.5305572863808385:6
              q.handle @ jquery.js?cdv=216&t=0.5305572863808385:6






              Veteran Member





                did you make sure, proper version of .Net framework is installed and the IIS App Pool set to "ASP.Net 4"?
                You might also need to clear local browser cache and cookies.





                New Around Here





                  Thanks, Yes the current version of framework is there and I have cleared cache and even went to browsers I have never used before





                  New Around Here





                    I fixed the issue by removing all of the DLLs and started with just those from a clean 9.9 install.
                    I started with a new web.config and copied just the extra lines I needed into the file and removed everything not needed.

                    Seems like I had some old entries and files in the site.

                    Thanks





                    New Around Here





                      I ran into the same issue and was not able to resolve it as stated above, however upgrading to 9.10 did resolve the issue.
                      You are not authorized to post a reply.

                      These Forums are dedicated to the discussion of DNN Platform.

                      For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

                      1. If you have (suspected) security issues, please DO NOT post them in the forums but instead follow the official DNN security policy
                      2. No Advertising. This includes the promotion of commercial and non-commercial products or services which are not directly related to DNN.
                      3. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
                      4. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
                      5. No Flaming or Trolling.
                      6. No Profanity, Racism, or Prejudice.
                      7. Site Moderators have the final word on approving / removing a thread or post or comment.
                      8. English language posting only, please.

                      Would you like to help us?

                      Awesome! Simply post in the forums using the link below and we'll get you started.

                      Get Involved