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: