Hello.
I have created a new module. It was working fine, but one recently, somethig went wrong and the module is not working anymore.
When I try to access the page containing that module, in the placeholder I see an error message, saying: Critical error has occured. Target of invocation...something like that.
So, I opened the solution in Visual Studio and tried to debug. But, the execution is not breaking anywhere, it means, that the exception is catched somewhere in Try Catch block in the DNN. I placed break points in the code, tried to execute step by step, without any luck, I didn't find the spot where the exceptions is thrown.
My question is: Is it possible somehow, to prevent DNN to catch errors? I would like to see a classic Yellow Page, with complete description of errror occured.
Thank you.