Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Having issues with DLL's #10

Open
smeatond opened this issue Feb 26, 2024 · 2 comments
Open

Having issues with DLL's #10

smeatond opened this issue Feb 26, 2024 · 2 comments

Comments

@smeatond
Copy link

smeatond commented Feb 26, 2024

Following the instructions given in issue #7 with missing DLL. I used git clone --recursive https://github.com/OpenChargingCloud/VanaheimrElectric and looks like there is code missing. As I am getting the following:

...\WWCP_OCPP\WWCP_OCPP_Common\ChargingStation\WebSockets\Incoming\BinaryDataStreamsEx
tensions\DeleteFile.cs(41,37): error CS0246: The type or namespace name 'IWebSocketConnection' could not
be found (are you missing a using directive or an assembly reference?) [...\WWCP_OCPP\
WWCP_OCPP_Common\WWCP_OCPP_Common.csproj]

And I see that iWebSocketConnection.cs is missing

image

Comparing to https://github.com/Vanaheimr/Hermod/tree/master/Hermod/Hermod/WebSocket It looks like https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs is pointing to a older commit?

I can manually fix it up but thought I should bring it to your attention.

Edit: IWebSocketServer.cs is also missing.

@smeatond
Copy link
Author

smeatond commented Feb 26, 2024

Was able to fix by downloading the latest version of:

Still requires an update for https://github.com/OpenChargingCloud/VanaheimrElectric/tree/master/libs .

Edit: also needed a few more libraries for WWCP.Core to work which had their own issues, It would be great if there was nuget packages available OR all the external dll were given in this project.

@andreasringdal
Copy link

When cloing recursively, these projects is not available

Please make sure you have the correct access rights
and the repository exists.
fatal: clone of 'ssh://git@git.graphdefined.com:5001/OpenChargingCloud/WWCP_EEBus.git' into submodule path '/Users/andreasringdal/Projects/VanaheimrElectric/libs/WWCP_EEBus' failed
Failed to clone 'libs/WWCP_EEBus' a second time, aborting

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants