Link to home
Start Free TrialLog in
Avatar of priyasarav
priyasarav

asked on

Visual studio debug

Am trying to debug a my project but it is not referenced to the active assembly
ClassProjectA -> references ClassProjectB  (assembly in bin\debug)
ClassProjectB -> No references (assembly in bin\debug)

WebProjeectA -> references ClassProjectA assembly from bin\debug
                            references ClassProjectB assembly from bin\debug

I made some changes to ClassProjectB and while debug it is not reflecting the changes i made
It references old code before the changes were made.

When I hover over the references it point to some other path.

I have removed all the references to the previous assembly and infact set the compiled assembly to debug folder

Hint: I copied the project from some other folder. The reference are still pointing those folder



Am trying to debug a my project but it is not referenced to the active assembly
ClassProjectA -> references ClassProjectB  (assembly in bin\debug)
ClassProjectB -> No references (assembly in bin\debug)
 
WebProjeectA -> references ClassProjectA assembly from bin\debug
                            references ClassProjectB assembly from bin\debug
 
I made some changes to ClassProjectB and while debug it is not reflecting the changes i made
It references old code before the changes were made.
 
When I hover over the references it point to some other path.
 
I have removed all the references to the previous assembly and infact set the compiled assembly to debug folder
 
Hint: I copied the project from some other folder. The reference are still pointing those folder

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of Nasir Razzaq
Nasir Razzaq
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of priyasarav
priyasarav

ASKER

thanks you