License file not found

Hi my program can suddenly not find the license file…I have embeedded the license key it worked fine before, im getting this error in VS:
$exception {“Cannot find license ‘Aspose.Words.NET.lic’.”:null} System.IO.FileNotFoundException
Can it have anything to do with pfx files, i have used the license on to many locations/ servers?

@henrikJohansen93 Such exception occurs when Aspose.Words cannot find the license file with the specified name. Please make sure the license file is there, it was not renamed and is properly embedded into your assembly.
As an alternative solution you can try extracting embedded license file into a stream and apply license from stream.
If possible, please create simple application that will allow us to reproduce the problem. We will check the issue and provide you more information.