guessed so.
however, i was exporting without dependency on System.Windows.Forms. The exported csproj showed that VL still uses the WindowsFormsAppHost which in turn resulted in an error, because System.Windows.Forms is not loaded.
as long as exporting with the export option ‘Windows Application’ actually means windows forms, shouldn’t the apphost load all it’s dependencies?