Not sure if this is the right forum….
This pertains to an ASP project developed in Visual InterDev 6.0. I’m trying to do a bit of debugging.
Out of the Blue, .asp pages would not load. I can no longer reproduce the error.
In looking for a solution, I ran synciwam.vbs. That produced this error.
"Error: 1B6: Object doesn’t support this property or method."
Now, when I try to debug I get a new error "error - An exception of type ‘Microsoft JScipt runtime error: Object expected’ was not handled." This error occurs in a file call Jscript – script block under a Miscellaneous Files directory. This file and the Miscellaneous directory are created when the application is run/debugged. I did not create any of that, it must be somehow internal to Jscript (beats the hell out of me).
The ‘file’ (Miscellaneous/Jscript – script block) goes away when you cancel the debug.
I do not get any errors when I just load the site in a browser. Only when I debug in InterDev.
Any ideas? I’m stuck.
This pertains to an ASP project developed in Visual InterDev 6.0. I’m trying to do a bit of debugging.
Out of the Blue, .asp pages would not load. I can no longer reproduce the error.
In looking for a solution, I ran synciwam.vbs. That produced this error.
"Error: 1B6: Object doesn’t support this property or method."
Now, when I try to debug I get a new error "error - An exception of type ‘Microsoft JScipt runtime error: Object expected’ was not handled." This error occurs in a file call Jscript – script block under a Miscellaneous Files directory. This file and the Miscellaneous directory are created when the application is run/debugged. I did not create any of that, it must be somehow internal to Jscript (beats the hell out of me).
The ‘file’ (Miscellaneous/Jscript – script block) goes away when you cancel the debug.
I do not get any errors when I just load the site in a browser. Only when I debug in InterDev.
Any ideas? I’m stuck.