Forum Discussion
MateuszSzuter
3 years agoCommunity Member
Preview and publish shows error after a while
Since recent or maybe past 2 updates, my storyline started to give an error on preview/publish after a while of working in project. These functions stop working until restart of the storyline. Force...
Jürgen_Schoene_
3 years agoCommunity Member
here is the source code of the problem (-> Articulate.Design.dll)
private static bool a(string A_0, IAsset A_1)
{
if (!string.IsNullOrEmpty(A_1.WorkingFilename)
&& File.Exists(A_1.WorkingFilename))
{
File.Copy(A_1.WorkingFilename, A_0, overwrite: true);
return true;
}
return A_1.SaveAssetToFile(A_0);
}
storyline want's to overwrite an existing image and this is not possible at this moment*
*overwriting/deleting files is not easy in windows
Related Content
- 10 months ago
- 10 months ago