FHIR Chat · Endpoint mapping errors · dotnet

Stream: dotnet

Topic: Endpoint mapping errors


view this post on Zulip Lars Ewert (Jan 21 2021 at 15:16):

Hey guys i got this error when i try to start the application. What do i have to do with the endpoint configuration?
image.png

I got all Packages installed
image.png

what am i missing here?

view this post on Zulip Marco Visser (Jan 21 2021 at 20:36):

The classes Hl7.Fhir.Rest.SummaryType and Hl7.Fhir.Model.Resource live in the package Hl7. Fhir.Support.Poco. But that package is also installed.
Reflection is used here, but the reflection is not able to resolve the class to the right assembly. Tomorrow I will try to test this behavior.

view this post on Zulip Brian Postlethwaite (Jan 21 2021 at 22:51):

That facade library uses the v1.9 fhir libs, and you've updated your project to 2.0 so they aren't compatible.

view this post on Zulip Brian Postlethwaite (Jan 21 2021 at 22:52):

The v2 libs had some major breaking changes and I haven't had a chance to update and retest

view this post on Zulip Lars Ewert (Jan 22 2021 at 06:19):

Brian Postlethwaite said:

That facade library uses the v1.9 fhir libs, and you've updated your project to 2.0 so they aren't compatible.

Thank you very much for the guidance. I will fall back to v1.9 and try to go on from there.


Last updated: Apr 12 2022 at 19:14 UTC