Host WCF IIS could not find assembly .dll
        Posted  
        
            by 
                ozsenegal
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by ozsenegal
        
        
        
        Published on 2012-04-23T19:54:31Z
        Indexed on 
            2012/10/05
            21:38 UTC
        
        
        Read the original article
        Hit count: 437
        
Im trying to host a WCF service on IIS.I created a virtual directory,set application pool to v.4.0 framework,set the pysichal path to the application path.
And when try to run the service i get follow error: "Could not load file or assembly 'ingdnp.dll' or one of its dependencies."
Does anyone what is that DLL?I couldnt find anything on google.
UPDATE:
I need to register DLL in GAC (Global Assembly Cache). THK All
© Stack Overflow or respective owner