Click here to Skip to main content
15,928,281 members
Home / Discussions / C#
   

C#

 
QuestionRe: NetworkStream.DataAvailable is only true once Pin
Anthony Mushrow26-Sep-07 6:57
professionalAnthony Mushrow26-Sep-07 6:57 
QuestionPhoto Gallery Pin
ddtayl0626-Sep-07 6:34
ddtayl0626-Sep-07 6:34 
AnswerRe: Photo Gallery Pin
Pete O'Hanlon26-Sep-07 10:10
mvePete O'Hanlon26-Sep-07 10:10 
QuestionException when Running a Process [modified] Pin
#realJSOP26-Sep-07 5:56
professional#realJSOP26-Sep-07 5:56 
AnswerRe: Exception when Running a Process Pin
Scott Dorman26-Sep-07 6:36
professionalScott Dorman26-Sep-07 6:36 
AnswerRe: Exception when Running a Process Pin
Justin Perez26-Sep-07 6:56
Justin Perez26-Sep-07 6:56 
GeneralRe: Exception when Running a Process Pin
#realJSOP26-Sep-07 8:10
professional#realJSOP26-Sep-07 8:10 
AnswerRe: Exception when Running a Process Pin
markkuk26-Sep-07 9:14
markkuk26-Sep-07 9:14 
According to the docs[^]:
If you use the StandardInput, StandardOutput, or StandardError properties on the Process component, you must first set the corresponding value on the ProcessStartInfo property. Otherwise, the system throws an exception when you read or write to the stream

You haven't redirected the StandardInput, and you haven't defined an input file parameter for the command. According to another doc[^]:
If no files are specified then standard input is used.

Openssl tries to read the undefined standard input and you get an exception. The PHP version pushes the $data through a pipe to the standard input of the openssl command, you should do the same.
QuestionIBM "Packed Decimal" To .NET "String" Conversion Pin
Shahin7726-Sep-07 5:36
Shahin7726-Sep-07 5:36 
AnswerRe: IBM "Packed Decimal" To .NET "String" Conversion Pin
Scott Dorman26-Sep-07 6:35
professionalScott Dorman26-Sep-07 6:35 
GeneralRe: IBM "Packed Decimal" To .NET "String" Conversion Pin
Pete O'Hanlon26-Sep-07 10:05
mvePete O'Hanlon26-Sep-07 10:05 
GeneralRe: IBM "Packed Decimal" To .NET "String" Conversion Pin
Scott Dorman26-Sep-07 10:19
professionalScott Dorman26-Sep-07 10:19 
QuestionBase64 strings Pin
nemo26-Sep-07 5:16
nemo26-Sep-07 5:16 
AnswerRe: Base64 strings Pin
BoneSoft26-Sep-07 5:55
BoneSoft26-Sep-07 5:55 
AnswerRe: Base64 strings Pin
Scott Dorman26-Sep-07 6:43
professionalScott Dorman26-Sep-07 6:43 
QuestionWriting column names in Excel file Pin
topksharma198226-Sep-07 4:34
topksharma198226-Sep-07 4:34 
AnswerRe: Writing column names in Excel file Pin
Justin Perez26-Sep-07 4:57
Justin Perez26-Sep-07 4:57 
Questionarray of integers C++/C# Pin
alispas26-Sep-07 4:26
alispas26-Sep-07 4:26 
AnswerRe: array of integers C++/C# Pin
snorkie26-Sep-07 4:44
professionalsnorkie26-Sep-07 4:44 
GeneralRe: array of integers C++/C# Pin
alispas26-Sep-07 4:54
alispas26-Sep-07 4:54 
AnswerRe: array of integers C++/C# Pin
Luc Pattyn26-Sep-07 4:59
sitebuilderLuc Pattyn26-Sep-07 4:59 
AnswerRe: array of integers C++/C# Pin
led mike26-Sep-07 5:06
led mike26-Sep-07 5:06 
GeneralRe: array of integers C++/C# Pin
#realJSOP26-Sep-07 5:58
professional#realJSOP26-Sep-07 5:58 
GeneralRe: array of integers C++/C# Pin
led mike26-Sep-07 7:25
led mike26-Sep-07 7:25 
QuestionProcess.GetProcesses(); fail Pin
H.R26-Sep-07 3:14
H.R26-Sep-07 3:14 

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.