为Lightswitch HTML客户端安装D3控件后出现错误-$未定义 [英] Error after installing D3 Controls for lightswitch HTML Client - $ is undefined

查看:70
本文介绍了为Lightswitch HTML客户端安装D3控件后出现错误-$未定义的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

为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);
            });
        });

----------------------------

----------------------------

推荐答案

I"是假设您已经安装了Component One D3 Suite?   AFAIK, NuGet D3用于lightswitch HTML客户端的控件 仅与C1套件兼容?

I"m assuming you already installed the Component One D3 Suite?  AFAIK, the NuGet D3 Controls for lightswitch HTML Client is only compatible with the C1 suite?

Scott


这篇关于为Lightswitch HTML客户端安装D3控件后出现错误-$未定义的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