pmfith
pmfith

Reputation: 909

Validation error when publishing customization containing Smartsheet SDK reference

I have an Acumatica customization that uses a third-party (Smartsheet) API reference. This works fine in a development environment - even re-publishing the customization project - but when it's packaged up and deployed on another instance, I get the following error:

enter image description here

Not sure if anyone would have any suggestions on what might possibly cause this error, but I just thought I'd check...

Thanks

Upvotes: 0

Views: 141

Answers (1)

pmfith
pmfith

Reputation: 909

The answer is that you have to include all dependent dlls for the third party API in the Acumatica Customization project's 'Files' section, even though they're compiled as references in the Acumatica customization project's Visual Studio project.

Thanks to Brian Stevens (above) for his answer and making me realize this...

Upvotes: 1

Related Questions