Find DotNetNuke Version

Determine DotNetNuke Version


This article explains how to find you DotNetNuke version number if you need it for the following reasons:
  • You have a module you would like to install and you need to see if it is compatible with the version you are running
  • You have a skin that you purchased that you need to find out if it is compatible with the version you are running
  • You plan on doing an upgrade of your site to a more recent version of DotNetNuke and you need to know the upgrade path
How to find your DotNetNuke Version in Site Interface
  1. Log into your DotNetNuke website as Host
  2. Once you have logged into the site go to Host > Host Settings. In the Host Settings page you will see DotNetNuke Version : x.x.x
 How to find your DotNetNuke Version in Site Files
  1. Access your site files using FTP or the Plesk Control Panel
  2. Browse to the httpdocs folder and open the bin folder.
  3. Find the DotNetNuke.dll.
  4. Right Click and go to Properties
  5. Click on the Details tab and check the number after "File Version"

In our environment the exact file path should look something like this: C:\inetpub\vhosts\domain.com\httpdocs\bin\DotNetNuke.dll

 How to find your DotNetNuke Version in the Database

  1. Login to MSSQL
  2. Find your Database and expand it
  3. Scroll until you find the dbo.Versions table
  4. Right click and select Edit All Rows
  5. Scroll to the bottom of this table and your site's version will be the last one listed.
 
 

Add Feedback