Click here to Skip to main content
15,897,187 members
Home / Discussions / C#
   

C#

 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 4:38
mvePete O'Hanlon31-Mar-14 4:38 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 4:57
remiki31-Mar-14 4:57 
GeneralRe: L'Exception ArgumentException was not Operated PinPopular
Dave Kreskowiak31-Mar-14 4:48
mveDave Kreskowiak31-Mar-14 4:48 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 5:11
remiki31-Mar-14 5:11 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 5:15
remiki31-Mar-14 5:15 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 5:25
mvePete O'Hanlon31-Mar-14 5:25 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 5:42
remiki31-Mar-14 5:42 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 5:48
mvePete O'Hanlon31-Mar-14 5:48 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Dave Kreskowiak31-Mar-14 17:47
mveDave Kreskowiak31-Mar-14 17:47 
GeneralRe: L'Exception ArgumentException was not Operated Pin
V.31-Mar-14 21:50
professionalV.31-Mar-14 21:50 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 23:13
remiki31-Mar-14 23:13 
GeneralRe: L'Exception ArgumentException was not Operated Pin
V.31-Mar-14 23:27
professionalV.31-Mar-14 23:27 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Dave Kreskowiak1-Apr-14 2:15
mveDave Kreskowiak1-Apr-14 2:15 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon1-Apr-14 2:53
mvePete O'Hanlon1-Apr-14 2:53 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki1-Apr-14 4:03
remiki1-Apr-14 4:03 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon1-Apr-14 4:15
mvePete O'Hanlon1-Apr-14 4:15 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki1-Apr-14 4:36
remiki1-Apr-14 4:36 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon1-Apr-14 4:47
mvePete O'Hanlon1-Apr-14 4:47 
AnswerRe: L'Exception ArgumentException was not Operated Pin
remiki1-Apr-14 5:02
remiki1-Apr-14 5:02 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Richard Deeming31-Mar-14 6:13
mveRichard Deeming31-Mar-14 6:13 
MINDONGO wrote:
and i have used OLE object in my image data

Since you don't seem to be willing to do anything to help us assist you, I've had to engage me psychic debugging powers, which leads me to the following conclusion:

Your database field doesn't contain a raw stream of image bytes. Instead, it contains an OLE wrapper object[^], which the Image.FromStream method cannot understand. If you can't change how the images are stored in the database, then you'll need to find some code to remove that wrapper to get the raw image bytes back. There's a good example here[^].



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer


GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki1-Apr-14 5:30
remiki1-Apr-14 5:30 
AnswerRe: L'Exception ArgumentException was not Operated Pin
remiki1-Apr-14 5:33
remiki1-Apr-14 5:33 
AnswerRe: L'Exception ArgumentException was not Operated Pin
remiki2-Apr-14 23:44
remiki2-Apr-14 23:44 
QuestionJquery Easy UI DataGrid not show after publish Pin
nurealam30-Mar-14 22:56
nurealam30-Mar-14 22:56 
AnswerRe: Jquery Easy UI DataGrid not show after publish Pin
Pete O'Hanlon31-Mar-14 0:44
mvePete O'Hanlon31-Mar-14 0:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.