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?
Asked
Active
Viewed 214 times
1 Answers
-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
-
It's a windows service not a web service – Ahmad Farid Nov 16 '10 at 10:46