vb.net web application fails when using IE7

  • Thread starter Thread starter Mark Brown
  • Start date Start date
M

Mark Brown

I've written a web application using vb.net (vs2003) that works fine for me,
using IE6. An individual that has upgraded their browser to IE7 is getting
an error on a variable I'm using to reference a selected item in a list box,
saying something like the value 1 is not non-negative or not 0. The varible
is typed as Integer and in this particular instance there's only 1 item in
the list.

Is there a setting in the browser that I need to change or something in the
application to make it work with IE7?

Thanks,
Mark
 
you cannot use VB 2003 with IE7

move back to VB6; it still works fine for me
 

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