Index: Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs =================================================================== diff -u -rb35d650a7032822d6e75712591335040928482e5 -rb2b5c37c35c2b178f77615ca61e5c75f8439d0f0 --- Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision b35d650a7032822d6e75712591335040928482e5) +++ Riskeer/MacroStabilityInwards/src/Riskeer.MacroStabilityInwards.KernelWrapper/Kernels/UpliftVan/UpliftVanKernelWrapper.cs (.../UpliftVanKernelWrapper.cs) (revision b2b5c37c35c2b178f77615ca61e5c75f8439d0f0) @@ -204,7 +204,7 @@ private void WriteXmlFile() { FullInputModelType fullInputModel = FillXmlInputFromDomain.CreateStabilityInput(kernelModel); - string filePath = Path.Combine(AppDomain.CurrentDomain.BaseDirectory, $"XmlFile-{DateTime.Now.Ticks}.txt"); + string filePath = Path.Combine(Path.GetTempPath(), $"XmlFile-{DateTime.Now.Ticks}.txt"); MacroStabilityXmlSerialization.SaveInputAsXmlFile(filePath, fullInputModel); log.Info($"Het Xml bestand is geschreven naar: {filePath}");