Click here to Skip to main content
15,903,012 members
Home / Discussions / C#
   

C#

 
AnswerRe: araye Pin
Rolando CC27-Apr-09 5:53
professionalRolando CC27-Apr-09 5:53 
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 
here is the stack trace:
System.Security.Cryptography.CryptographicException: Padding is invalid and cannot be removed.<br />
   at System.Security.Cryptography.RijndaelManagedTransform.DecryptData(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode paddingMode, Boolean fLast)<br />
   at System.Security.Cryptography.RijndaelManagedTransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount)<br />
   at System.Security.Cryptography.CryptoStream.Read(Byte[] buffer, Int32 offset, Int32 count)<br />
   at System.IO.StreamReader.ReadBuffer()<br />
   at System.IO.StreamReader.ReadToEnd()<br />
   at Cryptography.Cryption.Decrypt(String s) in F:\Comp\Crypt\Cryption.cs:line 96<br />
   at CryptSample.Form1.btnDecrypt_Click(Object sender, EventArgs e) in F:\Comp\Crypt\Form1.cs:line 230<br />

I think it's somehow about the streamreader/writer (Am I right?) but i don't know how to fix it!!!
anyway THANK YOU for your attention.

Roshanak
AnswerRe: i need help with a cryptography exception! Pin
Simon P Stevens27-Apr-09 21:41
Simon P Stevens27-Apr-09 21:41 
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 

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.