I am trying to browse an WCF servcice but whenever I browse the .SVC file, I always get the error as: Could not load file or assembly 'ExternalBinaries.Boost' or one of its dependencies. An attempt was made to load a program with an incorrect format
Although I've tried all the steps to resolve this via all the previous posts related to it but without luck. Below are the steps that I followed:
- Set Enable 32 bit applications to True in IIS
- Setting the Target CPU to AnyCPU,X64 & X86 in visual studio
- Copying the required DLL's to the specified location.
- Rebuild the Application, Restart VS2015
None of the above steps yielded result. Can anybody guide to take this forward