Can't step into source code

  • Thread starter Thread starter Jason
  • Start date Start date
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
 
Almost 99% of the time I post a message I find the solution right after. At
the UI level I removed the reference to the DAL dll and pdb then rebuilt and
readded the reference and that seemed to do it.
 
VS2005 SP1 is in beta (see Microsoft Connect).

BUT, as far as I have tested it, a lot of problems remains.... don't expect
SP1 to be a miracle.

Steph.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top