Hello,
I was having a problem a week ago where I couldn't open some modules, there was no error, just the page never showed up, I could wait 15 minutes and nothing. The only messages I got where in the vs output:
A first chance exception of type 'System.NullReferenceException' occurred in DotNetNuke.DLL
A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll
An exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll but was not handled in user code
The thread 0x11c0 has exited with code 0 (0x0).
As I had to change a few lines in the dnn source, I taught it was my fault. So I created a new portal (with the original source code) once this done, I changed the connection string to the "corrupted" db, and I got the problem again. So my guess is that the problem is not in my modules, neither in the code changes but in some configuration or something in the database. So I decided to debug the application until it throwed a message, and ended here:
Class: PageBase.vb
Function: Page_Error
' suppress AJAX error in Medium Trust
Response.Redirect(strURL)
This line is throwing the error. Then the whole process restarts and ends in a loop executing this line again and again.
The problem is with some modules, like Page Settings, Module Settings, Portal Settings and only one of my modules.
Btw, i took a look at the Event Viewer and nothing.
Any toughts? Help would be appreciated.
Thanks in advance,
Lorenzo.