App crashes on the PubChemManager call
Open
bug
help wanted
- Dominant language
- C#
- Stars
- 3
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
I have tried a few things but the app crashes on accessing the PubChemManager class call
Unexpected character encountered while parsing value: <. Path '', line 0, position 0.
`
Dim PC As New PubChemManager
Dim data = PC.GetCompoundDescription(2244)
MsgBox(data.CID)
MsgBox(data.Title)
MsgBox(data.Description)
`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.