高手帮忙啊,关于.net+Ext2.0的问题,特急~~

问题描述

小弟用得是VS2005,装了AJAXExtensions插件。现在有这样一个问题,我在index.aspx页面用了Ext布局,并使用autoLoad加载Default.aspx,Default.aspx有<asp:ScriptManagerID="ScriptManager1"runat="server"></asp:ScriptManager>IE下发现错误:行2char1语法错误FF下查看错误控制台发现错误:“Sysisnotdefined”http:/localhost/ExtDemo/js/ext-all.js我不知道为什么会有这样的错误,请帮忙解决一下

解决方案

解决方案二:
你把ajax目录下的那个扩展dll复制到项目中去试试。或者你设debugger;调试下javascript看具体是什么原因引起的错误。
解决方案三:
估计是AJAX扩展没安装好,如果是刚安装,最好重启一下,并把IE的缓存全部清空
解决方案四:
估计是AJAX扩展没安装好,如果是刚安装,最好重启一下,并把IE的缓存全部清空
解决方案五:
web.config里面没设好,添加几句配置文件就好了
解决方案六:
<configSections><sectionGroupname="system.web.extensions"type="System.Web.Configuration.SystemWebExtensionsSectionGroup,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"><sectionGroupname="scripting"type="System.Web.Configuration.ScriptingSectionGroup,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"><sectionname="scriptResourceHandler"type="System.Web.Configuration.ScriptingScriptResourceHandlerSection,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"requirePermission="false"allowDefinition="MachineToApplication"/><sectionGroupname="webServices"type="System.Web.Configuration.ScriptingWebServicesSectionGroup,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"><sectionname="jsonSerialization"type="System.Web.Configuration.ScriptingJsonSerializationSection,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"requirePermission="false"allowDefinition="Everywhere"/><sectionname="profileService"type="System.Web.Configuration.ScriptingProfileServiceSection,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"requirePermission="false"allowDefinition="MachineToApplication"/><sectionname="authenticationService"type="System.Web.Configuration.ScriptingAuthenticationServiceSection,System.Web.Extensions,Version=1.0.61025.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35"requirePermission="false"allowDefinition="MachineToApplication"/></sectionGroup></sectionGroup></sectionGroup></configSections><connectionStrings>紧挨着放在<configuration>下面,必须是它的第一个节。还不行的话,new一个ajax的website,这段代码是自动添加的。
解决方案七:
我的web.config是从新建的ajax的website的东西复制过来的,应该没问题,以前做项目都正常的,现在我用了ext,就出现这样莫名其妙的问题

时间: 2024-08-16 04:50:27

高手帮忙啊,关于.net+Ext2.0的问题,特急~~的相关文章

xmn-运行Java程序时,JVM参数没有生效,请高手帮忙看看。

问题描述 运行Java程序时,JVM参数没有生效,请高手帮忙看看. 小弟在学习GC的过程中,遇到JVM参数未生效的问题,一时不知道怎么解决,请路过大神帮帮忙指点指点,小弟谢过! 运行环境为:Win7 64bit, 4 core. 1,程序如下 public class PSGCDirectOldDemo { /** * @para args * @throws InterruptedException */ public static void main(String[] args) throw

项目启动报oracle错-项目启动报错,在网上查了好多资料还是为解决,求高手帮忙

问题描述 项目启动报错,在网上查了好多资料还是为解决,求高手帮忙 [14:22:13] [com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread-#1] WARN - com.mchange.v2.resourcepool.BasicResourcePool$AcquireTask@11765ae -- Acquisition Attempt Failed!!! Clearing pending acquires. While t

线程-VC6 写windows服务问题,请高手帮忙指点一下

问题描述 VC6 写windows服务问题,请高手帮忙指点一下 UINT _MainThread(LPVOID lparam)//主线程 { cout<<"_MainThread Start!"< CString dspmsg; UINT timeID1 = 0; if (!m_pFSockServer->Create(gListenPort) ) { exitService(GetError(GetLastError())); return -1; } if

indows+蓝屏-Windows系统蓝屏,下面是bluescreanView和Windbg分析的结果,求高手帮忙看下~~谢谢

问题描述 Windows系统蓝屏,下面是bluescreanView和Windbg分析的结果,求高手帮忙看下~~谢谢 BlueScream分析结果: ==================================================** Dump File : 121814-18735-01.dmp Crash Time : 2014/12/18 7:19:00 Bug Check String : CRITICAL_OBJECT_TERMINATION Bug Check C

加密-java和php的hmac_sha1结果不同,求高手帮忙

问题描述 java和php的hmac_sha1结果不同,求高手帮忙 最近遇到hmac_sha1跨语言加密的问题,只提供给了java加密文件,没提供php的,我用php hmac_sha1内置函数,得到的sig加密结果不同,欢迎高手帮忙提供相对应的php代码,提供的java类如下 欢迎加QQ: 847036019 public abstract class Coder { public static final String KEY_SHA = "SHA"; public static

msp430 串口发送-MSP430F247串口发送问题,求高手帮忙看一下,谢谢,实在是弄不出来了~

问题描述 MSP430F247串口发送问题,求高手帮忙看一下,谢谢,实在是弄不出来了~ 我的程序是这样的: #include void delay_us(int n) { for(int i=0; i<n; i++) for(int j=0; j<8; j++); } void UartInit() { UCA0CTL1 |= UCSWRST; P3SEL |= 0x30; // P3.4,5 = USART0 TXD/RXD UCA0CTL1 |= UCSSEL1; //8Mhz, 1152

dfs-HUD 1010老超时求高手帮忙

问题描述 HUD 1010老超时求高手帮忙 import java.util.Scanner; public class Num2 { static int t,y2,x2,v; static char[][] map; public static void dfs(int i,int j,int count){ if(i<0 || j<0 || i>=map.length || j>=map[i].length){ return; } if(((t-count)-(Math.ab

ajaxpro 验证出现的一点问题,比较奇怪,请各位高手帮忙解决

问题描述 这个是代码<%@PageLanguage="C#"AutoEventWireup="true"CodeFile="ajaxtest.aspx.cs"Inherits="ajaxtest"%><!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xh

html5-【菜鸟问题】两组轮播JS代码有冲突,问题很多!求高手帮忙解决

问题描述 [菜鸟问题]两组轮播JS代码有冲突,问题很多!求高手帮忙解决 上图JS代码如下: [code=javascript] //首页顶部轮播 var i = 0; jummper(); function jummper() { $(".car ul li").eq(i).find("img").css("left", "-100%"); //滑动图在左边-100%准备 $(".car ul li").e

app-跪求高手帮忙看下程序为什么android连接不到servlet上,谢谢大家了

问题描述 跪求高手帮忙看下程序为什么android连接不到servlet上,谢谢大家了 android客户端 package com.android.helloworld; import java.io.DataOutputStream; import java.io.IOException; import java.io.OutputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException;