Rainbow Portal Null reference

  • Thread starter Thread starter Ernequei
  • Start date Start date
E

Ernequei

Hi all.

I am working with rainbow portal since few months ago. The articles
module was working fine, until i got an error with the following trace:
"Null Reference: Object reference not set to an instance of an object.
Rainbow. DesktopModules.articles Edit.Page_Load (Object sender,
EventArgs e). The module´s programming language is #C into HTML. Any
tip on how i sort this one out will be greatly apreciatted. Thanks in
advance for any help.
 
Try firing up in the debugger and doing the same thing that threw the
exception. Once you can find a line number, you can figure out which object
to watch and/or trace (if you need to watch in "production").

--
Gregory A. Beamer

*************************************************
Think Outside the Box!
*************************************************
Hi all.

I am working with rainbow portal since few months ago. The articles
module was working fine, until i got an error with the following trace:
"Null Reference: Object reference not set to an instance of an object.
Rainbow. DesktopModules.articles Edit.Page_Load (Object sender,
EventArgs e). The module´s programming language is #C into HTML. Any
tip on how i sort this one out will be greatly apreciatted. Thanks in
advance for any help.
 
Back
Top