Browse by Tags

All Tags » Troubleshooting (RSS)
When building DotNetNuke modules, a number of times I've run up against the issue of trying to instantiate a ModuleInfo instance with only a module ID. However, the GetModule signature on ModuleController takes both a module ID and a tab ID. In this latest...
I started on an update to one of our modules for DotNetNuke this week, and was surprised to see many of the administrative pages looked like they had no styles applied to them.  Tables were jumbled, with no differentiation between header and or row...
I was recently tasked with investigating a mysterious error on a customer's site, which I finally tracked down to an oversight in the upgrade process of a DotNetNuke module. The error threw up a YSOD , (though in later testing on a different site, it...
Today was at least the second time that I had seen the above error happen on my local development DNN site. I don't know what happened, maybe I accidentally recompiled the source with something strange in there (though the date on the assembly didn't...
More Posts