mkhuwaja / linqtoexcel

Automatically exported from code.google.com/p/linqtoexcel
0 stars 0 forks source link

Could not load file or assembly 'log4net... #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I get a error trying to use linqtoexcel. What am I doing wrong?

Could not load file or assembly 'log4net, Version=1.2.10.0,
Culture=neutral, PublicKeyToken=1b44e1d426115821' or one of its
dependencies. The system cannot find the file specified.

Original issue reported on code.google.com by kar...@online.no on 27 Mar 2009 at 2:54

GoogleCodeExporter commented 8 years ago
put this file inside of /bin/  worked for me

Original comment by edumorg...@gmail.com on 2 Apr 2009 at 6:39

Attachments:

GoogleCodeExporter commented 8 years ago
http://logging.apache.org/log4net/download.html

Original comment by steven.f...@gmail.com on 24 Apr 2009 at 5:10

GoogleCodeExporter commented 8 years ago
Are you getting this error when using the downloaded dll or when compiling from 
the 
source?

Original comment by paulyo...@gmail.com on 2 Sep 2009 at 7:55

GoogleCodeExporter commented 8 years ago
I've checked out from svn and it still asks for Log4Net. Is there any way to 
disable 
logging?

Original comment by kardosba...@gmail.com on 2 Nov 2009 at 2:21

GoogleCodeExporter commented 8 years ago
LinqToExcel uses the Log4Net library to provide logging functionality to help 
troubleshoot issues. Even though logging is disabled by default, the log4net 
dll 
library needs to be in the same directory as the LinqToExcel dll. 

The latest download includes the log4net dll that you can include in the same 
directory as LinqToExcel.

Original comment by paulyo...@gmail.com on 3 Nov 2009 at 7:03