Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
AnswerRe: ASP .Net issue with Oracle client Pin
Pete O'Hanlon31-Mar-14 4:14
mvePete O'Hanlon31-Mar-14 4:14 
QuestionL'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 2:35
remiki31-Mar-14 2:35 
AnswerRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 3:12
mvePete O'Hanlon31-Mar-14 3:12 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 3:22
remiki31-Mar-14 3:22 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 4:04
mvePete O'Hanlon31-Mar-14 4:04 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 4:13
remiki31-Mar-14 4:13 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Pete O'Hanlon31-Mar-14 4:15
mvePete O'Hanlon31-Mar-14 4:15 
GeneralRe: L'Exception ArgumentException was not Operated Pin
Dave Kreskowiak31-Mar-14 4:19
mveDave Kreskowiak31-Mar-14 4:19 
GeneralRe: L'Exception ArgumentException was not Operated Pin
remiki31-Mar-14 4:21
remiki31-Mar-14 4:21 
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 
MINDONGO wrote:
MemoryStream phtosssss = new MemoryStream(btpht.Length);
No. You should have left this as
C#
MemoryStream phtosssss = new MemoryStream(btpht);
All we want is for you to tell us what the Length is. I told you exactly which buttons to press to debug your application. You should have followed those exactly.

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.