0

I have a windows service project which I added to a few other projects. I added the references and I can access them. Then when I build, it says "Does not exist" Then I remove the reference and add it again and I can access it, but still fails when I build and can't access it later. Any clue what does this happen form?

Ahmad Farid
  • 14,398
  • 45
  • 96
  • 136

1 Answers1

-2

A few things to check:

Where does your web service get built to? You might like to check its not getting deployed to a \bin folder that has its contents deleted on a rebuild.

Is it added as a web reference or as a reference directly to an assembly?

WiseGuyEh
  • 18,584
  • 1
  • 20
  • 20