J
Jason
I have a 3 layer (data access, business logic and UI which is a web project)
and up to now I have had full ability to step all the way down to the data
access layer. For some reason now I can only step into the business logic
and when I get to the data access layer I get the "There is no source code
available..." despite the fact that the source is in one of the projects in
the overall solution.
This is on windows xp pro, visual studio 2005 with the latest service packs
(sp1 for vs 2005 isn't out yet right?)
I've rebooted restarted reloaded and I can't get this to work. The only
thing I changed from when it worked to when it stopped working was I took a
function within Application_Start (in global.asax) to Session_Start to get
it to fire more often. '
Any ideas?
Thanks
and up to now I have had full ability to step all the way down to the data
access layer. For some reason now I can only step into the business logic
and when I get to the data access layer I get the "There is no source code
available..." despite the fact that the source is in one of the projects in
the overall solution.
This is on windows xp pro, visual studio 2005 with the latest service packs
(sp1 for vs 2005 isn't out yet right?)
I've rebooted restarted reloaded and I can't get this to work. The only
thing I changed from when it worked to when it stopped working was I took a
function within Application_Start (in global.asax) to Session_Start to get
it to fire more often. '
Any ideas?
Thanks