473,809 Members | 2,699 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Microsoft JScript runtime (0x800A01AD)

Everything was working fine. I installed a bunch of Windows Updates
and now I can no longer create ActiveX objects on 2 different Web
Servers (1 Server2000, 1 Server2003). I have reinstalled MSxml3.0 SP7
and re-registered my msxml.dll's. I find a lot of reference to this
error, but nothing that seems to address my problem. I do not get any
entries in Event Viewer. Can anyone help?

Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
/bridgeton/fcu/includes/MM_XSLTransform/MM_XSLTransform .classJS.asp,
line 5

<%@LANGUAGE="JA VASCRIPT" CODEPAGE="1252" %>
<!--#include
file="includes/MM_XSLTransform/MM_XSLTransform .classJS.asp" -->
<%
var mm_xsl = new MM_XSLTransform ();
mm_xsl.setXML(" http://68.88.45.20/pe/fcu01_newxml.as p");
mm_xsl.setXSL(" fcu.xsl");
Response.write (mm_xsl.Transfo rm());
%>

Apr 12 '06 #1
2 5059


em*****@gmail.c om wrote:

Error Type:
Microsoft JScript runtime (0x800A01AD)
Automation server can't create object
/bridgeton/fcu/includes/MM_XSLTransform/MM_XSLTransform .classJS.asp,
line 5

<%@LANGUAGE="JA VASCRIPT" CODEPAGE="1252" %>
<!--#include
file="includes/MM_XSLTransform/MM_XSLTransform .classJS.asp" -->


What is line 5 in that file? Are you doing some CreateObject,
Server.CreateOb ject or new ActiveXObject in there? Show us the program
id you pass in.
--

Martin Honnen --- MVP XML
http://JavaScript.FAQTs.com/
Apr 12 '06 #2
The .asp pulls data (temperature) from a building controller at a
remote site. It then creates the picture object and displays the
temperature at that particule thermostat. There are over 20
thermostats that data is pulled from. This has worked just fine until
the winbdows updates. I performed so many updates I cannot undo.

Apr 12 '06 #3

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

Similar topics

0
1223
by: bB | last post by:
I am calling an external dll (compiled JScript) from within a try/catch/finally block in a C# program and am unable to catch exceptions being raised in the JScript dll by having a specific 'JScriptExcepton' catch block. I can't work out why this is. If I have a general catch block that catches exceptions of type 'Exception' and print out the type of the exception, it correctly states that the type is 'Microsoft.JScript.JScriptException'....
39
7475
by: tydbowl | last post by:
I have a problem where the below code chunk causes handle leaks on some machines. The leak APPEARS to be handles to the registry key: HKCU\Software\Microsoft\Windows\CurrentVersion\Internet Settings\ZoneMap The below code runs on a timer running several times per second and after about 15-30 minutes or so, it runs out of handles and crashes IE. I found an article on msdn discussing how setting properties in this
0
1780
by: raul | last post by:
Hi All, I am trying to run an ASP page but I am receiving the next error message: Error Type: Microsoft JScript runtime (0x800A01AD) Automation server can't create object /sourcingdata/WebCharts/_ScriptLibrary/DIAGRAM.asp, line 139 The line 139 is doing the next instruction:
28
2587
by: sturlamolden | last post by:
On Monday Microsoft announced a new runtime for dynamic languages, which they call "DLR". It sits on top of the conventional .NET runtime (CLR) and provides services for dynamically typed languages like Python or Lisp (thus the cross-posting). Apparently is is distributed under a BSD-like open-source license. I am curious to know how it performs in comparison to CPython and an efficient compiled Lisp like CMUCL. Speed is a major problem...
1
3057
by: finditajr | last post by:
Hello I'm having the following problem: My main webpage calls a function stored in a .js file that creates an HTML window to display a calendar. Whenever I click on a date in that calendar, the calendar should return to the main webpage, but it cannot find the home window again. I'm getting this error: Microsoft JScript runtime error: 'self.opener.document.idFormMain.txtPeriodOfOperationEff' is null or not an object I've...
1
3073
by: pratimapaudel | last post by:
function Showdiv() { var SelectStates = document.getElementById('Select1').value; if(SelectStates ="3") { document.getElementById("div2").style.display = "block"; } else document.getElementById("div2").style.display = "none";
1
2194
by: deepakalra | last post by:
hi, my project is about displaying map(and its info) based on query fired..the result of the query should be displayed in the form of report(collecting data from database)...the problem is when i uploaded the page,the error shown was:- The page cannot be displayed There is a problem with the page you are trying to reach and it cannot be displayed. -------------------------------------------------------------------------------- ...
3
8653
by: suganya | last post by:
Hi Some professionals already has developed the project using menu. In my company, they have given me task to clear the error in that. It is a script file named as "menubarAPI4.js" which is kept inside the folder "menu_script". The following is the code in this file. var menuOffsetTop=menuOffsetLeft=submenuOffsetTop=submenuOffsetLeft=submenuOffsetRight=0; var Doc=this.document;var standards=Doc.createElement&&Doc.createTextNode?1:0;...
26
3752
by: asmx126453 | last post by:
Hey Guys, i have a question about that error is there a specfick thing were the error on focus becase i have a DOTNET project and it shows on almost evry page that error if i whanne add something only the name of the document and txtbox is diferent on the other pages Pleas help me this is the compleet error Runtime-fout Microsoft JScript: 'document.OverurenDecl.txtMedewerker' is empty or not an object
0
9721
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
9603
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
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10387
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10120
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...
1
7662
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
6881
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
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3015
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.