A
aaj
Hi all
I have written a small app on my machine that I have passed on to a
colleague for testing.
The problem is, as soon as he steps through in debug mode and reaches
try
{
conn.Open(); <- HERE
The error message 'There is no source code available for the current
location ' pops up. I should stress this is not a caught error, but one the
IDE generates.
It can be temporarily fixed by us logging off, logging on and then
rebuilding the solution. It only works for one pass, and then the second
time you step through the error re appears.
I have searched Google and found a few references to the same problem, but
no fixes. Microsoft knowledge base 318367 suggests a fix, but didn't work.
There are two things I can see
1) I run .net framework 1.1.4322 while he has the same number but has
installed sp1
2) the other is the project originally lived on my D drive, but its on his
C. .NET took care of most of the paths, but as suggested in article 318367,
I had to manually change the reference in the Solution properties. Doing
this fixed the problem for a single execution, but fails at the second
attempt.
one last thing, if we run in 'Release' everything runs fine
any help would be much appreciated
thanks
Andy
I have written a small app on my machine that I have passed on to a
colleague for testing.
The problem is, as soon as he steps through in debug mode and reaches
try
{
conn.Open(); <- HERE
The error message 'There is no source code available for the current
location ' pops up. I should stress this is not a caught error, but one the
IDE generates.
It can be temporarily fixed by us logging off, logging on and then
rebuilding the solution. It only works for one pass, and then the second
time you step through the error re appears.
I have searched Google and found a few references to the same problem, but
no fixes. Microsoft knowledge base 318367 suggests a fix, but didn't work.
There are two things I can see
1) I run .net framework 1.1.4322 while he has the same number but has
installed sp1
2) the other is the project originally lived on my D drive, but its on his
C. .NET took care of most of the paths, but as suggested in article 318367,
I had to manually change the reference in the Solution properties. Doing
this fixed the problem for a single execution, but fails at the second
attempt.
one last thing, if we run in 'Release' everything runs fine
any help would be much appreciated
thanks
Andy