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");