问题描述
我已经建立了一个asp.net应用程序。每次我运行它,我得到一个错误说:
I have built an asp.net application. Every time I am running it, I am getting an error saying:
未处理的异常在1号线,在脚本块列1
Unhandled exception at line 1, column 1 in script block
0x800a1391 - JavaScript的运行时错误:'fidoCallback未定义
0x800a1391 - JavaScript runtime error: 'fidoCallback' is undefined
我曾尝试加入
功能fidoCallback(状态){}
function fidoCallback(status) { }
,但它并没有帮助。任何帮助将是AP preciated。
but it is not helping. Any help would be appreciated.
推荐答案
得到了错误背后的实际原因。这是因为安装了诺克诺克实验室。卸载,从您的扩展,然后你可以看到,错误不会重复。没有必要在此之后添加fidocallback。
Got the actual reason behind the error. It is because of the Nok Nok Labs installed. Uninstall that from your extensions and then you can see that the error does not repeat. No need to add fidocallback after this.
这篇关于JavaScript的运行时错误:'fidoCallback'未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!