首页 > 其他分享 >Manage your references to .Net assemblies Dynamics 365 for Operations VS projects

Manage your references to .Net assemblies Dynamics 365 for Operations VS projects

时间:2022-11-23 09:57:30浏览次数:79  
标签:Operations assembly assemblies Manage AxReference Dynamics Net your

(Dynamics 365 for Operations was previously known as the New Dynamics AX)

Dynamics 365 for Operations Visual Studio projects allow X++ code to interact seamlessly with code written in other .Net languages.

You can reference a C# project as described or reference third party .Net assemblies directly from your Visual Studio project as shown in the image below.

image

   

Once you have a reference to a .Net assembly added, an AxReference element is added to your model and the assembly (dll) is automatically copied to the bin folder of your package. For example, If you are developing in the model ISVModel1 that belongs to the package ISVPackage1:

  • The assembly will be copied to \ISVPackage1\bin\Thirdpartyassembly.dll
  • An AXReference is created in \ISVPackage1\ISVModel1\AxReference\Thirdpartyassembly.xml

If you are using version control, make sure you check-in both files (in the example above) to your VSTS repository, so other developers can synchronize them and the build automation system on build environments can build your code successfully.

When you create a deployable package (for deployment to sandbox or production) on a dev/build VM that has these 2 files (AxReference and assembly files) in the desired location, the deployable package will automatically contain the needed AxReference and assembly files.

标签:Operations,assembly,assemblies,Manage,AxReference,Dynamics,Net,your
From: https://www.cnblogs.com/lingdanglfw/p/16917307.html

相关文章

  • 【深入浅出 Yarn 架构与实现】4-1 ResourceManager 功能概述
    前面几篇文章对Yarn基本架构、程序基础库、应用设计方法等进行了介绍。之后几篇将开始对Yarn核心组件进行剖析。ResourceManager(RM)是Yarn的核心管理服务,负责集群管......
  • asp.net中ScriptManager是做什么用的
    https://zhidao.baidu.com/question/477322362.html命名空间:System.Web.UI程序集:System.Web.Extensions.dll功能跟Page上的ClientScript差不多,不过主要是用来支持ASP.N......
  • [转]在安装oracle的时候遇到:由于以下错误,Enterprise Manager配置失败
    原文地址:在安装oracle的时候遇到:由于以下错误,EnterpriseManager配置失败-码迷移动版-m.mamicode.com先运行netca添加监听程序,然后用emca重建EM命令为:emca-configdbc......
  • "Android SDK and AVD Manager" cannot
    Eclipse安装ADT插件之后现象:发现没有AndroidManager的图标,在Window菜单下也没有,此时右键菜单栏,选择加入AndroidManager。勾选现象:此时发现不能显示,原因在于所有的子命令......
  • 解密-Xmanager密码解密
    Xmanager密码解密(XshellXftp基本一样)快速说明(实测wind7Xshell密码解密)需要whoami和配置文件只能在window机器上解密,因为要安装pypiwin32,pycryptodom......
  • 通过 API 快速创建 AlertManager silence
    概述通常我们要silence某个AlertManager的alert时,需要通过UI界面操作,如下图:效率有点低,而且不够自动化,那么是否可以有一种办法快速创建AlertManagersilence呢?......
  • 通过 API 快速创建 AlertManager silence
    概述通常我们要silence某个AlertManager的alert时,需要通过UI界面操作,如下图:效率有点低,而且不够自动化,那么是否可以有一种办法快速创建AlertManagersilence呢......
  • kubeadm修改kube-controller-manager和kube-scheduler的bind ip
    kubeadm部署k8s集群,kube-controller-manager和kube-scheduler的监听IP默认为127.0.0.1,如果需要将其改为0.0.0.0用以提供外部访问,可分别修改对应的manifest文件。kube-cont......
  • Failed to create SubnetManager
    问题:k8s在安装flannel插件的过程中,flannelpod启动不起来,日志报:FailedtocreateSubnetManager:errorretrievingpodspecfor'kube-system/kube-flannel-ds-amd64-b......
  • 银河麒麟-windows下使用Xmanager无法登录或操作慢问题
    Xmanager无法登录或操作慢问题: 1、检查/var/log/mcelog里是否有记录信息,该文件有信息说明硬件有问题,报整体厂商处理,硬件正常是无信息的; 2、如果硬件正常,检查本地图形......