Hello,
I have put together a component from blocks and wanted to export it as a whole by step, but VC simply does not react and there is no error message.
What could be the reason thanks
Hello,
I have put together a component from blocks and wanted to export it as a whole by step, but VC simply does not react and there is no error message.
What could be the reason thanks
Maybe the log file has some information.
It can be found from e.g.:
C:\Users\%USERNAME%\AppData\Local\Visual Components\Visual Components Premium 4.10\Logs\log-file-VisualComponents.Engine.txt
[Log opening]
2025-03-21 08:34:38,151 ERROR - User config section: LauncherSection, Error: The configuration file has been changed by another program. (C:\Users\XXXXXXXX\AppData\Local\Visual Components\Visual Components Essentials 4.10\AppConfig\4.10.0\launcher.config)
[Log closing]
2025-03-21 09:39:01,893 ERROR - System.ArgumentException: Value does not fall within the expected range.
at MS.Internal.AppModel.ShellUtil.GetShellItemForPath(String path)
at Microsoft.Win32.FileDialog.PrepareVistaDialog(IFileDialog dialog)
at Microsoft.Win32.FileDialog.RunVistaDialog(IntPtr hwndOwner)
at Microsoft.Win32.CommonDialog.ShowDialog()
at VisualComponents.UX.Shared.FileDialogService.SaveFileDialogResults(FileDialog dialog)
at VisualComponents.UX.Shared.FileDialogService.SaveFileDialogEx(String initialDirectory, String fileName, String filter, String defaultExtension, ESaveDlgType saveDlgType, Int32& selectedFilter, String title)
at VisualComponents.UX.Shared.FileDialogService.SaveFileDialog(String initialDirectory, String defaultPath, String filter, String defaultExtension, Int32& selectedFilter)
at VisualComponents.UX.Shared.ExportToVectorDrawingCommand.ApplyAction(String selectedFormat, Boolean onlySelected)
Based on this discussion sounds like you have either last saved to some weird folder path that is no longer valid, or your “My Documents” folder in Windows is configured to be at such weird path.
Then maybe the last exported file…How can i set it up new? Thanks
You could try editing this file:
...AppData\Local\Visual Components\Visual Components Premium 4.10\AppConfig\4.10.1\app.config
Removing the whole RecentOpenSaveFolderSection
XML element might work.
I didnt help sadly.
Maybe i have to install everything new?
i have solved it i have pointed all paths within the appconfig to my desktop now it works again.
Thank you