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

Problem in 3 beta release #90

Closed
mahdiit opened this issue Jun 25, 2018 · 7 comments
Closed

Problem in 3 beta release #90

mahdiit opened this issue Jun 25, 2018 · 7 comments

Comments

@mahdiit
Copy link

mahdiit commented Jun 25, 2018

i update my couchbase server from 4 to 5,
so i update project sdk to version 3-beta .net client and also couchbase asp.net cache

but there was error in Common.Loging.Core package, it missing one dependency
i search but can not find any workaround for this problem,

seems problem reported here
net-commons/common-logging#172

@MikeGoldsmith
Copy link

Hi @mahdiit - thanks for the bug report and for linking your investigation work. We'll look into it and monitor the issue you linked to.

@jeffrymorris
Copy link

@mahdiit -

What .NET version are you using?

-Jeff

@mahdiit
Copy link
Author

mahdiit commented Jul 3, 2018

.net 4.6.2

@jeffrymorris
Copy link

jeffrymorris commented Jul 3, 2018

@mahdiit -

I was able to get up and running with .net 4.5.2 yesterday. The major change is the version change of Common.Logging.Log4Net1213 to Common.Logging.Log4Net207 in the Couchbase .NET SDK. Here is the ticket NCBC-1655.

The fix is to change the log4net dependency to Common.Logging.Log4Net207 using NuGet and then to update the Web.Config to use the correct version of log4net:

<common>
    <logging>
      <factoryAdapter type="Common.Logging.Log4Net.Log4NetLoggerFactoryAdapter, Common.Logging.Log4Net207">
        <arg key="configType" value="INLINE" />
      </factoryAdapter>
    </logging>
  </common>

Let me know if that works for you.

-Jeff

@jeffrymorris
Copy link

@mahdiit -

Please provide some feedback here; if not I'll close the issue.

Jeff

@mahdiit
Copy link
Author

mahdiit commented Jul 14, 2018

@jeffrymorris

thank you from workground,
but it is impossible for me to test and say the result in short time,
because of side effect of update couchbase from v4 to v5 and then update all assembly in my project.

so you can close this issue.

Thanks jeff

@jeffrymorris
Copy link

@mahdiit

Sounds good, ping me if you need me to reopen it or if you encounter any other problems.

Jeff

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

3 participants