App crashes on the PubChemManager call
Abierto
bug
help wanted
- Lenguaje dominante
- C#
- Estrellas
- 3
- Forks
- 1
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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)
`
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.