Host WCF IIS could not find assembly .dll
- by ozsenegal
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