Why does DotNetNuke 7.02 give this error during installation: bad module ManagedPipelineHandler

StackOverflow https://stackoverflow.com/questions/21992029

  •  15-10-2022
  •  | 
  •  

Question

(Q) How do I fix DotNetNuke when it gives this error?

Handler "ExtensionlessUrl-Integrated-4.0" has a bad module "ManagedPipelineHandler" in its module list

I've installed DotNetNuke using videos provided, see next link:

http://www.dnnsoftware.com/community/learn/video-library/view-video/video/515/view/details/dnn-7-0-installation-part-1-file-system-configuration

The last video (part 4) shows how you "configure" DotNetNuke by navigating to the site. I went to http://www.dnndev.me. When I did that, however, I got the above error.

Was it helpful?

Solution

Thanks to user3281336 who suggested installing .NET 4.5. I downloaded .NET 4.5 at http://www.microsoft.com/en-us/download/details.aspx?id=40779 and installed it.

This fixed the problem. The web site would not throw an exception. If it matters, I was accessing www.dnndev.me which is the "default" web site based on one of the DNN installations.

When searching for solutions to this problem "responders trying to help" sometimes said to re-install .NET 4.0, but in my case I didn't try this because I thought the DNN required this. Later I looked back at my notes on the video (see http://www.dnnsoftware.com/community/learn/video-library/view-video/video/515/view/details/dnn-7-0-installation-part-1-file-system-configuration) and it says that only .NET 4.0 was required.

None-the-less, I'm up and running.

OTHER TIPS

You will see this error if you don't have the .NET 4 framework installed, even if you already have 4.5 and 4.5.1 installed. There is no need to re-install 4.5, instead you just might need to install the .NET 4 Framework.

Turning on all WCF-Services of NET Framework solved this problem for me.

Windows Features

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top