You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exception
System.NullReferenceException: Object reference not set to an instance of an object.
at Chem4Word.Model.Converters.Json.JSONConverter.AddMolecule(Object data, Model newModel) in C:\Dev\vsts\chem4word\Version3\src\Chemistry\Chem4Word.Model\Converters\Json\JSONConverter.cs:line 171
at Chem4Word.Model.Converters.Json.JSONConverter.Import(Object data) in C:\Dev\vsts\chem4word\Version3\src\Chemistry\Chem4Word.Model\Converters\Json\JSONConverter.cs:line 160
at Chem4Word.Editor.ChemDoodleWeb800.WpfChemDoodle.SwitchToMulti_OnClick(Object sender, RoutedEventArgs e) in C:\Dev\vsts\chem4word\Version3\src\PlugIns\Editors\ChemDoodleWeb.800\WpfChemDoodle.xaml.cs:line 422
in JSONConverter.cs at line 171 change
foreach(AtomJSONaindata.a){}
To
if(data.a!=null){foreach(AtomJSONaindata.a){}}
The text was updated successfully, but these errors were encountered:
* Bug Fix; Series does not contain a matching element in OoXml rendering [#15]
* Bug Fix; Sequence contains no elements in CustomRibbon Edit [#9]
* Bug Fix; System.NullReferenceException in Editor.ChemDoodleWeb800 [#13]
* Bug Fix; HandleRightClick(); The requested member of the collection does not exist. [#10]
Related work items: #563
Some users are seeing this Exception
Editor.ChemDoodleWeb800.WpfChemDoodle.SwitchToMulti_OnClick()
in JSONConverter.cs at line 171 change
To
The text was updated successfully, but these errors were encountered: