below code App config file works well in console but it does not work in plugin.
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<!--<appSettings>
<add key="ServerURL" value=""/>
<add key="Username" value=""/>
<add key="Password" value=""/>
</appSettings>-->
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
</startup>
<system.serviceModel>
<bindings>
<netTcpBinding>
<binding name="NetTcpBinding_ACX_CaseTableQService" />
</netTcpBinding>
</bindings>
<client>
<endpoint address="url"
binding="netTcpBinding" bindingConfiguration="NetTcpBinding_ACX_CaseTableQService"
contract="CaseInfo.ACX_CaseTableQService" name="NetTcpBinding_ACX_CaseTableQService">
<identity>
<userPrincipalName value="administrator/vltech" />
</identity>
</endpoint>
</client>
</system.serviceModel>
</configuration>
*This post is locked for comments
I have the same question (0)

Report
All responses (
Answers (