content-management-systemdotnetnukednn9

Can't Bulk Install Modules in DNN 9.10.2


With newer versions of DNN, they excluded the Bulk Install files used to bulk install modules.

We used to copy the following files in the install folder on newer versions to make it work. enter image description here

When I navigate the following URL, I get an Exception: dnndev.me/install/install.aspx?mode=installresources

Exception: enter image description here

It looks like a missing definition in a DLL. How can I fix this?


Solution

  • Upgrade.Upgrade.CheckUpgrade() is no longer exist on latest version of DNN.

    Check the history related to it

    Don't just paste your old code, there's a couple update at DNN Install.aspx.cs file. You'll need to make adjustment to it.