NoWar
NoWar

Reputation: 37632

Lost RIA Services debugging

I just updated reference of my WPF client to RIA Services and somehow cannot enter to debug RIA Service methods.

So I cannot go to RIA Service breakpoints...

I have both project selected to debug within a solution...

It seems Visual Studio changed something under web.config...

Any clue guys why is it?

THANKS!!!

Upvotes: 0

Views: 226

Answers (1)

Terminador
Terminador

Reputation: 1398

Just make sure that you have included ALL projects to debug and they have correct order.

IE Start DLLs first and after that EXE.

Upvotes: 1

Related Questions