Hi there, I encounter a problem that it cannot get the data in some computers due to the ‘FileLoadException: A strongly-named assembly is required’ to the AirtableApiClient.dll. I am adding the AirtableApiClient.dll with version 0.9.2.0 as a reference, which is not Strong Name assembly. Does anyone know is there any strong name version I can reference to? Or any solution to the issue?
The project code is written in C#, access and get data from airtable, then serialize to a local .json file.