Rajiv
Rajiv

Reputation: 1295

Could not debug other project included in current project of same solution

I have added two projects in same solution and I have added reference of one project in other project when I try to debug code of startup project I can able to debug but when code reach the place where it uses function from other project (which I have added as reference from same solution) It is not debugging function from referred project.

Any idea?

Upvotes: 0

Views: 290

Answers (1)

Mamun Reza
Mamun Reza

Reputation: 618

Try removing the dll and then adding again from Add Reference. Also clean the solution and rebuild.

Upvotes: 1

Related Questions