Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tons of errors when trying to 'build' #40

Open
Qylie opened this issue Jul 5, 2021 · 5 comments
Open

Tons of errors when trying to 'build' #40

Qylie opened this issue Jul 5, 2021 · 5 comments

Comments

@Qylie
Copy link

Qylie commented Jul 5, 2021

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

@randyhicks
Copy link

@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!

@randyhicks
Copy link

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

@RiggsWebDev
Copy link

RiggsWebDev commented Sep 10, 2021

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.`

@Joorkan
Copy link

Joorkan commented Jan 28, 2022

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?

@Jamiex64
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants