WSH bug status (pre-WSH 5.6 beta) 
Author Message
 WSH bug status (pre-WSH 5.6 beta)

Here's a list of WSH related problems (that I am aware of) that
existed prior to the WSH 5.6 beta 1.  I have indicated which problems
I have tested myself and which are fixed in the 5.6 beta 1 and
which are not.  

Note that is not an official bug list, only what I have gleaned for NG
posts.  There are probably others that I didn't make note of at the
time or have never personally encountered.

Feel free to contribute to the list...

============================================================
WshNetwork
============================================================

- (not tested) Username/UserDomain problem (Win9x)

- (not tested) RemovePrinterConnection

- (fixed) SetDefaultPrinter was broken in an early 5.6 beta

============================================================
VBScript
============================================================

- (partial fix) Class level arrays and constant declarations

  class level arrays work now but class level Const throws
syntax error

============================================================
WSC/WSF
============================================================

- (not fixed) <component> vs <scriptlet> problem with WSC
behaviors in IE via HTTP

- (fixed) <object> id attribute scope problem - unique
within <job> vs within entire file

- (fixed) wscript.quit intExitCode with remaining unexecuted
code

- (not fixed) multiple wscript.quit's in separate <script>
elements. That is, wscript.quit in one <script> element
allows "fall-thru" into global code in 2nd <script> element
(which crashes).

- (not fixed) can't create typelib with multiple
<component>'s in a <package>

- (fixed) GetObject("script:<filepath>") - host dies
silently if path is bad - in ASP you get 800c0005 error.

  800c0010 if drive portion is not proper syntax (not x:\ or
  \\server\share\ form)

  800c0005 if path is not found or invalid (other than drive
  portion)

- (not tested) <implements type="ASP" /> requires session
state enabled on IIS.

============================================================
Scripting Runtime
============================================================

- (fixed) FSO Drive.Size 2GB problem (Win9x)

- (not fixed) getting a file or folder object using a short
path name sets name/path same as shortname/shortpath. (this
is either a bug or an undocumented limitation)

============================================================
Script Control (now distributed with WSH)
============================================================

- (not tested) can't site as control on VB5 form (not
consistent problem - only some VB5 users)

--
Michael Harris
Microsoft.MVP.Scripting
--

Please do not email questions - post them to the newsgroup instead.
--



Fri, 16 May 2003 03:00:00 GMT  
 WSH bug status (pre-WSH 5.6 beta)
Thanks for the update...


Quote:
> Here's a list of WSH related problems (that I am aware of) that
> existed prior to the WSH 5.6 beta 1.  I have indicated which problems
> I have tested myself and which are fixed in the 5.6 beta 1 and
> which are not.

> Note that is not an official bug list, only what I have gleaned for NG
> posts.  There are probably others that I didn't make note of at the
> time or have never personally encountered.

> Feel free to contribute to the list...

> <snip>
> ============================================================
> VBScript
> ============================================================

> - (partial fix) Class level arrays and constant declarations

>   class level arrays work now but class level Const throws
> syntax error

While not the best, throwing an error is better than not advising the user
that his intentions are not being carried out.

/Al



Fri, 16 May 2003 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. wsh 5.6 beta 2 bug - floppy access during exec

2. BUG in WSH 5.6 install if Wscript.exe is running while updating WSH

3. BUG in WSH 5.6 install if Wscript.exe is running while updating WSH

4. BUG in WSH 5.6 install if Wscript.exe is running while updating WSH

5. WSH 5.6 beta 2

6. WSH 5.6 Beta - Shell.Exec

7. WSH 5.6 Beta for NT missing files?

8. WSH 5.6 beta 2

9. Possible WSH 5.6 beta update...

10. wsh 5.6 beta 2 problems

11. crash with WSH 5.6 beta 2 and IE 5.5

12. WSH 5.6 Beta 1, new method, WScript.Exec

 

 
Powered by phpBB® Forum Software