Hello, Since i installed the EBF 12.0.1.3867 i'm having issues with some icons not showing up in my application. All the icons are stored as long binary. On loading the application, a random amount of icons dont show up. I checked, they're stored correctly. What i found out is that every broken icon is 65535 bytes big on reading with entity framework. Strangely that's the UInt16 max value. So i believe they somehow get truncated. Is that a known bug, and if so, what is the solution? Cheers. |
Yes, this is a known bug - see: CR #742857 and CR #743127. This fixes the cases for both LONG VARCHAR and LONG BINARY, in build 12.0.1.3937. Very nice, thanks for the quick answer! :)
(29 Jul '13, 09:43)
rst
which is not yet available on Windows, right? (AFAIK, 12.0.1.3924 has just been released.)
(29 Jul '13, 09:51)
Volker Barth
Replies hidden
Correct, the EBF is not yet available but it has been requested.
(29 Jul '13, 10:10)
Jeff Albion
Jeff: Clicking on the link for CR #743127 brings me to an empty bug report page. Is that the right number?
(30 Jul '13, 09:32)
TonyV
I'd
(30 Jul '13, 09:35)
Volker Barth
The details for CR #742857 are the same details as #743127, except 'LONG BINARY' instead of 'LONG VARCHAR' in the description. I will inquire about the visibility of CR #743127.
(30 Jul '13, 13:42)
Jeff Albion
|