RickStrahl / Westwind.HtmlPackager

A small utility class used to package HTML content into a self contained HTML document both as a single file, or a folder with all dependencies copied to local.
35 stars 9 forks source link

Packaging local html file is not working #3

Closed iarvindverma closed 1 year ago

iarvindverma commented 5 years ago

Hi Rick,

Thanks for creating this great tool.

I've tried this for online packaging and it worked when you create self contained file but getting this error while creating a dependency folder package. image

When you create package from local file it throw error and self contained package doesn't have inline image as base64 and during the local resource process it down't copy the resources.

image

RickStrahl commented 5 years ago

That looks like file permissions on your host system. Perhaps try running this out of your user folder where you have full permissions.

iarvindverma commented 5 years ago

Running the app with admin permission, still getting the error

RickStrahl commented 1 year ago

File Permissions or a path longer than MAX_PATH would be my guess. Or perhaps an invalid file/folder name.