VS 2005 and Javascript

G

Guest

I'm having an unusual issue with javascript. I had an error in some
javascript code, so I commented out the problem area and attempted to run
again so I could do a view source on the page and see what's happening. Even
though the code is commented out it still attempts to run the problem code.
I've shut down VS, rebooted the machine, cold booted, and the problem
persists. It seems to be cached somehow, but I can't find how or where to
correct it. Any ideas?

Thanks!
 
D

Dick Grier

Hi,

Is this JavaScript in a local file? If so, have do you have the Copy to
Output property (Properties window) of the HTML file set to Copy Always?

Dick

--
Richard Grier, MVP
Hard & Software
Author of Visual Basic Programmer's Guide to Serial Communications, Fourth
Edition,
ISBN 1-890422-28-2 (391 pages, includes CD-ROM). July 2004, Revised March
2006.
See www.hardandsoftware.net for details and contact information.
 

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

Top