Error Message

Options
When processing event registrations with a cost of $0.00 I am getting an error message on some that say Object reference not set to an instance of an object.


When I look at the transaction tab it says <No git attributes in transaction>. I'm not sure if this has anything to do with the error message or not.

When I searched the knowledge base I got an article that said you had to check the Waive box under the Benefits button. But doing that did not help.

Would appreciate any other ideas.
Tagged:

Comments

  • It's an error with the platform and the Blackbaud developers did not create clear error messages as they should have.

    Reference: http://stackoverflow.com/questions/779091/what-does-object-reference-not-set-to-an-instance-of-an-object-mean


    Variables in .NET are either reference types or value types. Value types are primitives such asintegers and booleans or structures....If you try to access a member of a class instance using a null reference then you get aSystem.NullReferenceException. Which is the same as Object reference not set to an instance of an object.





     
  • Thanks Chris. I'll check with chat now that they are open. It was strange because I had two instances of the same NC part and one worked and the other didn't.


    I appreciate your help.

Categories