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

Home Posts Topics Members FAQ

scrrun.dll corrupted by ACT bug

BW
Hey Microsoft, this is a real bug which should be reported
to those owning Application Center Test (ACT) and
VBScript's scrrun.dll version 5.6.

VBScript/Windows Script Host uses /system32/scrrun.dll to
perform file manipulations by using the FileSystemObjec t
(FSO).

VBScripts using FSO work fine on their own, however when
evoked from within ACT they sometimes cause the ACT script
to hang (run endlessly). This can be temporarily fixed by
unregistering scrrun.dll and re-registering it OR re-
running scrrun version 5.6 script win2k/xp install.

Details:
Using .Net 2003 ACT.
Using Windows XP Pro with all service packs/updates.
Gave ACT user id full admin access rights.
scrrun.dll version is 5.6 for Win2K/XP.

Would someone from Microsoft please verify this and file a
bug so that the ACT/scrrun.dll corruption relationship is
fixed.

This bug really sucks since our company is trying to
embrace the ACT tool combined with file manipulation
scripts in automating our tests of web sites.

I am only 3 minutes from the Redmond campus and would
gladly bring my XP/.Net 2003 laptop to reproduce the bug.
Jul 21 '05 #1
1 4250
BW
Here is the final solution to this freaking puzzle:
Each time I registered scrrun.dll, everything worked until
I rebooted the computer where for some reason scrrun.dll
had to be re-registerd again.

To get to the bottom of this mystery, I took a snap shot
(using VeriTest-Rational Install Analyzer) of the WinXP
system where scrrun.dll had been re-registered, rebooted
the system and then took another snap shot of the now
messed up scrrun.dll, ran a comparison and low and behold
after reading through the registry changes determined that
Norton Anti-virus takes the GUID for sccrun.dll and re-
points it towards their script blocking dll.

To properly solve this problem, I went into the Norton
AntiVirus options and turned off script blocking, rebooted
and now all is fine. Sheeeeeeeeesh!!

Bottom line is that ACT does not know that scrrun.dll has
been hi-jacked by Norton script blocking dll and just runs
the test script forever until it times out.

-----Original Message-----
Hey Microsoft, this is a real bug which should be reportedto those owning Application Center Test (ACT) and
VBScript's scrrun.dll version 5.6.

VBScript/Windows Script Host uses /system32/scrrun.dll to
perform file manipulations by using the FileSystemObjec t
(FSO).

VBScripts using FSO work fine on their own, however when
evoked from within ACT they sometimes cause the ACT scriptto hang (run endlessly). This can be temporarily fixed byunregisterin g scrrun.dll and re-registering it OR re-
running scrrun version 5.6 script win2k/xp install.

Details:
Using .Net 2003 ACT.
Using Windows XP Pro with all service packs/updates.
Gave ACT user id full admin access rights.
scrrun.dll version is 5.6 for Win2K/XP.

Would someone from Microsoft please verify this and file abug so that the ACT/scrrun.dll corruption relationship is
fixed.

This bug really sucks since our company is trying to
embrace the ACT tool combined with file manipulation
scripts in automating our tests of web sites.

I am only 3 minutes from the Redmond campus and would
gladly bring my XP/.Net 2003 laptop to reproduce the bug.
.

Jul 21 '05 #2

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

Similar topics

3
2234
by: r.e.s. | last post by:
No matter which site I download it from, NumTut.tgz appears to be corrupted. Anyone else having this problem? Thanks. -- r.e.s.
1
6672
by: WKC | last post by:
Recently, one of our database's mdf and ldf was corrupted. We were able to bring back the database with the capability of importing and querying the data. However, the data is not the full list. Some of the data are still missing because the tables we want still has sone 'chain mis linkage' error when we did a DBCC checkdb/checktable. DBCC couldn't fix those errors either. We're pretty sure that there are some data still burry under the...
3
3173
by: Bob Hynes | last post by:
Hi All, Does anyone know of a place where a corrupted mdb(front-end) can be sent and have that place be able to tell me what got corrupted within the db? Here's the issue; All pc's are WindowsNT on a Novell network using Office97 Pro. I built a db application(work distribution and log app) which has been running in this environment for more than a year, its a front-end/back-end setup using UNC for its pathing, both ends get compacted...
28
4069
by: Lee Rouse | last post by:
Hello all, This is going to be a rather lengthy "question". I have an Access 2k database, separated front end/back end. Front end copies are on about 30 workstations and used frequently during the work day. The backend has a table called CLIENTS with approximately 6000 client records. Changes to data in the table are made via a frontend db Form which has CLIENTS as its record source.
0
1174
by: DD | last post by:
I am testing software on Windows 98 and i get an error when i open the software scrrun.dll version 1 not referenced,, then a runtime error and it closes I have Microsoft Scriting Runtime, referenced can anyone advise i run developer xp regards
1
395
by: BW | last post by:
Hey Microsoft, this is a real bug which should be reported to those owning Application Center Test (ACT) and VBScript's scrrun.dll version 5.6. VBScript/Windows Script Host uses /system32/scrrun.dll to perform file manipulations by using the FileSystemObject (FSO). VBScripts using FSO work fine on their own, however when evoked from within ACT they sometimes cause the ACT script
2
2764
by: Mark Hurd | last post by:
I'm using Scripting.Dictionary in a VB6 interface that will be needed for a while yet, so I'm looking for a PIA for scrrun.dll (specifically the Scripting type library, not necessarily the FileSystemObject or the RegEx libraries) so that I can make my interface-defining interop assembly primary. Is there one? Can someone point me to a web page, newsgroup item, or blog entry describing Microsoft's policy on producing non-Office PIAs?
9
2395
by: advance scout | last post by:
HELP! My database is suddenly corrupted. My computer was acting funny (very sluggish) and was shut down. Access had been already been closed down but computer was acting very slow , so perhaps it was still open. I am now getting a "The data base ... is corrupted and needs to be repaired" error . I have made copies of the corrupted database so that I could try to repair and still have a corrupted copy available. When I try to repair , it...
6
1852
by: manontheedge | last post by:
I'm trying to include a function in my code... Dim fso As New FileSystemObject fso.CopyFolder "C:\Documents and Settings\Owner\Desktop\example", "C:\Documents and Settings\Owner\Desktop\example2"
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
10635
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
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
10378
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
9198
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
7653
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();...
0
5550
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
3
3013
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.