如何强制符号版本中的符号版本? 我正在尝试在我的沙盒环境中开发,这是在此版本中: 版本:ES Business Central 25.3(平台25.2.29913.0 +应用程序25.3.28755.30175) 这是我的app.json: { “ id&

问题描述 投票:0回答:1

version:ES Business Central 25.3(平台25.2.29913.0 +应用程序25.3.28755.30175) enter image description here这是我的app.json:

{ "id": "97a3ace3-8ba8-4732-af0c-22e1fc6091f8", "name": "Tracking Central", "publisher": "ProgramadorBC.es", "version": "1.0.0.0", "brief": "", "description": "Tracking Central es una aplicación que permite a los usuarios realizar un seguimiento de los envíos de sus paquetes.", "privacyStatement": "", "EULA": "", "help": "", "url": "https://programadorbc.es", "logo": "./Logo/programadorbc.png", "dependencies": [ { "id": "63ca2fa4-4f03-4f2b-a480-172fef340d3f", "name": "System Application", "publisher": "Microsoft", "version": "25.3.28755.29171" }, { "id": "f3552374-a1f2-4356-848e-196002525837", "name": "Business Foundation", "publisher": "Microsoft", "version": "25.3.28755.29171" }, { "id": "437dbf0e-84ff-417a-965d-ed2bb9650972", "name": "Base Application", "publisher": "Microsoft", "version": "25.3.28755.29242" } ], "screenshots": [], "platform": "25.2.0.0", "application": "25.3.0.0", "idRanges": [ { "from": 53200, "to": 53249 } ], "resourceExposurePolicy": { "allowDebugging": true, "allowDownloadingSource": false, "includeSourceInSymbolFile": false }, "runtime": "14.0", "features": ["NoImplicitWith"] }

当我下载符号时,我看到它正在下载一个不正确的25.4应用程序:

这是我在环境中安装的版本: enter image description here

当我尝试编译时,这显然是不起作用的: enter image description hereCompilation started for project 'Tracking Central' containing '1' files at '10:50:40.512'. error AL1022: A package with publisher 'Microsoft', name 'System Application', and a version compatible with '25.4.0.0' could not be found in the package cache folders: c:\Users\Adrian\Desktop\OneDrive - programadorbc.es\AA - ProgramadorBC\Tracking Central\.alpackages error AL1022: A package with publisher 'Microsoft', name 'Base Application', and a version compatible with '25.4.0.0' could not be found in the package cache folders: c:\Users\Adrian\Desktop\OneDrive - programadorbc.es\AA - ProgramadorBC\Tracking Central\.alpackages error AL1022: A package with publisher 'Microsoft', name 'Business Foundation', and a version compatible with '25.4.0.0' could not be found in the package cache folders: c:\Users\Adrian\Desktop\OneDrive - programadorbc.es\AA - ProgramadorBC\Tracking Central\.alpackages Compilation ended at '10:50:40.532'. Error: The package could not be created.

出于某种原因,它仍然指向25.4,这是我一直在尝试的:

删除.alpackages和.snapshots文件夹

CLEAR凭据缓存

RELOAD开发人员窗口(Reload VScode)
  1. 添加基础应用程序,业务基金会,系统应用程序在依赖项中寻找25.4版本而没有找到它们
  2. 我如何强制使用正确的版本或如何解锁这种情况?
  3. Microsoft可能会在更新过程中漏洞,创建一个指向最新版本的新环境,使我再次编码:

microsoft-dynamics dynamics-365 navision dynamics-nav dynamics-business-central
1个回答
0
投票

最新问题
© www.soinside.com 2019 - 2025. All rights reserved.