Hi,
Am trying to host the WCF service on IIS which refers and links to unmanaged { c++ } dlls and libraries respectively. As per some forums and discussions I followed the following methods to achieve this.
Am using Windows 7 Enterprise, VS-2013 [4.5.2], IIS – 7.5.7600385
1] I manually copied, and refered the dlls / libraries from C:\Windows\SysWOW64\inetsrv and added this path to PATH environmental variable.
2] I copied these dlls / libraries to virtual directory in IIS.
3] I gave proper permissions to IUSR, IIS_IUSRS and ASP.NET v4.0
Even after this, IIS is unable to load these unmanaged dll’s and unable to link the unmanaged libraries. It is throwing the following exception, can anybody please help me to overcome this exception?
Could not load file or assembly 'assembly name' or one of its dependencies. The specified module could not be found.
Exception Details: System.IO.FileNotFoundException: Could not load file or assembly 'assembly name' or one of its dependencies. The specified module could not be found.