This is a migrated thread and some comments may be shown as answers.

Server Error in '/' Application !!

0 Answers 43 Views
Grid
This is a migrated thread and some comments may be shown as answers.
A.Fırat
Top achievements
Rank 1
A.Fırat asked on 17 Aug 2012, 07:40 PM
hi friends,

i have a new error...

my page error
  

Server Error in '/' Application.

Operation could destabilize the runtime.

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.VerificationException: Operation could destabilize the runtime.

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: 

[VerificationException: Operation could destabilize the runtime.]
   Telerik.WebControls.GridClientChangesLoader.LoadChanges(String argument, NameValueCollection collection) +28
   Telerik.WebControls.RadGrid.LoadPostData(String postDataKey, NameValueCollection postCollection) +118
   System.Web.UI.Page.ProcessPostData(NameValueCollection postData, Boolean fBeforeLoad) +690
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1743



web.config files

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
    
  <system.web>

    <compilation defaultLanguage="vb" debug="true" />

    <customErrors mode="Off" defaultRedirect="hatalar/hata.htm" />

    <authentication mode="Forms">
<forms name="OturumAc" loginUrl="oturum_ac.aspx" protection="All" timeout="20" path="/" />
    </authentication> 

    <authorization>
        <deny users="?" /> <!-- Allow all users -->

    </authorization>


    <trace enabled="false" requestLimit="10" pageOutput="false" traceMode="SortByTime" localOnly="true" />

    <sessionState 
            mode="InProc"
            stateConnectionString="tcpip=127.0.0.1:42424"
            sqlConnectionString="data source=127.0.0.1;Trusted_Connection=yes"
            cookieless="false" 
            timeout="80" 
    />

    <globalization requestEncoding="utf-8" responseEncoding="utf-8" fileEncoding="iso-8859-9" />

<pages validateRequest="false" />

<!-- HTTP RUNTIME 
    -->
    <httpRuntime 
executionTimeout="90" 
maxRequestLength="999999" 
useFullyQualifiedRedirectUrl="false" 
minFreeThreads="8" 
minLocalRequestFreeThreads="4" 
appRequestQueueLimit="100" 
enableVersionHeader="true"
/>

<!-- HTTP MODULES 
    -->


  </system.web>
  
  <appSettings>
  
<add key="BaglantiCumlesi" value="Persist Security Info=False;Data Source = ********; Initial Catalog=******;UID=*****;pwd=*********"/>

  </appSettings>

</configuration>

please help me!!

No answers yet. Maybe you can help?

Tags
Grid
Asked by
A.Fırat
Top achievements
Rank 1
Share this question
or