Open ColonelThirtyTwo opened 3 years ago
Getting the same issue, so this doesn't seem to be only you.
Any updates on this per chance?
So the main issue is this one:
error CS0246: The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?)
The other error
is just due to the first build being failed.
Does this issue still happen on the latest source? Building works fine for me.
Yeah it builds fine for me as of recent, actually forgot to come back and mention it here.
Release, Any CPU, Build Solution, Win 10 Pro 64-bit, MSVS 2022 17.5.1, .NET Framework 4.8, master HEAD c9e74e0be114885f347789f3bd348baccacf0842.
Errors, even on successive builds, and still happening even about 2 years later:
Severity Code Description Project File Line Suppression State
Error CS0246 The type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?) File_Format_Library ...\Switch-Toolbox\File_Format_Library\GUI\Editors\BFAVEditor.cs 46 Active
Error CS0006 Metadata file '...\Switch-Toolbox\Toolbox\bin\Release\Lib\Plugins\FirstPlugin.Plg.dll' could not be found Toolbox D:\Documents\Programming\Others\Internet\Games\Tools\Switch-Toolbox\Toolbox\CSC 1 Active
Checked out commit
3ccd38ea66908de934a66ec2dc76c3de80d2c560
, building Debug Any CPU, Rebuild All, on Visual Studio 2019, Windows 10: