Skip to main content

The error was SourceCode.SmartObjects.Client.SmartObjectNotFoundException: SmartObject [aoe] could not be found




 server.CreateConnection();
 server.Connection.Open(K2.StringTablel"SmartObject Server"]);
 SmartObject aoeSO = server.GetSmartObject("AOE");
SmartMethod loadMethod = aoeSO.Methodso"Load"];



 



SmartObject Server = Integrated=True;IsPrimaryLogin=True;Authenticate=True;EncryptedPassword=False;Host=bplspdevapp1;Port=5555

Never mind. I did the deploy using ms build and one of the smart of objects did not deploy.  I had to build the solution with only one sartobject and deploy it. Then I rebuilt the solution with all three smart objects and redployed. Weird.


Reply