Strong Name for Aspose.Words Cloud references

Hello,

I’ve added a reference in the nuget package manager to Aspose.Storage-Cloud and Aspose.Words-Cloud.

However these references are not strong named and therefore do not load from our solution. Do you have any versions of these available which have a strong name?

Thank you

@mstride

Thanks for your inquiry. I am afraid we do not have a strong named version of SDK and Storage DLLs. You may get Aspose.Words for Cloud SDK and Aspose.Storage for Cloud code from following GitHub repositories and amend as per your need for strong named DLLs.

https://github.com/aspose-words-cloud/aspose-words-cloud-dotnet

1 Like

Thank you,

Building these myself with strong name has resolved the issue.

Looking at this guide https://docs.aspose.cloud/words/mail-merge/. In the C# example it mentions Common.BASEPATH. Can you please clarify what Common.BASEPATH is supposed to be?

Edit: After some experimenting http://api.aspose.cloud/v2 seems to work as a value for this. Is this correct?

Is it possible to download the sample xml file and word doc file form this example? I tried to create my own templates based on the screenshots in the document. When I try to do the mail merge I get a return of Internal Server Error. This also happens if I try it on https://apireference.aspose.cloud/words/#/MailMerge. When I check the Aspose SaaS activity log tells me it failed because “Input string not in the correct format” Am I doing something wrong here?

MergeTest.zip (55.0 KB)

@mstride

Thanks for your inquiry.

Please note http://api.aspose.cloud/v1.1 is stable BaseProductURI, http://api.aspose.cloud/v2 is not stable yet, we are working on it.

You can download examples resource files from GitHub repository as well. Hopefully it will help you to accomplish the task.

This topic has been moved to the related forum: https://forum.aspose.cloud/t/strong-name-for-aspose-words-cloud-references/8565