Hilarious error message

  • Thread starter Thread starter post.messages
  • Start date Start date
P

post.messages

I am sorry if this is not completely business-like, but the day before
a weekend it was just too funny not to post.

I am working on getting a custom principal working in VS2005.

The following line:
CustomPrincipal test = (CustomPrincipal)Page.User;

Brought up this trouble-shooting tip in the exception helper and it was
just too funny not to post:
"When casting from a number, the value must be a number less than
infinity."
 
I see the obvious humor here, but you do understand what the message
indicates, right?
 
Scott M. said:
I see the obvious humor here, but you do understand what the message
indicates, right?

That the framework thinks that God is accessing the page?
 
Back
Top