我有一个组服务部署在动态ax,但我有这个错误:
Le port«EmployCVgrp»n'a paspuêtredéployé。
ERREUR:
c:\ Users \ admin \ AppData \ Local \ Temp \ ServiceGeneration \ EmployeCVservice.cs(42,19):错误CS0234:命名空间“Dynamics.Ax.Application”中不存在类型或命名空间名称“EmployeCV”(是你错过了一个程序集引用?)
同时在oas.config
发现了另一个错误:
'name'属性无效 - 根据数据类型'servicenametype',该值无效“枚举约束失败”
我的代码是自动生成的:
<service behaviorConfiguration="DefaultServiceGroupBehavior" name="Microsoft.Dynamics.Ax.Services.EmployCVgrp">
<endpoint address="net.tcp://AOS_SERVICE_HOST/DynamicsAx/Services/EmployCVgrp" binding="netTcpBinding" bindingConfiguration="DefaultServiceGroupBinding" name="DefaultServiceGroupEndPoint" contract="Microsoft.Dynamics.Ax.Services.ServiceGroup" />
</service>