-
Notifications
You must be signed in to change notification settings - Fork 57
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
Unable to run Mesh solution in Visual Studio #7
Comments
You will need to clone the TechnitiumLibrary repo too in the same folder that you have Mesh repo cloned. Once you do that and compile the library project that all the errors will go away. But there is one thing that the library project was heavily modified after the last release of Mesh and so there are a ton of changes that will need to be rectified in Mesh code to make it work with the latest library build. However, there one fix for this: I just creates a |
I did clone only in both mesh and library. |
I replaced all the resx files from zip of mesh that I downloaded. Then I got the option to unblock on all these resx files. I unblocked all these files. Clean and rebuild, unload-reload the project. Still getting the issues on 3 resx files. |
That's very strange thing. Don't have a specific solution for this. Try copying the files to a USB drive with FAT file system and then copy the files back. |
Hello @ShreyasZare , I am finally able to run the application ! Created the resource files again where I was getting issues and copied the tor folder for the executable location and put it in debug folder. Can you share some references or diagrams which can help understanding the code flow ! |
Good to know that it finally worked out. I guess since you are cloning this repo inside OneDrive folder, it may be the reason to get the "mark of the web" issue that you faced. I am not completely sure though. I don't have any documentation for the code. For the DHT part you can see the paper for Kadamlia which was used to implement in Mesh. |
Thanks, @ShreyasZare, I will check that paper. |
Hi @ShreyasZare
I am having so many errors while building the solution in Visual Studio. Looks like the technetium Library is missing.
The text was updated successfully, but these errors were encountered: