Rambler's Top100
Главная
Новости
Статьи
Форумы
Книги
Коды
Сообщество
Блоги
О нас
 

Логин

Email:
  Пароль:

Войти
Зарегистрироваться
Забыл пароль

Поиск

 Искать :
 
Вперед

Книги по теме

Искать:
в:
Порядок:

Исходник

Автор:

edinal

 
Название:

Плохие данные :(

Дата: 14 October 2009
Описание: Server Error in '/' Application. -------------------------------------------------------------------------------- Плохие данные. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Security.Cryptography.CryptographicException: Плохие данные. Source Error: An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. Stack Trace: [CryptographicException: Плохие данные. ] System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) +33 System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) +0 System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +319 System.Security.Cryptography.CryptoStream.FlushFinalBlock() +30 System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing) +124 System.IO.Stream.Close() +15 Campus.Learning.Common.TInnerRowGuard.InnerDecrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:120 Campus.Learning.Common.TInnerRowGuard.Decrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:208 [TracedException: ошибка расшифровки строки] Campus.Learning.Common.TInnerRowGuard.Decrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:215 Campus.Learning.Common.TInnerRowGuard.Restore(DataRow row, DataColumn col, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:162 [TracedException: ошибка расшифровки строки] Campus.Learning.Common.TInnerRowGuard.Restore(DataRow row, DataColumn col, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:168 Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.CheckPesonalLessonTable(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID, String filter) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:292 Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.GetTrainingProductForContract(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:51 [TracedException: При выполнении запроса произошла ошибка.] Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.GetTrainingProductForContract(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:195 Campus.Learning.Web.Controls.ccSelectProduct.ResetData() in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\ccSelectProduct.cs:454 Campus.Learning.Web.Controls.ccSelectProduct.gvLessonKind_SelectedIndexChanged(Object sender, EventArgs e) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\ccSelectProduct.cs:227 System.Web.UI.WebControls.GridView.OnSelectedIndexChanged(EventArgs e) +75 System.Web.UI.WebControls.GridView.HandleSelect(Int32 rowIndex) +80 System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +224 System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +190 System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4886 -------------------------------------------------------------------------------- Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433  
  Разместить ссылку на этот исходник в форуме вы можете вставив в текст сообщения следующую строку: [CODEPOST ID=246]Плохие данные :([/CODEPOST]
Оценка: Проголосовало 2 посетителей, средняя оценка 3.00
Оценить:
  1 Server Error in '/' Application.
  2 --------------------------------------------------------------------------------
  3 
  4 Плохие данные.
  5 
  6 Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
  7 
  8 Exception Details: System.Security.Cryptography.CryptographicException: Плохие данные.
  9 
 10 
 11 Source Error: 
 12 
 13 An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.  
 14 
 15 Stack Trace: 
 16 
 17 
 18 [CryptographicException: Плохие данные.
 19 ]
 20    System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException(Int32 hr) +33
 21    System.Security.Cryptography.Utils._DecryptData(SafeKeyHandle hKey, Byte[] data, Int32 ib, Int32 cb, Byte[]& outputBuffer, Int32 outputOffset, PaddingMode PaddingMode, Boolean fDone) +0
 22    System.Security.Cryptography.CryptoAPITransform.TransformFinalBlock(Byte[] inputBuffer, Int32 inputOffset, Int32 inputCount) +319
 23    System.Security.Cryptography.CryptoStream.FlushFinalBlock() +30
 24    System.Security.Cryptography.CryptoStream.Dispose(Boolean disposing) +124
 25    System.IO.Stream.Close() +15
 26    Campus.Learning.Common.TInnerRowGuard.InnerDecrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:120
 27    Campus.Learning.Common.TInnerRowGuard.Decrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:208
 28 
 29 [TracedException: ошибка расшифровки строки]
 30    Campus.Learning.Common.TInnerRowGuard.Decrypt(Byte[] rowdata, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:215
 31    Campus.Learning.Common.TInnerRowGuard.Restore(DataRow row, DataColumn col, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:162
 32 
 33 [TracedException: ошибка расшифровки строки]
 34    Campus.Learning.Common.TInnerRowGuard.Restore(DataRow row, DataColumn col, Byte[] key) in D:\work\Projects\Campus.Learning.Common\TInnerRowGuard.cs:168
 35    Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.CheckPesonalLessonTable(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID, String filter) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:292
 36    Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.GetTrainingProductForContract(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:51
 37 
 38 [TracedException: При  выполнении запроса произошла ошибка.]
 39    Campus.Learning.Web.Controls.SelectProduct.TSelectProductLogic.GetTrainingProductForContract(String StudyContractID, Int32 DiscipID, Int32 LessonSubkindID) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\TSelectProductLogic.cs:195
 40    Campus.Learning.Web.Controls.ccSelectProduct.ResetData() in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\ccSelectProduct.cs:454
 41    Campus.Learning.Web.Controls.ccSelectProduct.gvLessonKind_SelectedIndexChanged(Object sender, EventArgs e) in D:\work\Projects\Campus.Learning.Web.Controls\SelectProduct\ccSelectProduct.cs:227
 42    System.Web.UI.WebControls.GridView.OnSelectedIndexChanged(EventArgs e) +75
 43    System.Web.UI.WebControls.GridView.HandleSelect(Int32 rowIndex) +80
 44    System.Web.UI.WebControls.GridView.HandleEvent(EventArgs e, Boolean causesValidation, String validationGroup) +224
 45    System.Web.UI.WebControls.GridView.RaisePostBackEvent(String eventArgument) +190
 46    System.Web.UI.WebControls.GridView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +7
 47    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +11
 48    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +170
 49    System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4886
 50 
 51  
 52 
 53 
 54 --------------------------------------------------------------------------------
 55 Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 
Вернуться к списку исходников в категории Общие вопросы программирования на ASP.NET
 
Наш Киев

Apartments for Rent

Rambler's Top100
Рейтинг@Mail.ru
Идея: Dimon aka Manowar Программирование: Dimon aka Manowar Дизайн: Dan Lebedev
Хостинг от компании Parking.ru
Карта сайта