Skip to main content


 

Symptoms


We have developed a WCF service that is working on one machine. When transferred to another machine the WCF fails with:

Could not load file or assembly 'SourceCode.Workflow.Client' or one of its dependencies.
 

Diagnoses


The dlls are correct and the warnings can be ignored.
 

Resolution

We can safely bypass the issue by adding the next node the *.csproj file of the project. The dlls are correct and the warnings can be ignored.


None


Add it after the:


pdbonly
true
bin
TRACE
prompt
4


So it would be something like

pdbonly
true
bin
TRACE
prompt
4


None


Edit the .csproj and .vbproj (if you have more than one) save it and open the project in VS and build it.
 




 
Be the first to reply!

Reply