472,804 Members | 1,594 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,804 software developers and data experts.

ERROR: There is no source code available for the current location.

I'm developing in VB.NET 2002 on Windows 2000 SP4.

When I'm running my application in the design environment, it generates an error at one point that says: "There is no source code available for the current location."

If I click OK, it still runs the code, but it will not allow me to run it in break mode after that point, even if I put a Stop statement in the code. It ignores the Stop statement.

It was originally running into this error at a line which executes a 3rd party COM method. Mut the the problem migrated to an earlier line, where it's working only with intrinic VB.NET objects.

Could it be multi-threading perhaps, even though my program is not set up nor intended for multi-threading? Is there a solution for this problem? Thanks.

Jul 21 '05 #1
1 3666
We can say: there is the .Net error handle bug. But, the bug comes from your
incorrect code.
How to fix:
case 1: Checking TextWriter, TextRead, FileStream, ... has been closed
before you want to re-open the same file.
case 2: Verifying Data connection
case ...

"Phil Galey" wrote:
I'm developing in VB.NET 2002 on Windows 2000 SP4.

When I'm running my application in the design environment, it generates an error at one point that says: "There is no source code available for the current location."

If I click OK, it still runs the code, but it will not allow me to run it in break mode after that point, even if I put a Stop statement in the code. It ignores the Stop statement.

It was originally running into this error at a line which executes a 3rd party COM method. Mut the the problem migrated to an earlier line, where it's working only with intrinic VB.NET objects.

Could it be multi-threading perhaps, even though my program is not set up nor intended for multi-threading? Is there a solution for this problem? Thanks

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

67
by: Steven T. Hatton | last post by:
Some people have suggested the desire for code completion and refined edit-time error detection are an indication of incompetence on the part of the programmer who wants such features. ...
2
by: Janna Deegan | last post by:
Hello all, First off, if there is a better place to post for an answer to this question, please feel free to point me there. I have some very strange behavior happening with my System.web.mail...
8
by: Razak | last post by:
Hi, I have a class which basically do Impersonation in my web application. From MS KB sample:- ++++++++++++++++++++code starts Dim impersonationContext As...
0
by: Adam Getchell | last post by:
I'm attempting to write a custom Authentication module using http://www.15seconds.com/Issue/020417.htm I looked at http://support.microsoft.com/default.aspx?scid=kb;EN-US;307996, but it doesn't...
8
by: Doug Bell | last post by:
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 =...
1
by: Phil Galey | last post by:
I'm developing in VB.NET 2002 on Windows 2000 SP4. When I'm running my application in the design environment, it generates an error at one point that says: "There is no source code available for...
2
by: sunnyko | last post by:
Dear all I am using asp.net in a Small Business Server to send email out ! The programe work fine in XP but show the following error in Small Business Server. I don't know why.... Sunny ...
0
by: shahiz | last post by:
This the error i get when i try to run my program Error: Unable to realize com.sun.media.amovie.AMController@18b81e3 Basically i have a mediapanel class that initialize and play the media as...
2
by: bhappy | last post by:
Hai All, Im developing project using 3-tire architecture,im adding references of library and business logic files to main application, If i change any code in library file or blogic file it is...
0
by: erikbower65 | last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps: 1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal. 2. Connect to...
0
by: erikbower65 | last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA: 1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
0
by: kcodez | last post by:
As a H5 game development enthusiast, I recently wrote a very interesting little game - Toy Claw ((http://claw.kjeek.com/))。Here I will summarize and share the development experience here, and hope it...
2
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM) The start time is equivalent to 19:00 (7PM) in Central...
14
DJRhino1175
by: DJRhino1175 | last post by:
When I run this code I get an error, its Run-time error# 424 Object required...This is my first attempt at doing something like this. I test the entire code and it worked until I added this - If...
0
by: lllomh | last post by:
Define the method first this.state = { buttonBackgroundColor: 'green', isBlinking: false, // A new status is added to identify whether the button is blinking or not } autoStart=()=>{
0
by: lllomh | last post by:
How does React native implement an English player?
0
by: Mushico | last post by:
How to calculate date of retirement from date of birth
2
by: DJRhino | last post by:
Was curious if anyone else was having this same issue or not.... I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.