Help needed please #88
Replies: 5 comments 4 replies
-
so i have fixed this and sucessfully built the solution. I know i am a newbee but i want to document my leanring process for others to not have the same issues i had. |
Beta Was this translation helpful? Give feedback.
-
Now trying to build the solution on a raspberry PI, and have a new issue when trying to run the exe which did seem to sucessfully build, I ran the following :- dotnet --list-runtimes dotnet TestClient.dll ./TestClient |
Beta Was this translation helpful? Give feedback.
-
For the TestClient errors, are you in the directory that contains the TestClient dll? For learning how to use libreMetaverse, exploring TestClient is your best starting point. It has the code that logs in an account and then has examples of many of the possible operations in TestClient/Commands/{Topic}/{Command}.cs. |
Beta Was this translation helpful? Give feedback.
-
Files in the run timelibrary after -rwxrwxrwx 1 pi pi 201312 Aug 19 13:41 TestClient pi@xxx:/media/HDD1/libremetaverse/libremetaverse-master/bin/net7.0 $ ./TestClient this does not work on a fresh installed Rapsberry pi with 64bit Debian. what have i done wrong ? dotnetr was installed as per https://learn.microsoft.com/en-us/dotnet/iot/deployment dotnet restore and |
Beta Was this translation helpful? Give feedback.
-
Finally got back to this and afer some self stufy i have the solution built in both Linux and windows. Now i can start to study the code in Q1,Q2 2025 |
Beta Was this translation helpful? Give feedback.
-
I want to learn how libremetaverse works and eventually contribute. I just downloaded the zip file and the solution does not appear to build, i am getting lots of missing assemblies. What do i need to install and reference please ?. The old libmetaverse did not have this issue.
Severity Code Description Project File Line Suppression State
Error CS1069 The type name 'Bitmap' could not be found in the namespace 'System.Drawing'. This type has been forwarded to assembly 'System.Drawing.Common, Version=0.0.0.0,
Am i correct in that you have to use NuGet to install some package ?. Sorry never usesd NuGet before
I am using Install Visual Studio 2022 (really for the first time) so i think you can add packages here. What steps do i need to take
please?
looking in the nuget package manager menu option i get "System.Drawing.common" - not available in this source "
is this important ? i see installed version 7 next to it, so i am puzzled
Beta Was this translation helpful? Give feedback.
All reactions