Switching Server environments

I am currently using the aspose words 9.3 and everything is working fine. The problem is that I am moving from a 32bit server environment to a 64bit server environment the only problem is when I try to test functionality on the new environment i get an error "System.IO.FileNotFoundException: Cannot find license ‘Lisence Path’ ". I’ve verified that my application has access to the path where the aspose.words.lic file is. Is there anything on your end that might be causing the issue.

Hi

Thanks for your request. No, I do not think the problem is on our side. For testing, you can try reading your license file to Stream and apply license from this stream:
https://reference.aspose.com/words/net/aspose.words/license/setlicense/
If the exception will occur while reading the license into a Stream, then the problem is on your end.
Also, you can try accepting the license from embedded resource as described here:
https://docs.aspose.com/words/net/licensing/
Best regards,