Giter Site home page Giter Site logo

Comments (2)

PokeyTheCat avatar PokeyTheCat commented on June 23, 2024

What version of .net is your project targeting? I had issues with Common.Logging.Log4Net.Universal's nuget package not adding the reference to my project. Turns out I had to target .NET Framework 4.6.1. I was presented with a similar error to yours at runtime. I wonder if you're having the same issue?

I had a build warning that tipped me off to the issue (oddly enough the window would always get cleared so unless I was watching it like a hawk, I wouldn't see it).

Here's my build warning:
1>------ Build started: Project: MyProject, Configuration: Debug Any CPU ------
1>C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\Microsoft.Common.CurrentVersion.targets(1987,5): warning MSB3274: The primary reference "Common.Logging.Log4Net.Universal" could not be resolved because it was built against the ".NETFramework,Version=v4.6.1" framework. This is a higher version than the currently targeted framework ".NETFramework,Version=v4.5".
1> MyProject -> C:\dev\Source\git\MyProject\bin\MyProject.dll
========== Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped ==========

from common.logging.log4net.universal.

Surfrat avatar Surfrat commented on June 23, 2024

Please see this
mperdeck/jsnlog#155
for my findings.

from common.logging.log4net.universal.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.