Install DNN 10.1.2 website to develop custom modules #6773
Replies: 2 comments 4 replies
-
|
In typical usage, there is no need to "rebuild" the DNN website after it has been installed. What are you trying to accomplish? |
Beta Was this translation helpful? Give feedback.
-
|
We started publishing NuGet packages from DNN v6 and up, I would suggest you take a local copy of the site and the extensions source code (no need for the DNN source code here). And upgrade the site to 5.6.8 then recompile your extensions and watch for any warnings/errors on using obsolete APIs. Then you can upgrade the site to 6.2.8 and test. Then it would be a rinse and repeat of upgrading one major version at a time, recompiling your solution, checking for obsolete APIs, testing and next major one at a time. At some major versions, there are special upgrade instructions https://docs.dnncommunity.org/content/getting-started/setup/upgrades/suggested-upgrade-path/index.html |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to install DNN website on my local using 10.1.2 Install zip from the Github. I am able to install it successfully on my local. But, I really having pretty hard time in rebuilding website. I receive lot of errors about unknown server tags and other tons of error. I am using VS 2022 and Framework 4.7.2.
Am I using correct file DNN_Platform_10.1.2_Install.zip to install dnn on my local to develop custom module?
Beta Was this translation helpful? Give feedback.
All reactions