HELP! ASP.NET 2.0 breaks client side javascript! Is WebResource.axd the issue?

  • Thread starter Thread starter Dav
  • Start date Start date
D

Dav

Hi,

I moved over client side javascript code from an asp.net 1.1 project to
an asp.net 2.0 project.
When I view the web page, I get all these "is null or is not object"
javascript errors.

Is there something that I am missing? Is WebResource.axd the issue?

Please post complete solutions and/or links.

I appreciate your help!

Thanks,

David
 
Dav said the following on 1/12/2006 1:33 AM in comp.lang.javascript:
Hi,

I moved over client side javascript code from an asp.net 1.1 project to
an asp.net 2.0 project.
When I view the web page, I get all these "is null or is not object"
javascript errors.

Then your JS is flawed.
Is there something that I am missing? Is WebResource.axd the issue?

Most notably you are missing a URL to a sample page.
Please post complete solutions and/or links.

Complete solutions and/or links to what?
 
Then your JS is flawed.

No. It works in VS.NET 2002 and VS.NET 2003 but not in VS.NET 2005! I
know that in VS.NET 2005 WebResource.axd was introduced and I saw that
other people had the same issue (with no real solution).
Most notably you are missing a URL to a sample page.

This is a local project. I am hoping somebody will let me know if there
are any gotchas with VS.NET 2005 and javascript.
Complete solutions and/or links to what?

If somebody has a complete solution and/or links to solving this issue
as I know that I am not the only one that has it.

Thank you for your feedback.

If somebody knows why this certain javascript would work in previous
versions of VS.NET but not in VS.2005 that would be appreciated.

David
 
Never mind. One of my developers gave me an old version of the
javascript, so it works in VS.NET 2005.
 
Back
Top