当前位置: 首页 > news >正文

Arcgis Runtime 100.3开发实例源代码调试日志

Arcgis Runtime 100.3开发实例源代码调试日志

路径:

"D:\arcgis runtime1003\arcgis-runtime-samples-dotnet-master\src\WPF\ArcGISRuntime.WPF.Viewer.sln"

 

问题1:

D:\arcgis runtime1003\arcgis-runtime-samples-dotnet-master\arcgis-runtime-samples-dotnet-master\src\WPF\ArcGISRuntime.WPF.Viewer\ArcGISRuntime.WPF.Viewer.csproj : error : The item metadata "%(Filename)" cannot be applied to the path "D:\arcgis runtime1003\arcgis-runtime-samples-dotnet-master\arcgis-runtime-samples-dotnet-master\packages\Esri.ArcGISRuntime.WPF.100.3.0\build\net461\..\..\lib\net461\ArcGISRuntime100.3\resources\shaders\trianglemesh_color_phongshadow_world_instance_draw_vs.cso". The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

解决办法:

路径太长,去掉一个子文件夹

问题2:

Some bytes have been replaced with the Unicode substitution character while loading file D:\arcgis runtime1003\arcgis-runtime-samples-dotnet-master\src\WPF\ArcGISRuntime.WPF.Viewer\Samples\GraphicsOverlay\Animate3DGraphic\Animate3DGraphic.xaml.cs with Chinese Simplified (GB2312) encoding. Saving the file will not preserve the original file contents.

 

编译不通过,问题位置为:

Dispatcher.BeginInvoke(new Action(() =>

{

// Update the progress slider

MissionProgressBar.Value = missionProgress;

 

// Update stats display

AltitudeLabel.Text = currentFrame.Elevation.ToString("F") + "m";

HeadingLabel.Text = currentFrame.Heading.ToString("F") + "?;

PitchLabel.Text = currentFrame.Pitch.ToString("F") + "?;

RollLabel.Text = currentFrame.Roll.ToString("F") + "?;

}));

 

必应查找错误代码

Bing HeadingLabel.Text = currentFrame.Heading.ToString("F")

 

https://developers.arcgis.com/net/latest/wpf/sample-code/animate3dgraphic.htm

 

 

 

成功

 

 

 

 

相关文章:

  • 上厅房,下厨房,ElasticSearch有的忙
  • Linux安装gitlab
  • 专家齐议尘肺病农民救助难点
  • Codeforces Round #532(Div. 2) A.Roman and Browser
  • 澳大利亚将开启全球人才计划 吸引优秀技术移民
  • kubernetes 设置CA双向数字证书认证
  • 澳门消防局拟购置无人机协助紧急救援
  • spring学习总结(一)_Ioc基础(下)
  • 联邦法官驳回章莹颖案被告所有动议 全案按原计划审理
  • MySQL逻辑架构及性能优化原理
  • mysql 查询的时候没有区分大小写的解决方案
  • 2.python数据类型
  • [译] 讨论 JS ⚡:文档
  • 利用pyecharts做地图数据展示
  • 文件的上传和下载
  • 【css3】浏览器内核及其兼容性
  • Apache Pulsar 2.1 重磅发布
  • extract-text-webpack-plugin用法
  • happypack两次报错的问题
  • Java反射-动态类加载和重新加载
  • Js基础——数据类型之Null和Undefined
  • mysql_config not found
  • Promise面试题2实现异步串行执行
  • spark本地环境的搭建到运行第一个spark程序
  • Spring Cloud Alibaba迁移指南(一):一行代码从 Hystrix 迁移到 Sentinel
  • Spring Cloud(3) - 服务治理: Spring Cloud Eureka
  • 第三十一到第三十三天:我是精明的小卖家(一)
  • 简单实现一个textarea自适应高度
  • 开源SQL-on-Hadoop系统一览
  • 可能是历史上最全的CC0版权可以免费商用的图片网站
  • 离散点最小(凸)包围边界查找
  • 聊聊spring cloud的LoadBalancerAutoConfiguration
  • 每个JavaScript开发人员应阅读的书【1】 - JavaScript: The Good Parts
  • 排序算法之--选择排序
  • 前嗅ForeSpider教程:创建模板
  • 用element的upload组件实现多图片上传和压缩
  • nb
  • shell使用lftp连接ftp和sftp,并可以指定私钥
  • 积累各种好的链接
  • !$boo在php中什么意思,php前戏
  • #我与Java虚拟机的故事#连载13:有这本书就够了
  • (ros//EnvironmentVariables)ros环境变量
  • (附源码)springboot 校园学生兼职系统 毕业设计 742122
  • (附源码)计算机毕业设计ssm基于B_S的汽车售后服务管理系统
  • (四)c52学习之旅-流水LED灯
  • (未解决)macOS matplotlib 中文是方框
  • (五)MySQL的备份及恢复
  • (转)shell中括号的特殊用法 linux if多条件判断
  • (转)平衡树
  • (转)人的集合论——移山之道
  • *p++,*(p++),*++p,(*p)++区别?
  • .NET Core Web APi类库如何内嵌运行?
  • .Net mvc总结
  • .net 调用php,php 调用.net com组件 --
  • .NET 事件模型教程(二)