473,385 Members | 1,341 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

Runtime error: Object expected

I have a website that (apparently) is not serving WebResource.axd to the Web
browser. When a page containing a reference to a resource in WebResource.axd
(like WebForm_AutoFocus) is displayed in the Web browser, Internet Explorer
reports a Runtime Error of “Object expected”.

I cannot find any support articles that address this problem.

Oct 3 '07 #1
4 3487
I had this problem when trying to set up GZ output compression. It was
compressing the JavaScript from WebResource.axd which was not good. If
you are using any output filters, try disabling them or something to
see if that fixes your problem.

-Michael Placentra II
On Oct 3, 12:41 pm, ashwin <ash...@discussions.microsoft.comwrote:
I have a website that (apparently) is not serving WebResource.axd to the Web
browser. When a page containing a reference to a resource in WebResource.axd
(like WebForm_AutoFocus) is displayed in the Web browser, Internet Explorer
reports a Runtime Error of "Object expected".

I cannot find any support articles that address this problem.
Oct 3 '07 #2
Thank you for replying, Mike.

Can you tell me where to look for output filters?
--
ashwin
"Mike Placentra II" wrote:
I had this problem when trying to set up GZ output compression. It was
compressing the JavaScript from WebResource.axd which was not good. If
you are using any output filters, try disabling them or something to
see if that fixes your problem.

-Michael Placentra II
On Oct 3, 12:41 pm, ashwin <ash...@discussions.microsoft.comwrote:
I have a website that (apparently) is not serving WebResource.axd to the Web
browser. When a page containing a reference to a resource in WebResource.axd
(like WebForm_AutoFocus) is displayed in the Web browser, Internet Explorer
reports a Runtime Error of "Object expected".

I cannot find any support articles that address this problem.

Oct 4 '07 #3
On Oct 4, 9:46 am, ashwin <ash...@discussions.microsoft.comwrote:
Thank you for replying, Mike.

Can you tell me where to look for output filters?
--
ashwin
They can be added in Global.asax in Application_BeginRequest.

Here's an example:

Response.Filter = New myStream(Response.Filter)

-Michael Placentra II

Oct 4 '07 #4
Hi Mike,

It turned out to be an issue with SiteMinder. I had to uncheck “Verify that
file exists” for the “Wildcard application map” for SiteMinder (Website
Properties->Home Directory tab->Configuration). Once I made the change, my
browser started receiving webResource.axd.

Thank you for help, Mike
--
ashwin
"Mike Placentra II" wrote:
On Oct 4, 9:46 am, ashwin <ash...@discussions.microsoft.comwrote:
Thank you for replying, Mike.

Can you tell me where to look for output filters?
--
ashwin

They can be added in Global.asax in Application_BeginRequest.

Here's an example:

Response.Filter = New myStream(Response.Filter)

-Michael Placentra II

Oct 12 '07 #5

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

Similar topics

8
by: Tahir Hashmi | last post by:
Consider this piece of code: #include <iostream> using namespace std; class y { public: void draw()
1
by: PaulieS | last post by:
Hi all. Am migrating a customer from IIS5 on W2K server to IIS6 on W2K3. Zipped all the websites and unzipped them to the identical locations on new server. Used IISMT to migrate metabase. ...
10
by: steve | last post by:
Hi All I would like to be able to change the cell borders on certain cells to none at runtime to make a group of cells appear to be merged I have tried the following in the cellformatting...
8
by: 2bitmarksman | last post by:
I'm not sure if this belongs here or not, but everytime my moms computer tries to access sites, there are random debugging messages saying that there is a Runtime error in the Script that keeps...
3
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow...
10
RMWChaos
by: RMWChaos | last post by:
WinVista/IE7 I am getting some weird errors only in IE7, but not in FF2.0.0.8 or NN9. It even happens on this website when I click "Sign In". The error is: "A Runtime Error has occurred."...
0
by: =?Utf-8?B?Y2FzaGRlc2ttYWM=?= | last post by:
Hi, I am passing a couple of objects through a web service and get the error message below when I check the event log: System.Runtime.Serialization.SerializationException: The type...
1
by: pratimapaudel | last post by:
function Showdiv() { var SelectStates = document.getElementById('Select1').value; if(SelectStates ="3") { document.getElementById("div2").style.display = "block"; } else ...
1
by: KRISHNA PRAVI | last post by:
the error is "runtime error object expected" here is the code....................................................................................... <script language="javascript"...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.