blish-hud / Community-Module-Pack

MIT License
5 stars 25 forks source link

allow for searching the official wiki #66

Closed bennieboj closed 9 months ago

bennieboj commented 4 years ago

allow for searching the official wiki needs this PR to be merged: https://github.com/blish-hud/Blish-HUD/pull/237

bennieboj commented 3 years ago

So I tried to run the Universal Search Module csproj

Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
Could not load file or assembly 'WikiClientLibrary, Version=0.7.1.0, Culture=neutral, PublicKeyToken=67999c51074b98f1' or one of its dependencies. The system cannot find the file specified.
=== Pre-bind state information ===
LOG: DisplayName = WikiClientLibrary, Version=0.7.1.0, Culture=neutral, PublicKeyToken=67999c51074b98f1
 (Fully-specified)
LOG: Appbase = file:///C:/Users/Ben/Desktop/projects/Blish-HUD/Blish HUD/bin/x64/Debug/net472/
LOG: Initial PrivatePath = NULL
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Users\Ben\Desktop\projects\Blish-HUD\Blish HUD\bin\x64\Debug\net472\Blish HUD.exe.Config
LOG: Using host configuration file: 
LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config.
LOG: Post-policy reference: WikiClientLibrary, Version=0.7.1.0, Culture=neutral, PublicKeyToken=67999c51074b98f1
LOG: Attempting download of new URL file:///C:/Users/Ben/Desktop/projects/Blish-HUD/Blish HUD/bin/x64/Debug/net472/WikiClientLibrary.DLL.
LOG: Attempting download of new URL file:///C:/Users/Ben/Desktop/projects/Blish-HUD/Blish HUD/bin/x64/Debug/net472/WikiClientLibrary/WikiClientLibrary.DLL.
LOG: Attempting download of new URL file:///C:/Users/Ben/Desktop/projects/Blish-HUD/Blish HUD/bin/x64/Debug/net472/WikiClientLibrary.EXE.
LOG: Attempting download of new URL file:///C:/Users/Ben/Desktop/projects/Blish-HUD/Blish HUD/bin/x64/Debug/net472/WikiClientLibrary/WikiClientLibrary.EXE.

Where should it look for WikiClientLibrary.dll? All other dependencies (like flurl) are still included in the main BHUD dll.

Any help is appreciated :) If I can get you more info to help troubleshoot, please let me know.