Click here to Skip to main content
15,891,951 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi All,

I am workingon a project to convert a web service to a WCF service. Web service is working all fine with all the arrembly references. I added a new WCF service aaplication and added all the references as that of web service applciation. But when I try to browse my .svc file I am getting< the following error.

Could not load file or assembly 'abc.DLL' or one of its dependencies. The specified module could not be found.

The abc.dll is using the cpp code, it is a .dll built on cpp.

Solutions I already tried
1. VC++ 2010 already installed on my machine.
2. Tried looking through ILDASM to check the assembly dependency (No Success :( ).


Please advice.

Thanks.

"Happy coding"
Posted
Comments
Sunasara Imdadhusen 17-Jun-13 6:46am    
Could you please check your target framework version for the project and dll. it should be same
TapasU 18-Jun-13 3:57am    
Thanks Sunasara. I had seen the framework earlier.Anyways, I got it resolved, I added the reference again and removed the one from the Bin folder. As my abc.dll was consumed in other poject using the dllImport word. so I think issue was coming because of execution path. Thanks anyways.
Sunasara Imdadhusen 19-Jun-13 8:14am    
Great!!!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900