Home › Forums › General XMetaL Discussion › XMAX12: Could not get initialized if %appdata% is mapped to a network share › Reply To: XMAX12: Could not get initialized if %appdata% is mapped to a network share
Reply to: XMAX12: Could not get initialized if %appdata% is mapped to a network share
February 6, 2019 at 8:29 amOn my regular windows 10 the application crashes with the steps mentioned before so its strange that you could not reproduce it.
It is important to delete the “SoftQuad” folder else it does not occur.
Attached you find a demo application.
The application crashes in MainForm.cs in line 60
_xmControl.Document.RulesChecking = true;
because the “Document” property is null.
Maybe it could work with a mapped drive but the IT department at our customer explicitly does not allow this.
Also I think it would be better to solve the root cause than fixing the symptoms.
Thanks for your help.