-
Notifications
You must be signed in to change notification settings - Fork 39
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
Comments
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. |
@mahdiit - What .NET version are you using? -Jeff |
.net 4.6.2 |
@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 |
@mahdiit - Please provide some feedback here; if not I'll close the issue. Jeff |
thank you from workground, so you can close this issue. Thanks jeff |
Sounds good, ping me if you need me to reopen it or if you encounter any other problems. Jeff |
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
The text was updated successfully, but these errors were encountered: