Hi, I have created a very simple module with just one label that says "Hello world". It is a C# based module. Everything compiles fine and i am able to launch the webstite at that point. I go through the necessary steps of adding the module definition throuh the DNN admin pages and all is well. I then create a new page and attempt to add the module to this page through the control panel using "Add new module" function at the top...nothing happens when i click "Add". When i fire up the debugger and repeat the steps to add the module to the page, i see the error below after clicking on the "add" link: "A first chance exception of type 'System.Threading.ThreadAbortException' occurred in mscorlib.dll"
I stepped through the code and found the problem occurs in ControlPanel\IconBar.ascx.vb, in method AddModule_Click. In particular, this line: Response.Redirect(Request.RawUrl, True) After some research, i change the "True" to "False" and repeat the steps. This time i do not see the thread exception, but still the module is not added to the page. This DOES NOT happen for other modules that shipped with DNN. I can add those fine. It's just these new simple module that are exhibiting this issue. Any thoughts on this? Thankyou, Mike
|