Problem in accessing a project from another in same solution in Visual Studio -


i have windows service project added few other projects. added references , can access them. when build, says "does not exist" remove reference , add again , can access it, still fails when build , can't access later. clue happen form?

a few things check:

where web service built to? might check not getting deployed \bin folder has contents deleted on rebuild.

is added web reference or reference directly assembly?


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -