问题描述
为lightswitch HTML客户端安装NuGet D3控件后,运行桌面客户端时收到错误消息.谁能帮忙
After installing NuGet D3 Controls for lightswitch HTML Client I receive an error when I run the desktop client. Can anyone help
default.htm文件引发错误,IE返回此消息"$"未定义.与该错误相关的代码如下.
The error is thrown by the default.htm file and IE returns this message '$' is undefined. The code associated with the error is below.
$(document).ready(function(){
msls._run()
.then(null,函数失败(错误){
警报(错误);
});
});
$(document).ready(function () {
msls._run()
.then(null, function failure(error) {
alert(error);
});
});
----------------------------
----------------------------
推荐答案
Scott
这篇关于为Lightswitch HTML客户端安装D3控件后出现错误-$未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!