Aspose Dll on Unity

Hello,

I’m a junior Unity Developer and, for a personal project I want to use Aspose.Words (Now on demo version, full version later according to my financial situation).

The current project works perfectly on editor and write my file.

But on the build, it seems like the application don’t find the Dll.

The Dll is in the Plugins folder in Unity, I’ve set the API compatibility to .Net 2.0 and build in x86 and x86_64.

In the final build, I find the Dll in managed and Plugins folder, so I don’t understand why it’s not working.

PS: I’m really sorry if my English is not so good, not my mother tongue !

EDIT : On development console, I’ve this :

NotSupportedException: CodePage 1252 not supported

at System.Text.Encoding.GetEncoding (Int32 codepage) [0x00157] in /Users/builduser/buildslave/mono-runtime-and-classlibs/build/mcs/class/corlib/System.Text/Encoding.cs:528

at  …cctor () [0x00000] in :0

Rethrow as TypeInitializationException: An exception was thrown by the type initializer for 

at  . (System.IO.Stream ) [0x00000] in :0

at Aspose.Words.Document. (System.IO.Stream , Aspose.Words.LoadOptions ) [0x00000] in :100:

Hi Again,

In case people get the same problem,

go in

C:/Program Files/Unity/Editor/Data/Mono/lib/mono/unity

Copy all the I18N dll files and add them on the plugins folder off your project

Thes files seems to work internally on Editor but not exported !

Problem solved !

Hello,


Doing my job, I think I can show you the actual result.
Sorry, but the website is actually in French.

http://abrassebastien.weebly.com/projet.html

Hi Sébastien,


Thanks for your inquiry. Did you manage to fix the issue on your side or are you still in need of assistance?

Best regards,

Hello,


Yes, this issue is fixed and no other issues on the way for the moment.

Thank you.

A post was split to a new topic: Configuring Aspose.Words in Unity Project