473,399 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,399 software developers and data experts.

Sample ASP script can't instantiate object

trying to test these old guys on win xp pro sp2

http://support.microsoft.com/kb/249290


Sample ASP script can't instantiate object
--------------------------
[code]
Set objASP2HTM = Server.CreateObject("IISSample.Asp2Htm")

[error]
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

-------------------------
found the msjava.dll exists on machine
get this error message for registering dll

---------------------------
Registry Editor error message
---------------------------
Cannot import C:\windows\system32\msjava.dll: The specified file is not a registry script.

You can only import binary registry files from within the registry editor.

any suggestions ?
Jun 24 '07 #1
2 2276
got it registered but same object error

still open to ideas
Jun 24 '07 #2
Jon wrote on Sun, 24 Jun 2007 12:23:42 -0700:
trying to test these old guys on win xp pro sp2

http://support.microsoft.com/kb/249290

Sample ASP script can't instantiate object

--------------------------
[code]
Set objASP2HTM = Server.CreateObject("IISSample.Asp2Htm")

[error]
Server object error 'ASP 0177 : 800401f3'

Server.CreateObject Failed

-------------------------

found the msjava.dll exists on machine
get this error message for registering dll

---------------------------
Registry Editor error message
---------------------------
Cannot import C:\windows\system32\msjava.dll: The specified file is not a
registry script.

You can only import binary registry files from within the registry editor.

any suggestions ?
To register a dll, you use regsvr32.exe, eg.

regsvr32 c:\windows\system32\msjava.dll

Where on Earth did you find any reference to importing a DLL into the
registry?

As to those components working at all, they were written for IIS4 on Windows
NT 4. I wouldn't be surprised if they don't work on XP/2003/Vista, and
they're certainly no longer supported by MS.

Dan
Jun 25 '07 #3

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

Similar topics

0
by: Phil Powell | last post by:
<?php class FileRemoval { var $fileNameArray, $isRemoved, $errorMsg = ''; function FileRemoval() { // CONSTRUCTOR $this->fileNameArray = array(); $this->isRemoved = 0; }
2
by: Tony Heflin | last post by:
I am having a problem determining the source of a problem. I have created a very simple (for right now) windows script component that does not work in an asp page(win2k server btw). I tested with a...
3
by: John MacIntyre | last post by:
Hi, Can anybody give me a hint as to how to convert a javascript array into a vbscript array? BTW-it only needs to work in IE5 & 6 Thanks in advance, John MacIntyre VC++ / VB / ASP /...
3
by: Eugen Gulinsky | last post by:
Hello guys, I am having problems trying to migrate our MSXML4-compatible stylesheets containing large msxsl:script blocks to a formate understandable by System.Xml:Xsl.XslTransform. I keep...
5
by: | last post by:
Trying to learn about manipulating collections of objects, and populating these objects dynamically from datasources. Could someone post a code sample that shows the following: Instantiating a...
5
by: Cylix | last post by:
this.menus = { root: new Array };
5
by: Otto Wyss | last post by:
I've now been looking for a week for a simple but useful sample on how to get a list of entries (persons) via an XMLHttpRequest using Json/PHP on the server. So far I've found about a thousend...
4
by: Tomas | last post by:
A newbie question: How can I instantiate objects dynamically in VB.NET. E.g. I have the object 'Player' and I would like to instantiate it with the several instances (James, Gunner, etc.), without...
6
by: =?Utf-8?B?cm9kY2hhcg==?= | last post by:
hey all, can someone please explain the advantages of interface-based programming? And then tell me what this is opposed to? thanks, rodchar
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
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...

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.