Skip to main content
Nintex Community Menu Bar

Installion went succesful but our .dll in the gac cant find the smart object. Any ideas how to track down this problem?

  • February 6, 2009
  • 1 reply
  • 12 views

Forum|alt.badge.img+1

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




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



 



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

1 reply

Forum|alt.badge.img+1
  • Author
  • February 6, 2009

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.