there is no source code available for the current location

swathys

Member
Joined
Sep 21, 2010
Messages
7
Programming Experience
Beginner
hi,

I have problem with my application. when i run the application it gives an error "there is no source code available for the current location". Even i try to debug using f8 and msgbox in all forms, It doesn go thru it.I dont know what goes wrong with my application. All the while it goes perfectly alright.Please help me, what does this error message meant and why all the way in sudden it happens to be like this?
PLEASE HELP !!!
 
Are you sure that the build is working? Does it say "Build succeeded" or the like in the status bar when you build? It sounds like maybe your build is failing and you're running old output that doesn't match your source code.

Also, you should check all your references. You might have to remove and re-add them.
 
Back
Top