Dear Landis developers
I hope this message finds you well.
I am currently setting up a sandbox environment to run LANDIS-II v8 and the necessary extensions (e.g., Extension-NECN-Succession). Most of the setup process has gone smoothly, but I have encountered an issue related to Landis.Library.Metadata-v2.
I have edited the .csproj files in the extension's src folder and the Tool-Console's src folder to ensure that the paths to Landis.Library.Metadata-v2.dll are correct. Despite this, I am still encountering the following error(in the screenshot, and how I edit the .csproj file)
I would greatly appreciate it if you could help me troubleshoot this issue. If there are any specific steps I might have missed or additional configurations I need to perform, please let me know.
Thank you for your time and assistance.
Thank you for your response! I didn’t quite understand your point. If I remove all the hint paths in the .csproj file, it will report errors when running dotnet build. My metadata.dll is from the LANDIS-II Support Library GitHub repository. Are you suggesting that the metadata.dll in this repository is outdated?
Also, I’d like to clarify: when you mention removing all hint paths in the .csproj file, are you referring to the .csproj file in the extensions' src directory, or the .csproj file in the Tool-Console directory?
Since I am confident that the hint paths in the .csproj files are correct, I wondered if the issue might be due to an outdated version of the metadata.dll.
Thank you!
Kai