Comment 8 for bug 1714200

Revision history for this message
Patrick Storz (ede123) wrote : Re: SVG to EMF export not working

OK, thanks for clarification, just wanted to make sure the "does not work at all" part in 0.92.2 was due to a typo...

> When I say I use a background task I have an ASP.NET website
> which will run the export as requested.
> The website is running in IIS and not as a specific user

1. Can you provide instructions to replicate this on a local machine
   (without needing IIS or whatever?)?
2. Inkscape tries to write to "%appdata%\inkscape"
   at the very least
   - might this be causing issues?
   - did you ever try the portable version?
3. Inkscape accesses files in sub-folders (not in any
   special way, though, as far as I'm concerned
4. To determine the location of the executable Inkscape uses
   "GetModuleFileNameW()" [1] (with hModule set to Null)
   If the specific environment does not allow this /
   returns wrong results this might be an issue

[1] https://msdn.microsoft.com/de-de/library/windows/desktop/ms683197(v=vs.85).aspx