Questions tagged [dotnetnuke]

A .NET open source content management system and web application development framework. Also goes by the names DotNetNuke, and DNN Platform and Evoq (the Commercial Product built upon DNN Platform).

The DNN (DotNetNuke) Platform is a CMS originally based on a Microsoft .NET example web application called IBuySpy portal, it was first released under the moniker IBuySpy Workshop. It is an open-source project (MIT license) and part of the .NET Foundation. There are also commercial solutions built by DNN Software, including Evoq Content. Overall, the platform runs over 700,000 known production websites.

Originally DNN was written in VB.NET. With version 6 of DNN, a switch was made to C# as the development language for the core platform. The name changed from DotNetNuke to DNN Platform in 2013 (with the commercial solutions changing from Professional Edition and DNN Social to the Evoq Suite of solutions).

More information and additional support resources can be found using the following links.

  • dnncommunity.org - The official DNN Community Website, including blogs & discussion forums
  • dnndocs.com - The official DNN Platform Documentation
  • GitHub Repository - Where all source code, bug reports, feature request,s and releases can be obtained from
  • Security Center - A listing of all known security issues and mitigations
  • DNN Store - the official marketplace for DNN extensions
3491 questions
0
votes
1 answer

Any examples of a 2sxc app with an export option

I'm looking for a way to export data to excel from a 2sxc app. I know it has a built in function to export items to some xml file, but I would like to do this in excel. Perhaps there are some example apps which can do that somewhere?
MBouwman
  • 45
  • 8
0
votes
0 answers

Using UE5.0's OpenCV module to load the DNN pre-trained model,crash

Using UE5.0's OpenCV module to load the DNN pre-trained model, the program crashes When I included OpenCV in the plugin, the engineering code compiled successfully, but when I ran it with the Actor I created and then loaded the pretrained model…
0
votes
2 answers

How do you troubleshoot a website javascript popup that should be showing up on a dnn in order to get things connected from an external popup builder?

I'm currently working with a website created in DNN and I am trying to get a popup onto the home page---I am currently using Popupsmart for ease of use, but I have tried to install the javascript code and popupsmart is not recognizing that it is…
0
votes
1 answer

DNN 9.1.1 Upgrade- Persona Bar Not Loading Views

We've already successfully upgraded well over 100+ sites to newest version(s) of DNN (9.10+) A customer is finally ready to upgrade and upgrading from DNN 8.0.4 to 9.1.1 is seemingly successful (only "errors" are DNN Security that is already in…
ajwaka
  • 608
  • 1
  • 7
  • 12
0
votes
0 answers

DotNetPack with precompiled assemblies targeting multiple frameworks

I'm using Nuke build and want to create nuget packages targeting multiple frameworks. Because I sign the assemblies, I use separate tasks Compile Test Sign Pack This is the command that nuke generates: "C:\Program Files\dotnet\dotnet.exe" pack…
Ksdmg
  • 397
  • 5
  • 15
0
votes
1 answer

How to get the canonical tag not to carry over to the blog posts?

DNN Ver.09.10.02 I am seeking a solution to get the canonical tag not to carry over to the blog posts. The site's blog post uses a thirty-party extension. The site built without the canonical tag. I manually inserted the canonical tag on every main…
Sam Mah
  • 31
  • 6
0
votes
1 answer

In Azure web app, wwwroot directroy size is increasing massively

In Azure web app, wwwroot directroy size is increasing massively. As I mentioned in \site\wwwroot\Install\Temp folder which stores the extension backup is carrying very large size. Is it safe to delete the files in temp folder, will it affect in…
Aditya
  • 1
0
votes
1 answer

We are using DNN with 2sxc installed and when we go to a URL where we would expect to see a page with content on our website, we see an error message

We are using DNN with 2sxc installed, and when we go to a URL where we would expect to see a page with content on our website, we see the following error message. Please can someone tell us what is wrong and how to fix it? Thank you in…
pingspike
  • 1
  • 2
0
votes
0 answers

2SXC - DNN - Allow Page editors to view draft / hidden items

I need to allow individual users or groups to be able to add content to pages and view hidden items. In a previous version I have configured a role "Editors" and configured permissions on APP level and on a content type to allow CRUD operations.…
M Vaz
  • 23
  • 4
0
votes
0 answers

Two DNN MVC modules on the same page - conflict?

I put MVC module on the same page. Views of those modules include submit button and set of input/select controls. I crated POST Index action to take a parameters value. In my controller I have two…
0
votes
1 answer

Creating a trigger on aspnet_membership makes login fail

I'm doing some maintance on an older web application where we have 2 DB's. One for the WWW frontend (DotNetNuke) and another for the admin backend. Both of the applications use aspnet_membership for users, and we want to sync logins between the…
devzero
  • 2,510
  • 4
  • 35
  • 55
0
votes
0 answers

2sxc Root ADAM to Specific Folder

As the title says, I need to configure a "Link / file reference" data type field to be rooted into a specific static folder instead of the usual ADAM folder. The intent is to have a user upload files with the Dnn Resource Manager, and then have the…
0
votes
1 answer

Can't inject 2sxc app into DNN skin file - "error BC30451: 'this' is not declared."

DNN Version: 9.11.0 2sxc Version: 14.11.0 I'm trying to use 2sxc's IRenderService to render a 2sxc module within a DNN skin file (.ascx). I've been using the following resources for…
Zachary
  • 1
  • 4
0
votes
1 answer

RSACryptoServiceProvider - Value cannot be null - rgb

My DNN module encrypts some data using my public key and presents it to the user. The user submits this data to me for processing. I decrypt the data with my private key and use it. I use the .Net RSACryptoServiceProvider for encryption/decryption.…
Apeksha
  • 485
  • 6
  • 23
0
votes
1 answer

2sxc - problem with editing after upgrade to DNN and 2sxc

I have recently done some DNN version upgrades which included upgrading 2sxc as part of the process. After the upgrade, the 2sxc editor has text overlaying various buttons/links instead of showing icons. Please see screenshots attached. DNN was…
Al Guy
  • 3
  • 1