1. sayfa (Toplam 2 sayfa)

Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 15:41
gönderen VBMaSTeR
Saygın GM Ler bu problemi çözeceğinizden eminim oyuna giremediğim gibi desteğe mesaj atmaa kalktığımda da şu hatayı alıyorum.

Server Error in '/' Application.
--------------------------------------------------------------------------------

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
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: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[HttpException (0x80004005): Unable to validate data.]
System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +10985717
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +295

[ViewStateException: Invalid viewstate.
Client IP: 78.189.100.238
Port: 59642
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; handyCafeCFW/3.3.32)
ViewState: /wEPDwUJMzMyMzIxNTExD2QWAmYPZBYCAgMPZBYEAgEPDxYCHgdWaXNpYmxlaGRkAgUPZBYgAgEPDxYCHgRUZXh0ZWRkAgMPFgIfAGhkAgUPFgIfAGhkAgcPFgIfAGhkAgkPFgIfAGhkAgsPFgIfAGhkAg0PFgIfAGhkAg8PFgIfAGhkAhEPFgIfAGhkAhMPFgIfAGhkAhUPFgIfAGhkAhcPFgIfAGhkAhkPEA8WAh4LXyFEYXRhQm91bmRnZA8WCwIBAgICAwIEAgUCBgIHAggCCQIKAgsWCxAFBsOWbmVyaQUBMWcQBRVPeXVuY3UgaGF0YSBrdWxsYW7EsW0FATJnEAUHw5x5ZWxpawUBM2cQBQxPeXVuIEhhdGFzxLEFATRnEAUcQ2V6YSDEsHRpcmF6IC0gQmlsZ2lsZW5kaXJtZQUBNWcQBQpQbHVzIFBha2V0BQE2ZxAFEcSwS1YgRm9ydW0gRGVzdGVrBQE3ZxAFF8SwS1Ygw5Z6ZWwgU8O8csO8bSBLdXR1BQE4ZxAFClNvcnUtQ2V2YXAFATlnEAUWxLBLViBLYXJha3RlciBUcmFuc2ZlcgUCMTBnEAUdS2FyYWt0ZXIga3VydGFybWEgYmHFn3Z1cnVzdSAFAjExZxYBZmQCHQ9kFhACBQ8WAh8AaBYEAgEPDxYCHwFlZGQCAw8PFgIfAQUKMjkuMTEuMjAxMGRkAgcPFgIfAGhkAgkPFgIfAGhkAgsPFgIfAGhkAg0PEA8WAh8CZ...]

[HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.]
System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +148
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +10958997
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +59
System.Web.UI.HiddenFieldPageStatePersister.Load() +10959096
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +11042856
System.Web.UI.Page.LoadAllState() +46
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11038375
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11037914
System.Web.UI.Page.ProcessRequest() +91
System.Web.UI.Page.ProcessRequest(HttpContext context) +240
ASP.support_aspx.ProcessRequest(HttpContext context) +9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4205

Buda oyuna girerken aldığım hata

Server Error in '/' Application.
--------------------------------------------------------------------------------

Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
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: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.

Source Error:

The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:

1. Add a "Debug=true" directive at the top of the file that generated the error. Example:

<%@ Page Language="C#" Debug="true" %>

or:

2) Add the following section to the configuration file of your application:

<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>

Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.

Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.

Stack Trace:


[HttpException (0x80004005): Unable to validate data.]
System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +10985717
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +295

[ViewStateException: Invalid viewstate.
Client IP: 78.189.100.238
Port: 63924
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; .NET CLR 3.0.04506.30; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET CLR 1.1.4322; handyCafeCFW/3.3.32)
ViewState: /wEPDwUJOTU2MTIwNjU0D2QWAgIBD2QWBGYPD2QWBB4Hb25Gb2N1cwUiVHh0Rm9jdXModGhpcywnS3VsbGFuxLFjxLEgYWTEsScpOx4Gb25CbHVyBSFUeHRCbHVyKHRoaXMsJ0t1bGxhbsSxY8SxIGFkxLEnKTtkAgEPD2QWBh8ABRhUeHRGb2N1cyh0aGlzLCfFnmlmcmUnKTsfAQUXVHh0Qmx1cih0aGlzLCfFnmlmcmUnKTseBXZhbHVlBQbFnmlmcmVkZAX7wEBjJqgRvJBCVncgF8XzP2Ow
Referer: http://www.istanbuloyun.com/ttlogingame.aspx
Path: /ttlogingame.aspx]

[HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.]
System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +148
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +10958997
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +59
System.Web.UI.HiddenFieldPageStatePersister.Load() +10959096
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +11042856
System.Web.UI.Page.LoadAllState() +46
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11038375
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +11037914
System.Web.UI.Page.ProcessRequest() +91
System.Web.UI.Page.ProcessRequest(HttpContext context) +240
ASP.ttlogingame_aspx.ProcessRequest(HttpContext context) +9
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +599
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +171




--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4205







Ne yapmam gerekiyor ???

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 15:44
gönderen JouRney
Modeme rest at yada Pc ye rest at.
Olmazsa bide Geçmişi Sil düzelir mutlaka ..

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 15:49
gönderen VBMaSTeR
Bunlarla alakası yok malesef ki . Framework larla ilgili bir problem ama nasıl halledeceğimi bilemiyorum. Ne yüklemem lazım neyi nasıl güncellemeliyim.

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 15:56
gönderen JouRney
VBMaSTeR yazdı:Bunlarla alakası yok malesef ki . Framework larla ilgili bir problem ama nasıl halledeceğimi bilemiyorum. Ne yüklemem lazım neyi nasıl güncellemeliyim.
Bende de çıkmıştı bu sorundan.. Yukarda söylediğim şeylerden birini yapmıştım da hangisi hatırlayamadım, düzelmişti.. Çoğu kişide bu hata ile ilgili şöyle diyor ;

"Format At Düzelir "
"Oyunu Yeniden Kur Düzelir"

JouRney yazdı:Modeme rest at yada Pc ye rest at.
Olmazsa bide Geçmişi Sil düzelir mutlaka ..
[/b][/color]

Benimde diyeceklerim böyle. Benim dediklerimi dene bir ;) Olmassa Oyunu Baştan Kurman daha iyi olur. Formatla uğraşamam dersen ..

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 16:00
gönderen VBMaSTeR
İnternet kafede giriyorum ve malesef ki format atma şansım yok oyunu silip kurmakta fayda etmiyor. :) Teşekkür ederim yorumlarınız için

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 16:01
gönderen JouRney
VBMaSTeR yazdı:İnternet kafede giriyorum ve malesef ki format atma şansım yok oyunu silip kurmakta fayda etmiyor. :) Teşekkür ederim yorumlarınız için
Rica ederim..

[Not]: Cafe'de oynuyorsan, başka bir masaya geçmeyi dene bence :D

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 16:06
gönderen VBMaSTeR
Cuk oda işlemiyor çünkü makinalarda deppfreze var yani açıldıklarında hepsi standart :)

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 16:28
gönderen bilinmez
kaç kere cvp verdik ama sık sorulan soruları bulamadım herhalde geçmişini sıfırlıcan

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 29 Kas 2010 17:23
gönderen TWTY
Sobee üyeliğim ile girerken Server Eror in "/login" Appilcation. hatası alıyorum ne yapmalıyım?

Internet Explorer 7 sürümüne sahip olan üyelerimiz İçin ;
-Tarayıcınızı açtığınızda, üst kısımda bulunan ''Araçlar'' Seçeneğini tıklayıp daha sonra ''Internet Seçeneklerini'' Seçin.
-Gelen pencerede ''Genel'' sekmesini seçtikten sonra ''Gözatma Geçmişi'' altında ki sil tuşunu seçip, daha sonra karşınıza gelecek pencerede.Tekrar sil seçeneğini seçerek tarayıcı geçmişini silebilirsiniz.

Internet Explorer 6 sürümüne sahip olan üyelerimiz için ;
-Tarayıcınızı açtığınızda, üst kısımda bulunan ''Araçlar'' Seçeneğine tıklayıp daha sonra ''Internet Seçenekleri'' seçin.
-Gelen pencerede ''Genel'' sekmesini seçtikten sonra ''Dosyaları Sil'' seçeneğini seçip, onayladıktan sonra tarayıcı geçmişini silebilirsiniz.

TWTY

Re: Desteğe ulaşamıyorum !

Gönderilme zamanı: 30 Kas 2010 16:10
gönderen VBMaSTeR
SObee üyeliği değil TTNET üyeliği kullanıorum. Bu yöntem hiçbir işime yaramadı malesef !