I have a sln that includes different projects with different references between them.
I've add a small change in program.main() , removed the initiation of a class from it, and done the imitation from a different place The line was removed from main: //Class1 classExmple = new Class1() And added in a different place .
Once the new Class1() is removed and I rebuild, any breakpoint in Class1 get the error message "No symbols have been loaded" .For some reason also any breakpoint in other projects as well. I can see the relevant dlls were built and are up do date. I can also see all the dlls are in the project reference list.
Would appreciate your help, Thanks, Dana.
try