Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / October 2007

Tip: Looking for answers? Try searching our database.

Runtime error: Object expected

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ashwin - 03 Oct 2007 17:41 GMT
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.
Mike Placentra II - 03 Oct 2007 22:22 GMT
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

> 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.
ashwin - 04 Oct 2007 14:46 GMT
Thank you for replying, Mike.

Can you tell me where to look for output filters?
Signature

ashwin

> 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
[quoted text clipped - 9 lines]
> >
> > I cannot find any support articles that address this problem.
Mike Placentra II - 04 Oct 2007 22:36 GMT
> 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
ashwin - 12 Oct 2007 21:40 GMT
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
Signature

ashwin

> > Thank you for replying, Mike.
> >
[quoted text clipped - 9 lines]
>
> -Michael Placentra II

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.