Skip to main content
Nintex Community Menu Bar

execute smart object throws "Method not found: 'System.AppDomainManager System.AppDomain.get_DomainManager()'."

  • February 7, 2021
  • 7 replies
  • 366 views

using .net core app when try to execute smartObject this errors appears 

Method not found: 'System.AppDomainManager System.AppDomain.get_DomainManager()'

 

 SmartObjectClientServer smartObjectServer = new SmartObjectClientServer();
 smartObjectServer.CreateConnection();
                smartObjectServer.Connection.Open("Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=serverName;Port=5555");
 

 

7 replies

  • February 8, 2021

Hi @malek123,

 

What version of K2 are you using?

 

Kind Regards

Prineel


  • Author
  • February 8, 2021

@Prineel k2 5.4


  • February 8, 2021

Hi @malek123,

 

I think your best bet is to open a support ticket. I found a similar ticket with a similar error, however the resolution was to upgrade to K2 Five. Seeing as you are already on the K2 Five platform, its not related.

 

Kind Regards

Prineel


  • October 20, 2022

Hi, did you ever figure out what was wrong?

 

I get exact same error when using SourceCode.Workflow.Management.WorkflowManagementServer to open a connection.


  • November 29, 2022
I get the same, please let me know if you find a solution.

  • November 30, 2022

TiaanKlopper
Forum|alt.badge.img

Hi, you can find solutions to this problem in this thread here:

 

 

 

 

WorkflowManagementServer throw error Method not found: System.AppDomainManager in .NET6 K2 Five 5.3

 

Hi Tobey74, nope your link is useless it only takes you to the latest post on the Nintex community: https://community.nintex.com/#M11267

 

Maybe you where possibly referring to this link: