alfg / alfg/PubChem.NET

App crashes on the PubChemManager call

Open
#1 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.