Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在相关的知识,希望对你有一定的参考价值。

Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在 ServiceModel 客户端配置部分中,找不到引用协定“DataService.DataService”的默认终结点元素。这可能是因为未找到应用程序的配置文件,或者是因为客户端元素中找不到与此协定匹配的终结点元素。 位于 System.ServiceModel.Description.ConfigLoader.LoadChannelBehaviors(ServiceEndpoint serviceEndpoint, String configurationName)
位于 System.ServiceModel.ChannelFactory.ApplyConfiguration(String configurationName)
位于 System.ServiceModel.ChannelFactory.InitializeEndpoint(String configurationName, EndpointAddress address)
位于 System.ServiceModel.ChannelFactory`1..ctor(String endpointConfigurationName, EndpointAddress remoteAddress)
位于 System.ServiceModel.EndpointTrait`1.CreateSimplexFactory()
位于 System.ServiceModel.EndpointTrait`1.CreateChannelFactory()
位于 System.ServiceModel.ClientBase`1.CreateChannelFactoryRef(EndpointTrait`1 endpointTrait)
位于 System.ServiceModel.ClientBase`1.InitializeChannelFactoryRef()
位于 System.ServiceModel.ClientBase`1..ctor()
位于 Dcqtech.Wlw.WcfFuncation.DataService.DataServiceClient..ctor()
位于 Dcqtech.Wlw.WcfFuncation.DataServiceClient..ctor()
位于 Dcqtech.Wlw.Modules.SituationAnalysis.View.TollGateTrafficFlow..ctor(String str_station_bm)
位于 Dcqtech.Wlw.Modules.SituationAnalysis.TrafficFlowAnalysis.TollTrafficFlowAnalysis(String TollBM)
位于 Dcqtech.Wlw.Modules.SituationAnalysis.View.FlowaccAnalysisView.feature_MouseLeftButtonUp(Object sender, MouseButtonEventArgs e)
位于 SuperMap.Web.Core.Feature.‹(MouseButtonEventArgs )
位于 SuperMap.Web.Mapping.FeaturesLayer.(Object , MouseButtonEventArgs )
位于 ..OnMouseLeftButtonUp(MouseButtonEventArgs )
位于 System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl, EventArgs e)
位于 MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName, UInt32 flags)

参考技术A 看异常应该是服务协定的问题,wcf服务配置地址出错,也可能是端口号有错误,删掉客户端配置文件,重新引用服务看下,发布注意不要用localhost之类的东东,服务有改动或者协定不匹配,只能大概给你思路

npm启动Microsoft JScript运行时错误800A138F对象

NPM入门......

我可以运行以下命令来启动我的应用程序。

node app

但是,当我运行以下命令时,我收到以下错误:

npm start

期望Windows脚本宿主对象

第2行

800A138F

Microsoft JScript运行时错误

App.js:

var port = 5000;
var express = require('express');

的package.json:

{
  "name": "2",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "app.js"
  },
  "author": "",
  "license": "ISC",
  "dependencies": {
    "express": "^4.13.3"
  }
}

我当然运行这个命令:

npm install express --save

好像NPM找不到快递包?为什么不?

答案

我知道为时已晚,无法回答,但万一像我这样的流浪者将来会遇到同样的问题。

解:

需要在脚本中的node之前添加app.js关键字。所以,启动脚本应该

"scripts": { "start": "node app.js" },

这解决了我。

另一答案

使用> node app.js而不是> app.js

然后它会工作

另一答案

如果您使用的是Visual Studio代码,则可能已接管运行该脚本。如果在VS Code中,请按F5并查看项目是否正常运行。我不知道为什么这样做,但对我来说。 This向我倾斜

另一答案

我也有这个问题。 .js文件与Microsoft脚本引擎相关联。有些人建议我们将扩展与计划联系起来,但我不认为这是必要的。我能够通过我在NODE Docs中找到的以下指令解决问题。

请确保您在bin中引用的文件以

#!/usr/bin/env node

否则脚本在没有节点可执行的情况下启动!

另一答案

当我使用Visual Studio Code遇到同样的问题时,我试图在端口8080上运行localhost,但是通过按F5,我能够知道端口已经被占用,所以我将端口更改为3000,并且中提琴!这对我有用。

Check out the error

以上是关于Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在的主要内容,如果未能解决你的问题,请参考以下文章

npm启动Microsoft JScript运行时错误800A138F对象

“Microsoft JScript运行时错误:无法获取属性'html'的值:

Microsoft JScript 运行时错误: Unhandled Error in Silverlight Application 在

Microsoft JScript运行时错误 document.images.slide.filters为空或不是对象

Microsoft JScript 编译错误 错误 '800a03f7'

tailwind.js 文件中的 Microsoft JScript 编译错误 800A0404