Forum

C# ile WebSitesi Y&...
 
Bildirimler
Hepsini Temizle

C# ile WebSitesi Yönetim Panelinden Hiçbirşey SQLServere Kayıt Edilmiyor

3 Yazılar
3 Üyeler
0 Likes
1,410 Görüntüleme
(@ismailozdemir)
Gönderiler: 4
Active Member
Konu başlatıcı
 

C# ile WebSitesi Yönetim Panelinden Hiçbirşey SQLServere Kayıt Edilmiyor ve Aşağıdaki Hata Mesajı geliyor,

Website Projemi yeniden oluşturdum, veritabanı tablolarınıda yeniden oluşturdum bir türlü olumlu sonuç alamadım,

Lütfen Yardım Edebilir misiniz? 

Şimdiden Teşekkürler.

Server Error in '/' Application.


The state information is invalid for this page and might be corrupted.

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.Web.HttpException: The state information is invalid for this page and might be corrupted.

Source Error:

[No relevant source lines]

Source File: c:\Users\ismail\AppData\Local\Temp\Temporary ASP.NET Files\root\b0fa12e0\c428932d\App_Web_omre01ec.1.cs    Line: 0

Stack Trace:

[FormatException: The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters. ]
   System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength) +10782929
   System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength) +130
   System.Convert.FromBase64String(String s) +41
   System.Web.UI.ObjectStateFormatter.Deserialize(String inputString, Purpose purpose) +66
   System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter2.Deserialize(String serializedState, Purpose purpose) +8
   System.Web.UI.Util.DeserializeWithAssert(IStateFormatter2 formatter, String serializedState, Purpose purpose) +40
   System.Web.UI.HiddenFieldPageStatePersister.Load() +127

[ViewStateException: Invalid viewstate. 
	Client IP: 127.0.0.1
	Port: 4752
	Referer:  http://localhost:4027/manageStored/stored/webYonetim.aspx?ad=kategori_list 
	Path: /manageStored/stored/webYonetim.aspx
	User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Firefox/24.0
	ViewState: /wEPDwUKLTU3Mjk4MDI4NQ9kFgICAw9kFgJmD2QWAmYPZBYGAgEPEA8WAh4LXyFEYXRhQm91bmRnZBAVARDDh0FUSSDEsFpPTEFTWU9OFQEBMRQrAwFnZGQCAw8PZDwrAAYAZAILDzwrAAkBAA8WBB4IRGF0YUtleXMWAB4LXyFJdGVtQ291bnRmZGQYAQUeX19Db250cm9sc1JlcXVpcmVQb3N0QmFja0tleV9fFgEFD2N0bDA1JGltZ0theWRldNeCb7EM32FqArs9v/M1ID9Le7AFbHY2pgmZRyQYUg4p,/wEPDwUJNzMwMzgzMDEwZGQNu6sRpoT44145mDC4+6wDVlmsvGew4zzUII/Tg6HKqA==]

[HttpException (0x80004005): The state information is invalid for this page and might be corrupted.]
   System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +198
   System.Web.UI.HiddenFieldPageStatePersister.Load() +266
   System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +88
   System.Web.UI.Page.LoadAllState() +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6704
   System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +245
   System.Web.UI.Page.ProcessRequest() +72
   System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
   System.Web.UI.Page.ProcessRequest(HttpContext context) +58
   ASP.managestored_stored_webyonetim_aspx.ProcessRequest(HttpContext context) in c:\Users\ismail\AppData\Local\Temp\Temporary ASP.NET Files\root\b0fa12e0\c428932d\App_Web_omre01ec.1.cs:0
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +341
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.18213

 
Gönderildi : 30/09/2013 19:40

(@Atillailhan)
Gönderiler: 116
Estimable Member
 

error! missing mesage!

 
Gönderildi : 01/10/2013 23:01

(@kadiravci)
Gönderiler: 202
Üye
 

Exception'ı incelerseniz hatanın hangi sayfada ve neden kaynaklandığını görebilirsiniz.

http://localhost:4027/manageStored/stored/webYonetim.aspx?ad=kategori_list  sayfasında bir veriyi base-64'e çevirip göndermek istiyorsunuz fakat kodunuz sanırım hatalı veya içerisindeki karakterler uygun değil.

 
Gönderildi : 09/10/2013 17:44

Paylaş: