M
Mark Rae
Hi,
Is anyone else experiencing a problem with VS.NET 2003 & Norton Internet
Security 2005, specifically when debugging?
More and more often when I'm debugging an ASPX page, the code breaks on the
following JavaScript function:
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad(); // code breaks here
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
The error message is:
Microsoft JScript runtime error: Function expected
If I drag the next execution line down to the closing bracket, the page
loads normally.
This piece of JavaScript is automatically inserted into HTML pages by Norton
Internet Security 2005, but the problem only exhibits itself in Debug mode -
in Release mode or running the site "natively" i.e. through a browser not
within VS.NET, this doesn't happen. I've not really found anything useful
about this through a Google search. Has anyone else seen this strange
behaviour?
Any assistance gratefully received.
Mark
Is anyone else experiencing a problem with VS.NET 2003 & Norton Internet
Security 2005, specifically when debugging?
More and more often when I'm debugging an ASPX page, the code breaks on the
following JavaScript function:
function SymOnLoad()
{
if(SymRealOnLoad != null)
SymRealOnLoad(); // code breaks here
window.open = SymRealWinOpen;
SymRealOnUnload = window.onunload;
window.onunload = SymOnUnload;
}
The error message is:
Microsoft JScript runtime error: Function expected
If I drag the next execution line down to the closing bracket, the page
loads normally.
This piece of JavaScript is automatically inserted into HTML pages by Norton
Internet Security 2005, but the problem only exhibits itself in Debug mode -
in Release mode or running the site "natively" i.e. through a browser not
within VS.NET, this doesn't happen. I've not really found anything useful
about this through a Google search. Has anyone else seen this strange
behaviour?
Any assistance gratefully received.
Mark