That worked. Although I had to take drastic measures inside the core of DNN to get the upgrade to run properly. I have to assume the ThreadAborted timeout error was keeping the module upgrade from completing.
By the way. I skirted the ThreadAborted error by commenting out the lines
DataCache.ClearHostCache(True)
...in the .vb files referenced in this article http://www.dotnetnuke.com/Products/Development/Forge/GroupLocalization/tabid/839/EntryID/1713/Default.aspx
recompiled the core and copied dotnetnuke.dll to the live site. I don't know what side effects this might have but it at least got me past this obstacle. |