Click here to Skip to main content
15,895,011 members
Home / Discussions / C#
   

C#

 
AnswerRe: araye Pin
Rolando CC27-Apr-09 6:19
professionalRolando CC27-Apr-09 6:19 
QuestionfolderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 5:29
Dattatraya K27-Apr-09 5:29 
AnswerRe: folderBrowserDialog is not visible while installing the application ? Pin
MikaEG27-Apr-09 9:54
MikaEG27-Apr-09 9:54 
GeneralRe: folderBrowserDialog is not visible while installing the application ? Pin
Dattatraya K27-Apr-09 19:55
Dattatraya K27-Apr-09 19:55 
Questioni need help with a cryptography exception! Pin
Roshanakak27-Apr-09 3:29
Roshanakak27-Apr-09 3:29 
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 5:10
Simon P Stevens27-Apr-09 5:10 
QuestionRe: i need help with a cryptography exception! Pin
Roshanakak27-Apr-09 18:34
Roshanakak27-Apr-09 18:34 
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 21:41
Simon P Stevens27-Apr-09 21:41 
The 3 most likely reasons for this error:

1) You are using different padding schemes when encrypting and decrypting.
2) You are using different encoding formats for encrypting and decrypting.
3) When encrypting you haven't properly flushed the stream out to the file.

Looking at your code it looks like you set the padding to pkcs7 when encrypting , but don't do the same when decrypting.

Simon

GeneralRe: i need help with a cryptography exception! Pin
Roshanakak28-Apr-09 0:43
Roshanakak28-Apr-09 0:43 
GeneralRe: i need help with a cryptography exception! Pin
Simon P Stevens28-Apr-09 1:30
Simon P Stevens28-Apr-09 1:30 
QuestionGridview Pin
pginnare27-Apr-09 3:28
pginnare27-Apr-09 3:28 
AnswerRe: Gridview Pin
AnilJayanti27-Apr-09 3:40
AnilJayanti27-Apr-09 3:40 
AnswerRe: Gridview Pin
Jimmanuel27-Apr-09 4:17
Jimmanuel27-Apr-09 4:17 
Questionhow to select or get all values in listbox at pageload Pin
sakthi06karthi27-Apr-09 3:14
sakthi06karthi27-Apr-09 3:14 
AnswerRe: how to select or get all values in listbox at pageload Pin
AnilJayanti27-Apr-09 3:25
AnilJayanti27-Apr-09 3:25 
Questionc# interoperability with TCL Pin
Seraph_summer27-Apr-09 2:28
Seraph_summer27-Apr-09 2:28 
AnswerRe: c# interoperability with TCL Pin
Michael Bookatz27-Apr-09 2:52
Michael Bookatz27-Apr-09 2:52 
QuestionHow to get returned value from TableAdapter.Update method ? Pin
hdv21227-Apr-09 2:27
hdv21227-Apr-09 2:27 
AnswerRe: How to get returned value from TableAdapter.Update method ? Pin
musefan27-Apr-09 3:13
musefan27-Apr-09 3:13 
GeneralRe: How to get returned value from TableAdapter.Update method ? Pin
hdv21227-Apr-09 3:32
hdv21227-Apr-09 3:32 
QuestionProblem : Add New Window Form in c# Pin
ddravin200027-Apr-09 2:24
ddravin200027-Apr-09 2:24 
AnswerRe: Problem : Add New Window Form in c# Pin
Michael Bookatz27-Apr-09 2:50
Michael Bookatz27-Apr-09 2:50 
Questiondataset with datagrid Pin
shefa' isied27-Apr-09 2:23
shefa' isied27-Apr-09 2:23 
AnswerRe: dataset with datagrid Pin
AnilJayanti27-Apr-09 3:10
AnilJayanti27-Apr-09 3:10 
Questionrad chart Pin
shefa' isied27-Apr-09 2:16
shefa' isied27-Apr-09 2:16 

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.