473,790 Members | 2,805 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Runtime error has occurred

Using Acess2003; when writing code, etc. and when attempting to use the help
files while in visual basic window, I recently started to get this message-
"A runtime error has occurred. Do you wish to debug? Line 114 Error:
Operation is not allowed when the object is closed." So if I hit the Yes
button a "Just-In-Time debugging window" comes up with the following choice-
Possible Debuggers-New Instance of Microsoft Script Writer"...when I hit the
yes button, a Microsoft Script Editor window appears (in design mode).,,etc.
, mentioning a few passages about ADODB and code that I'm not familiar with,
and the name at the top of the debugging window is
"mk:@MSITStor.. ..ks/ofvbanli.js"... hmmm...
I started to think is this some kind of virus?? anyways, if I just say no,
I don't want to debug, and close the original dialog box, everything returns
to normal....the help files work ,etc..It just is a hassle that this thing
just pops up when searching in help files. This does not happen with help
files in the normal help window (database window)....
I did a repair on Office; I haven't tried other mdb's until I can verify
whats happening here...Has anybody had similar situations when using the
visual basic window help files???
Dec 30 '05 #1
2 5660
The help files are HTML format help files. Go to your Internet Properties
(with IE open, go to Tools|Internet Options...). On the Advanced tab, check
to see that Disable Script Debugging.... (there may be more than one) is/are
checked. Also, uncheck "Display a notification about every script error".
Click Ok and see if the problem still occurs. These boxes will get changed
if you install FrontPage so that you can debug code you write for web pages
in FrontPage.

If that doesn't fix it, then I suspect that there is something wrong with
the help files and an uninstall/reinstall is probably in order.

--
Wayne Morgan
MS Access MVP
"Joseph Macari" <jm******@cox.n et> wrote in message
news:m82tf.2311 12$0l5.80668@du keread06...
Using Acess2003; when writing code, etc. and when attempting to use the
help files while in visual basic window, I recently started to get this
message- "A runtime error has occurred. Do you wish to debug? Line 114
Error: Operation is not allowed when the object is closed." So if I hit
the Yes button a "Just-In-Time debugging window" comes up with the
following choice- Possible Debuggers-New Instance of Microsoft Script
Writer"...when I hit the yes button, a Microsoft Script Editor window
appears (in design mode).,,etc. , mentioning a few passages about ADODB
and code that I'm not familiar with, and the name at the top of the
debugging window is "mk:@MSITStor.. ..ks/ofvbanli.js"... hmmm...
I started to think is this some kind of virus?? anyways, if I just say
no, I don't want to debug, and close the original dialog box, everything
returns to normal....the help files work ,etc..It just is a hassle that
this thing just pops up when searching in help files. This does not
happen with help files in the normal help window (database window)....
I did a repair on Office; I haven't tried other mdb's until I can verify
whats happening here...Has anybody had similar situations when using the
visual basic window help files???

Dec 30 '05 #2
I did what you suggested; the problem still exists...though a a different
dialog box comes up.."Internet Explorer script error"......I also went into
Front Page app and made some changes in the macro menu, but that did not
help. I really don't feel like reinstalling Office so I may just live with
the problem......Th anks for your help.

-Joe
"Wayne Morgan" <co************ *************** @hotmail.com> wrote in message
news:Bc******** *********@newss vr25.news.prodi gy.net...
The help files are HTML format help files. Go to your Internet Properties
(with IE open, go to Tools|Internet Options...). On the Advanced tab,
check to see that Disable Script Debugging.... (there may be more than
one) is/are checked. Also, uncheck "Display a notification about every
script error". Click Ok and see if the problem still occurs. These boxes
will get changed if you install FrontPage so that you can debug code you
write for web pages in FrontPage.

If that doesn't fix it, then I suspect that there is something wrong with
the help files and an uninstall/reinstall is probably in order.

