Hi Everyone
I create a windows form project, using Aspose.Word 22.12.0
Here is a simple function:
- Loading a *.docx tempplate
- replace content
- then save to *.pdf
The project are deployed using ClickOnce
After install and execute fcuntion, I got an error
System.IO.FileLoadException
: Could not load file or assemblySkiaSharp
, Version=2.80.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756’. Access is denied.
But if I run the *.exe in deloyment path, like
{deployment_path}\Application Files\{project_name}_1_0_0_12\*.exe
The function works !
Everything is going well when I develop, build and test
Only installation of ClickOnce
deployment setup.exe produces error
Is anyone can help?
great thanks