| 5/21/2007 3:35:37 PM |
I am receiving a really interesting exception in my error logs.
Exception: System.Data.OleDb.OleDbException: Invalid character value for cast spectification. Source: Microsoft OLE DB Provider for SQL Server
It is happening when I call persist changes on a specific object.
I am trying to nail it down and I cannot reproduce it on my development or test boxes. It only happens in production, isn't that the case with crazy bugs.
It is also very intermittent. Do you have any idea where to start looking for resolution?
The persist changes is happening on a new object that is created and going to be inserted into the database.
|