1

Hi,

I have a ASP.NET MVC application that runs Microsoft Ajax and jQquery. If I run the following url in firefox :

http://localhost:16055/Ad/Detail/13#contactMail

The page will reload itself again and again? If I run the same url in Explorer or Chrome nothing will happen (the correct behavior)?

When removing this script includes the reload will stop in Firefox :

<script type="text/javascript" src="../../../Scripts/MicrosoftAjax.js"></script>

Then I will just get a error (not found) in MicrosoftMvcValidation.js.

This is true for all pages, even for the ones without editors.

Any idea?

mplungjan
  • 169,008
  • 28
  • 173
  • 236
Banshee
  • 15,376
  • 38
  • 128
  • 219

1 Answers1

4

Looks like you might have a version of MicrosoftAjax.js with a bug - sounds like exactly the same problem as this person had. You can get the latest version here.

Community
  • 1
  • 1
David Spence
  • 7,999
  • 3
  • 39
  • 63