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

How to get Dnn version from c#

As DotNetNuke.Common.Globals.DataBaseVersion getting obsolete, how to get "Dnn Database Version" using c#
Erick Lanford Xenes
  • 1,467
  • 2
  • 20
  • 34
0
votes
1 answer

Can't connect to database when install DNN 6.0.1

I have downloaded DNN 6.0.1 to install on my localhost. The environment is Win7+IIS7.5+SQL 2008 Express. I have add modify permission for NETWORK SERVICE on the folder. When I use the DefaultAppPool(.NET framework 4.0), the website doesn't work,…
user876111
  • 21
  • 3
0
votes
2 answers

Bootstrap v5 Carousel not working 2Shine DNN Theme

Hopefully this will be seen by the great folks at 2sxc! We recently started using your 2shine DNN Theme, and loving it, but we bumped into a weird situation that we can't figure out. If we add try any of the Bootstrap v2 Carousel…
Ted Krapf
  • 403
  • 3
  • 11
0
votes
1 answer

List content replacing itself before page publish

Having an issue using list content in 2sxc (13.11.0) and EVOQ Basic (9.10.6). Adding one new list item works fine, when you go to add an additional item to the list, it replaces the first item. In order to add the content, you need to publish the…
0
votes
1 answer

Change Page URL Dynamically

I am writing an e-commerce website using DotNetNuke, and I have ran into a problem. For example I have a module on a page that has a URL of mydomain/productType/product-pages. What I would like is to pass a query string to this page with the item…
duerzd696
  • 304
  • 1
  • 8
0
votes
1 answer

DNN: Resolve IPortalInfo service

I'm trying to use dependency injection in DNN to resolve the IPortalInfo service in my SchedulerClient and in my FeatureController. I want to access the current PortalId somehow. But for the SchedulerClient I receive the following error when trying…
0
votes
2 answers

RiseEvent from usercontrol or communicate between usercontrols

I have problem with bubbleup event from my dynamic loaded ascx control (katalogbooklist.ascx) to it´s parent control (ViewAJBarnboksKatalog.ascx) i need to fire/run sub uppdateraAndraModuler in the parent control when the event…
theonealf
  • 89
  • 1
  • 11
0
votes
1 answer

How to add the new Event Logger to a DNN Scheduler Class in DNN 9.10.2?

How can I add a constructor with a reference to _eventLogger = DependencyProvider.GetRequiredService(); in a DNN Scheduler class? The Dependency Provider can be inherited through the PortalModuleBase class, which I can do on my current Web Form…
Tig7r
  • 525
  • 1
  • 4
  • 21
0
votes
1 answer

Getting values from SQL table in Evoq (DotNetNuke), DNN custom Module

I am not so familiar with c# or asp.net. If you have a solution, please keep this in mind when explaining. I am using DNN and Evoq. I have created a new module using Module Creator. I need to access my table (Test_Table). This table is internal it's…
Charm Geld
  • 191
  • 2
  • 17
0
votes
2 answers

Paywall content in DNN

I am using DNN 9.3.2 and Evoq 9.3.7. I would like to paywall content in a section of the website with teaser content i.e. so that they can read a part of the article but need to pay/ log in to access the content. 'Members' would also need to be able…
Rachel
  • 1
0
votes
1 answer

Dotnetnuke single instance with two different domain name

I am facing issue related to domain name. I have a dnn website with two different domain one for english and another for chinese. Below is the scenario: for example : https://testdomain.com/test-test/test-test ----> working properly but…
0
votes
2 answers

How to write an automated script to install a new cms

Does anyone know where I would begin to write an automation script to install a CMS to my wwwroot folder and create the database for it? For this round it would be for DNN on in a windows environment. I am looking for methods to speed up our…
SixfootJames
  • 1,841
  • 5
  • 26
  • 42
0
votes
1 answer

dotnetnuke form and list, delete/organise rows?

I installed the form and list module and I configured it. I added some row but now I want to organise them or delete some rows, but I don't find any information about it... So.. is it possible ? Thanks :)
user863562
0
votes
3 answers

Dotnetnuke module communication problem

I have a problem with the dnn module communication. I have a module that implements the module communication interface both listener and sender. in this module, I have a placeholder where I load a new ascx control. the problem is when I want to…
theonealf
  • 89
  • 1
  • 11
0
votes
1 answer

Exception with OpenCv DnnSuperResImpl (C++)

I have a problem with the upsample function from the dnnsuperres pack of OpenCV. I am transferring a bmp via a pipe from one application to another. The image resides in datamem, which is an unsigned char array. I use the pipe to transfer many other…
Bodo
  • 15
  • 5
1 2 3
99
100