--
Wayne Morgan
MS Access MVP
"Joseph Macari" <jm******@cox.n et> wrote in message
news:m82tf.2311 12$0l5.80668@du keread06...
Using Acess2003; when writing code, etc. and when attempting to use the
help files while in visual basic window, I recently started to get this
message- "A runtime error has occurred. Do you wish to debug? Line 114
Error: Operation is not allowed when the object is closed." So if I hit
the Yes button a "Just-In-Time debugging window" comes up with the
following choice- Possible Debuggers-New Instance of Microsoft Script
Writer"...when I hit the yes button, a Microsoft Script Editor window
appears (in design mode).,,etc. , mentioning a few passages about ADODB
and code that I'm not familiar with, and the name at the top of the
debugging window is "mk:@MSITStor.. ..ks/ofvbanli.js"... hmmm...
I started to think is this some kind of virus?? anyways, if I just say
no, I don't want to debug, and close the original dialog box, everything
returns to normal....the help files work ,etc..It just is a hassle that
this thing just pops up when searching in help files. This does not
happen with help files in the normal help window (database window)....
I did a repair on Office; I haven't tried other mdb's until I can verify
whats happening here...Has anybody had similar situations when using the
visual basic window help files???


Dec 30 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
1478
by: Kamal Dhingra | last post by:
Hi Guys, I am developing an asp.net application .In error handling , I have 2 web.congif files ,one is in Web(which is the virtual directory) ,other i have created in a folder in Web/Admin. The problem is i want 2 different custom error handling files ,one for the main site and other for the admin.In the config file in admin I wrote <customErrors defaultRedirect="CustomErrorAdmin.aspx" mode="On" /> and in the other config file i wrote ...
7
6553
by: wmkew | last post by:
Hello everyone I'm encountering a R6002 Runtime error and several bugs when trying to generate a simple Managed C++ application with .NET 2003. The main problem seems to arise from linking with LIBCMT(D).DLL. (My requirement is that we can't link with MSVCRT(D).LIB.) Below are steps I've followed, and the resulting problems 1. Using the New Project wizard, generate a Visual C++ .NET Class Library project (call it "Doomed") and a VC++...
7
2861
by: Yongsub Eric Shin | last post by:
Hi. I'm just a beginner in ASP.Net. I started writing codes and I keep on getting this Runtime Error page, where it says "Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
2
1772
by: kl | last post by:
Hello My aspx pages run fine with non-secure server. When I tried to run them with https://, on the browser side, the runtime error occurred with suggestions of adding the following configuration <configuration><system.web><customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/></sytem.web></configuration and on the server side, the errors were access denied to "C:\WebFiles\web.config". Failed to start monitoring file...
0
1233
by: vareck.walla | last post by:
I get this error everytime I run my project: System.InvalidOperationException was unhandled Message="An error occurred creating the form. See Exception.InnerException for details. The error is: Item has already been added. Key in dictionary: 'System.Runtime.CompilerServices.CompilerGeneratedAttribute' Key being added: 'System.Runtime.CompilerServices.CompilerGeneratedAttribute'" Source="Interbase® Project 2006" StackTrace:
0
1535
by: GHS | last post by:
I'm writing code to parse a specific website and decided to use MSHTML to help (instead of regular expressions). The parsing code is complete - looks very nice if I say so myself. :-) The problem I have is setting up the doc itself. Here is a code snippet of where the problem shows up: FileStream file = new FileStream("c:\\day.html", FileMode.OpenOrCreate, FileAccess.Read); StreamReader sr = new StreamReader(file); string html =...
1
3810
by: morrisqueto | last post by:
Hello, One of my websites just started sending a new rare error. The site has been working for almost 2 years without trouble, but today morning started giving away this error in all my views. Microsoft VBScript runtime error '800a01fb' An exception occurred: 'MoveNext' /test.asp, line 544 Here is the code:
7
10396
by: j4richard | last post by:
Help please, I am getting this "Unhandled Exception has occurred in your application" " A Generic error occurred in GDI+" See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.Runtime.InteropServices.ExternalException: A generic error occurred in GDI+.
2
1145
by: graycatlady | last post by:
I keep getting the following message: Runtime Error occurred, do you want to debug? Line: 10; Error: Object expected My system just recently crashed (the hard drive died while I was on vacation) and a new hard drive was installed and all my programs re-installed onto it. This is when the runtime error started popping up all the time. When I go to debug, it takes me somewhere but doesn't tell me what to do and I'm without a clue. Anyone...
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9512
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10413
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9986
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9021
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7530
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6769
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
3707
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2909
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.