julianperrott/FishingFun

Tons of errors when trying to 'build'

Opened this issue · 5 comments

Qylie commented

I don't know what step I missed. I downloaded the repository. I tried the zip, I tried importing it into github, and i tried using visual studio to do it for me.

here is a screenshot of my mega errors: https://content.screencast.com/users/TheSpark/folders/Snagit/media/78a4cb65-fbdd-4623-80c5-7f4b64d57f5a/07.05.2021-09.55.png

@julianperrott I have the EXACT same issue as above. In addition to the steps outlined above, I also tried targeting different 4.7x framework versions with no success. Any tips here would be much appreciated!

In addition the above steps, I've also checked out multiple different commits and attempted to build with the same issues. I've spent several hours digging around trying to find the issue with no success

Edit: I was opening the SLN file while in VS- for some reason opening the SLN file in explorer and telling it to use VS then building made it work properly.

Having the same issues while trying to build.

`:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(2203,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "log4net, Version=2.0.8.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\FishBot.cs(1,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\FishBot.cs(2,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\FishBot.cs(3,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\PixelClassifier.cs(1,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\PositionBiteWatcher.cs(1,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\SearchBobberFinder.cs(1,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(1,7): error CS0246: The type or namespace name 'log4net' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\FishBot.cs(14,23): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(101,44): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(107,53): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(156,55): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(176,48): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Platform\WowProcess.cs(15,23): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\PixelClassifier.cs(8,24): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\PositionBiteWatcher.cs(11,24): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)
C:\FishingFun\FishingFun\Source\FishingFunBot\Bot\SearchBobberFinder.cs(15,24): error CS0246: The type or namespace name 'ILog' could not be found (are you missing a using directive or an assembly reference?)

Build failed.`

I have the same problem and nothing works. I have no idea what to do, I know nothing about programming, please can someone write a solution?

I have the same problem and nothing works. I have no idea what to do, I know nothing about programming, please can someone write a solution?

#48