0

I have website built in Visual Studio 2005 in vb.net. When I run this website on Visual Studio 2015 it throws a run time exception given below. This website works fine in VS2005.

enter image description here

I don't know what to do...

Equalsk
  • 7,954
  • 2
  • 41
  • 67
Irfan
  • 11
  • 4
  • If it isn't already make sure this script block is right at the end of the page before the closing `HTML` tag. It's saying the object `Sys` doesn't exist, possibly because the script is firing before everything is ready. – Equalsk Nov 08 '16 at 11:40

1 Answers1

0

There are many possibilities mentioned in the answers here: Sys is undefined

Also note the error on line 127 (the closing script tag is incomplete).

Community
  • 1
  • 1
  • If there are many answers to a question, perhaps it should be flagged as "Too broad: There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs." Otherwise please provide a specific answer – Quintin Balsdon Nov 08 '16 at 12:33