Guest User

Untitled

a guest
Feb 18th, 2015
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Value cannot be null.
  2. Parameter name: byteArray
  3.  
  4. at System.BitConverter.ToString(Byte[] value, Int32 startIndex, Int32 length)
  5. at OracleInternal.TTC.TTCLob.GetLobIdString(Byte[] lobLocator)
  6. at OracleInternal.ServiceObjects.OracleDataReaderImpl.CollectTempLOBsToBeFreed(Int32 rowNumber)
  7. at Oracle.ManagedDataAccess.Client.OracleDataReader.ProcessAnyTempLOBs(Int32 rowNumber)
  8. at Oracle.ManagedDataAccess.Client.OracleDataReader.Read()
  9. at System.Data.Entity.Core.Common.Internal.Materialization.Shaper`1.StoreRead()
  10.  
  11. 'Mapped to Oracle CLOB Column'
  12. <Column("LARGEFIELD")>
  13. Public Property LargeField As String
  14.  
  15. 'Mapped to Oracle BLOB Column'
  16. <Column("IMAGE")>
  17. Public Property FileContents As Byte()
Add Comment
Please, Sign In to add comment