ERROR: there is no soucre code available for the current location

  • Thread starter Thread starter JR
  • Start date Start date
J

JR

I'm writting a program and in 1 form-module I get this error when there is
really something wrong. this way it is not easy to find the pleace where I
made a mistake.

How can I solve this?


Jan
 
JR said:
I'm writting a program and in 1 form-module I get this error when there is
really something wrong. this way it is not easy to find the pleace where I
made a mistake.

If Crouchie's suggestion doesn't solve the problem, please post the complete
error message (if you didn't already do so) and a detailled description of
what operations your program is performing.
 
JR,

Do you have Option Strict on set in the top of your program or in your
general properties of your IDE.
(With the last question asking directly if you use VS.Net)

Cor
 
Hi

the title is the complete error. It happens on all types of error.
compare string to int (I did this for a test)
null reference error (object not yet defined)
and so on

I'm in debug VS(2003) language VB
it's in a form module that I get the error
the form does some calculation with a 'recursif' routine. (the error also
occur before or after that routine)
It have an listview with 5 columns and look into shared textboxes created on
the mainform

Jan
 

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