I suspect when you received the license file and saved it, whatever program did that, it appended the “.xml” extension and the full name of the file is now “Aspose.Word.lic.xml”. You probably run your Windows with the “hide extensions of known files” option turned on so the file is displayed as “Aspose.Word.lic” in the Windows Explorer. I personally can’t live with “hide extensions of known files” on in Windows as it always ends up like in your case.
Yes, I have read/write access to the drive/directory; it’s on my workstation and I’m loggeed in as administrator. I read and write to these areas using this application all the time.
No, it did NOT rename the file to an XML extension. It’s per Aspose requirements.
With much fussing, I DID get it to work with these steps (non documented)
a) Add Aspose.Word.lic to my VB.NET solution
b) Set the “Build Action” to “Embedded Resource”
c) In the same properties window (in light gray) is the “Full Path”, which I cut/pasted as a string into my application. This is NOT the path that I used when I ADDED the license to the Solution. Weird.
d) Then copied the Aspose.Word.lic into that subdirectory.
I have copies of the license in three places, and am unsure which one is actually being used:
a) In the original Aspose.Word installation
b) In my project’s …\bin\ directory
c) In my project’s Source code directory [I think it’s getting this one]
I do not look forward to figuring this out all over again when I go to deploy.