We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<PublishSingleFile>true</PublishSingleFile>
It works fine when I debug it, but when I publish it and run it, it doesn't work.
As far as I can see the source, here I am getting DirectoryName from Location
PDFtoPrinter/PDFtoPrinter/PDFtoPrinterPrinter.cs
Lines 90 to 93 in 20a99d7
Shouldn't it fall back to AppContext.BaseDirectory if the Location return value is an empty string?
see dotnet/corert#5467
sample project: /~https://github.com/juner/PdfToPrinterNotWorkSample_20230214
The text was updated successfully, but these errors were encountered:
#44 use AppContext.BaseDirectory as a main util location and keep Ass…
66c5deb
…embly.Get*Assembly as a fallback
Merge pull request #45 from svishnevsky/bug/#44_wrong_util_path
a37d2bf
#44 use AppContext.BaseDirectory as a main util location
Hi @juner Thanks for reporting the issue. Could you please try version 1.5.0 and let me know if it helped?
Sorry, something went wrong.
@svishnevsky it worked fine Thank you very much! !
svishnevsky
No branches or pull requests
It works fine when I debug it, but when I publish it and run it, it doesn't work.
As far as I can see the source, here I am getting DirectoryName from Location
PDFtoPrinter/PDFtoPrinter/PDFtoPrinterPrinter.cs
Lines 90 to 93 in 20a99d7
Shouldn't it fall back to AppContext.BaseDirectory if the Location return value is an empty string?
see dotnet/corert#5467
sample project: /~https://github.com/juner/PdfToPrinterNotWorkSample_20230214
The text was updated successfully, but these errors were encountered: