简体   繁体   English

Webresource文件未正确加载,将引发404错误,然后说明以下定义的javascript文件

[英]Webresource files not loading properly throwing 404 errors then stating the javascript files arent defined below that

So I have a page that calls in controls from another solution, aka why the webresource files are needed. 因此,我有一个页面可以调用其他解决方案中的控件,也就是为什么需要webresource文件的页面。 These files are javascript files coming in to control the form. 这些文件是用于控制表单的javascript文件。 For some reason two of the top files dont work and then the bottom two do. 出于某种原因,前两个文件不起作用,而后两个文件起作用。 Exp: 经验值:

<script src="/WebResource.axd?d=1Tr8Mvsq-xPvHYjU9XJnuFyQ_tbQZbcOPSoApVUD9XtrtDIZiBwervNxtmfmLq-VvuZa_cAkkcEMi1AQ4TmiKFUYEG28ApnhtmKUsQU1wbU1&amp;t=635200758466652144" type="text/javascript"></script> - **DOESNT WORK**


<script src="/WebResource.axd?d=5RczNbAFoI0LV2Pnfqj79jxyDouwE3SMdxdvlspER2GAWzRxuEUUrKiFWZWtY9Ea-Gr8iZ38MJVrALxkp4Cz5MfeSYIj4Q9QdafByjgtvJ1I_EZ5qe-TCnYc6bSK8ktE3mevTGeG1rSTpnUunhZmwCYJBxucCls94hCg08s0oOwIM2JdvPyiUZV94NUwT1UOt6WA_vVjQmc4D2r5PyqKmkH0oFwq-8JP8Yvf77pcDDGqWz9htW-UZwBxKDY43Fn9HVJ2V_7M8VI5CbTARvkCdfE00f8sl_iJSg2bKQ5-wL01&amp;t=635346160098280718?1.0.5235.13329" type="text/javascript"></script>- **DOESNT WORK**

<script src="/WebResource.axd?d=HPhniWMBSUGCGQGxsRwIIQwQyQ2mdLNlG0GnxVhLFfWApOkmrr72unlOn8vYGG6aQLUrC9myEBWN8wZkVWtKFsxxeuX7HbuxWMkYFICExc86MjdmH0b0TVgk3ky_O02NEBbaspdm7TQCiA-4SoH_IvXkf3rsHWK-TWqoIQYMHE5weXEgg0xrhPZcWjQ8cMUN-JyfsaNaFrn5MkUJcQt6q-EhT_U_PfDUHWPOpJJAgUaJRTgOuU3y_pYr1nMUuG2W0&amp;t=635346160098280718?1.0.5235.13329" type="text/javascript"></script> - **WORKS**

<script src="/WebResource.axd?d=tB0elUveM8i0js4eoAZE06ABBMb7wzMo6ZCqd6z1bkEqBLy37NIfvwubwu8sDS6fPA0qhO0dgHDtfaCjSzW95PXWmskhbE8Tz4hHzt3OiO9_ZM1mDf0G9TAvxvIO6yU_wyK_6Hx8tb6waqmL-4SekKKv4LzqbAmj4gACw4U2JIL6CtWVAfJEEAmimRJm9l6Bl3vfHtumRD2cTKtdCobtj3IItDoN3HUAjTDiwAqylDrtJi-BAdUjVaK8iw4I6EJmV5cLa09zgIUg6rV4cjsCcQ2&amp;t=635346160098280718?1.0.5235.13329" type="text/javascript"></script> - **WORKS**

And then here is the errors I get in the console after the page loads 然后这是页面加载后在控制台中出现的错误

Failed to load resource: the server responded with a status of 404 (Not Found) http://www.globusfaith.com/general.aspx?aspxerrorpath=/WebResource.axd
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.globusfaith.com/general.aspx?aspxerrorpath=/WebResource.axd
event.returnValue is deprecated. Please use the standard event.preventDefault() instead.
Uncaught ReferenceError: WebForm_FireDefaultButton is not defined ?ciid=8385426:25
Uncaught ReferenceError: SubmitPage2 is not defined ?ciid=8385426:556
Uncaught ReferenceError: WebForm_DoPostBackWithOptions is not defined
Uncaught ReferenceError: SubmitPage2 is not defined ?ciid=8385426:556
Uncaught ReferenceError: WebForm_DoPostBackWithOptions is not defined

Anyone know why some work some times and then not? 有人知道为什么有些时候会工作吗?

确保将来不会在应用程序的bin文件夹中创建和修改dll文件的时间戳。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM