asp.net mvc log4postsharp
Posted
by mike
on Stack Overflow
See other posts from Stack Overflow
or by mike
Published on 2010-05-09T13:09:27Z
Indexed on
2010/05/09
13:18 UTC
Read the original article
Hit count: 477
Hi Iam trying to use log4post sharp for logging purposes, As far as Iam aware I have followed the instructions to get this up and running, I have not installed postsharp, rather I got the library files and midified my cs proj file to target those file, I have also tried installing postsharp on my machine. In either case I end up with this error
Error 5 The plug-in "Log4PostSharp" required by the type "Log4PostSharp.LogAttribute" was not found.
I have tried googling this and it seems there is no trace of this issue anywhere on the web.
One difference between my implementation with other examples is that the postsharp dll that they use is PostSharp.public, mine is just PostSharp. I have tried searching for the former dll but cannot find it anywhere, the download only contains PostSharp.dll. I feel this may be the issue as I have followd all the insturctions to the letter to get this up and running. Any Ideas People?
© Stack Overflow or respective owner