Debugging COmponent

  • Thread starter Thread starter Grumpy Aero Guy
  • Start date Start date
G

Grumpy Aero Guy

I created a namespace (Class Library Project) in a solution, and converted
it to a component. Everying works OK.

I am now adding a little functionality to the component and desire to set a
breakpoint in the component that gets instanciated via a form in the windows
form application residing in the same solution.

I am getting the "breakpoint will not currently be hit" ... "No symbols have
been loaded" at the breakpoint.

I have changed all configuration manager types to "debug".

What am I missing?
 
Back
Top