ASP.NET app on Apache Mono Ubuntu compiler error as log4net is unable to be found
        Posted  
        
            by 
                Jingo
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Jingo
        
        
        
        Published on 2013-09-26T20:04:59Z
        Indexed on 
            2013/10/20
            21:57 UTC
        
        
        Read the original article
        Hit count: 243
        
I'm trying to get a vulnerable practice ASP.NET web application (WebGoat.NET) installed on Apache Mono on Ubuntu. I've followed this guide and it all went smoothly; however, whenever I try to run the app I get this error:
The type or namespace name `log4net' could not be found. Are you missing a using directive or an assembly reference?
Log4net.dll is in the lib folder of the application directory. It's also in the /usr/lib/mono/gac directory. I'm not sure where else it needs to be. Any suggestions? Thanks!
© Server Fault or respective owner