473,624 Members | 2,121 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

problem using AJAX 3.5 (Dev ok, live not ok)

My web-app using .NET 3.5 and AJAX 3.5, is working well using the local
machine.

When running on the webserver (windows 2003 + .NET 3.5 installed) the page
works just fine, until I hit 'Next' wich is supposed to do a postback (in
the updatepanel) and show the next UserControl (it is sort of a wizzard like
app). Then I get 'Error on page.' in the bottom-left corner of IE and this
message :

Sys.WebForms.Pa geRequestManage rServerErrorExc eption: Object reference not
set to an instance of an object. (Line 605, char 13)

I tested this using Vista + IE7 and XP Pro + IE7.
I did not write any kind of javascript in these pages/usercontrols and am
really surprised about this.

If I turn off PartialRenderin g I get the following error during the loading
of the page :

'Sys.WebForms.P ageRequestManag er' is null or not an object (Line 925, char
5)

I really don't know what to make of this, I thought Ms-AJAX was just
supposed to be drag-n-drop AJAX.
Can anyone help me out, I'm moving toward my deadline really fast...
TIA,
Jurjen.

Feb 1 '08 #1
1 1679
Turns out that somehow an outdated ascx was put on the site, this threw an
error on AsyncPostback After renewing the ASCX the problem dissapeared.

Jurjen.

"Jurjen de Groot" <Ju************ *@xs4all.nlwrot e in message
news:u7******** ******@TK2MSFTN GP06.phx.gbl...
My web-app using .NET 3.5 and AJAX 3.5, is working well using the local
machine.

When running on the webserver (windows 2003 + .NET 3.5 installed) the page
works just fine, until I hit 'Next' wich is supposed to do a postback (in
the updatepanel) and show the next UserControl (it is sort of a wizzard
like app). Then I get 'Error on page.' in the bottom-left corner of IE and
this message :

Sys.WebForms.Pa geRequestManage rServerErrorExc eption: Object reference not
set to an instance of an object. (Line 605, char 13)

I tested this using Vista + IE7 and XP Pro + IE7.
I did not write any kind of javascript in these pages/usercontrols and am
really surprised about this.

If I turn off PartialRenderin g I get the following error during the
loading of the page :

'Sys.WebForms.P ageRequestManag er' is null or not an object (Line 925, char
5)

I really don't know what to make of this, I thought Ms-AJAX was just
supposed to be drag-n-drop AJAX.
Can anyone help me out, I'm moving toward my deadline really fast...
TIA,
Jurjen.
Feb 2 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
1546
by: Showjumper | last post by:
There are 3 or so different AJAX libs that are out there available for use - Anthem.NET AJAX.Net Atlas Atlas as i undserstand it is for ASP.NET 2.0. What about about the other 2? Any comments, can they be used w/ 1.1 and/or 2.0. Right now i have only 1.1 sites deployed live, just playing around w/ 2.0 on my local computer so i wouldnt use atlas on the live sites.
3
1674
by: Alok yadav | last post by:
I have an open IP and on that IP our main application is hosted. it uses ajax. in web.config file i have register ajax handlers. there are also other sites or project on that IP. now my problem is that other ASP.net projects throws error and take my web.config file as thier web.config. this server is my office server. now this create a big problem for us. Please give me the solution of that problem. how site consider their own web.config...
12
3255
by: bbawa1 | last post by:
Hey, I have a master.page and a Default.aspx page. I'm trying to use AJAX to postback to the server. However, when I place the <asp:ScriptManager ...tag on the Default.aspx page I get an "Element 'ScriptManager' is not a known element. This can occur if there is a compilation error on the Web site." What is the problem here? Am I missing something?
4
1953
by: TampaWebDevelopment | last post by:
I have a server with about 50 web applications on it. I would like to enable ASP.NET Ajax on all of them, but I don't want to spend the time manually modifying each and every web.config. Can I simply add the ajax entries to the machine.config instead? And, if so, exactly what are the entries I will need to add? Thanks for your help!
1
1656
by: querry | last post by:
Hi all, I am using the ASP.NET AJAX Toolkit form http://asp.net/ajax It has something called ModalPopupExtender to create a popup. You can view the live demo at http://asp.net/AJAX/Control-Toolkit/Live/ModalPopup/ModalPopup.aspx This extender takes the ID of a control as the value of the "TargetControlID" attribute. <ajaxToolkit:ModalPopupExtender ID="MPE" runat="server" TargetControlID="LinkButton1"
3
2439
by: ma | last post by:
Hello, I installed the latest version of AJAX toolkit today and start playing with it. I can not add any AJAX control to my page. When I try to add it, it is added as follow: <cc1:TabContainer ID="TabContainer1" runat="server">
3
2068
by: wendallsan | last post by:
Hi All, I've stumped myself writing an app that uses Prototype and a bit of PHP. Here is what I have: I have a custom class named Default_county_init_data that, upon initialization makes several Ajax.Request calls to gather data from the server. What I'm having trouble with is getting the data from the Ajax call back to the custom class instance. I basicially want to get a Javascript array from my PHP page and insert that into the...
2
1753
by: ng01 | last post by:
In AjaxPro, if you leave out the Callback parameter, it becomes a synchronous call. Is it possible to perform a synchronous call with ASP.NET AJAX? Please limit responses to the question posed...let's leave the discussions of why not async, or what does the "A" mean for another thread. Thanks for any help and examples of how to do it.
10
1943
by: Raheem | last post by:
Hello, I built a development version of a live website on my hosted account. However the development version is having problems with finding include files. After troubleshooting I was able to resolve the issue by removing the ../ from the beginning of the include file path. But now I am looking at making this modification hundreds of times in all kinds of files. I'd like to keep the dev env similar to the live env so I can port changes...
0
8236
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8679
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8621
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8335
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8475
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7159
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6110
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4079
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
1785
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.