dib0 / HL7Fuse

HL7Fuse is a "Swiss pocketknife" for your HL7 development needs in the .Net framework. HL7Fuse is based on SuperSocket in combination with NHapi and NHapiTools. This combination provides a powerful and solid base to build you HL7 application or HL7 test framework. In fact, if you use HL7Fuse as is, it can function as a mesasge hub, so you can receive one message and send this (using filters) to many client systems.
MIT License
77 stars 48 forks source link

SuperSocket Dependency Issue #26

Closed td48260 closed 1 year ago

td48260 commented 1 year ago

When I build the solution in Visual Studio 2022, I get errors due to a missing package: Unable to find package SuperSocket.SocketEngine with version (>= 1.6.8)

Do you know where I can find SuperSocket.SocketEngine 1.6.8?

Also, SuperSocket.Facility 1.6.8 cannot be found, but there is a 2.0.0 version. Do I need SuperSocket.Facility 1.6.8, or will SuperSocket.Facility 2.0.0 work?

Thank you

dib0 commented 1 year ago

Haven't touched this project for a while. Just updated the packages and it builds fine now. So if you pull the latest version the right packages will be downloaded and installed.

td48260 commented 1 year ago

It works now. I appreciate your quick response. Thank you so much!