D
Doug Bell
Hi,
I have been debugging a new VB.Net Application and today, I have been
getting an error that I have not seen before
This error is now appearing on a line with the following code:
lnGUID = lnGUID * 1000 + DatePart(DateInterval.DayOfYear, Now)
this line runs fine in another App. The Error that I am getting is:
"There is no source code available for the current location"
I do not understand how the Microsoft explanation for this error applies to
the code that I have?
Any help appreciated
Doug
I have been debugging a new VB.Net Application and today, I have been
getting an error that I have not seen before
This error is now appearing on a line with the following code:
lnGUID = lnGUID * 1000 + DatePart(DateInterval.DayOfYear, Now)
this line runs fine in another App. The Error that I am getting is:
"There is no source code available for the current location"
I do not understand how the Microsoft explanation for this error applies to
the code that I have?
Any help appreciated
Doug