Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP General > Bugs in VBScript GetRef()

Reply
Thread Tools

Bugs in VBScript GetRef()

 
 
Mike Schinkel
Guest
Posts: n/a
 
      02-29-2004
Does anyone know if there are bugs in VBScript's GetRef()? I'm using
VBScript Version 5.6.8515 on Win2003Server w/ASP.

Sometimes it returns an object that VarType() says is a vbObject. Other
times it returns VarType() is vbEmpty. This is driving me mad!

Also, does anyone know what the properties and methods are for the object
returned by GetRef()?

TIA.

-Mike


 
Reply With Quote
 
 
 
 
[MSFT]
Guest
Posts: n/a
 
      03-01-2004
Hi Mike,

Thank you for using the community. From your description, the function
GetRef() returns incorrect result vbEmpty randomly and you suspect this may
be bug. I search in the database, but I haven't found this is a known bug,
and there isn't a similar one also. As we know function GetRef() will
return a reference to a function based a name string. When it return
vbEmpty, it mean it failed to find the function. I suggest you may double
check the parameter string you passed into GetRef(), to see if there is
such a function in current module.

If you found a solid way to reproduce the problem, please let me know. With
these information, we can perform deep research on the issue to see if it
is bug.

Regards,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
 
Bob Barrows
Guest
Posts: n/a
 
      03-01-2004
Mike Schinkel wrote:
> Does anyone know if there are bugs in VBScript's GetRef()? I'm using
> VBScript Version 5.6.8515 on Win2003Server w/ASP.
>
> Sometimes it returns an object that VarType() says is a vbObject.
> Other times it returns VarType() is vbEmpty. This is driving me mad!
>


Show us how to reproduce the problem. This has never happened to me.

> Also, does anyone know what the properties and methods are for the
> object returned by GetRef()?
>



Does GetRef even work in server-side code? You may want to pose this
question in m.p.scripting.vbscript. It's a little OT for this newsgroup.
You'll be more likely to find the vbscript experts over there.

Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


 
Reply With Quote
 
Mike Schinkel
Guest
Posts: n/a
 
      03-02-2004
Bob:

Thanks for the reply. Forgive my density, but what does "OT" mean?
Also, can you please review my reply to Luke on this thread? Let me know if
you have any insight. Thanks in advance.

-Mike


"Bob Barrows" <> wrote in message
news:eBK8EH3$...
> Mike Schinkel wrote:
> > Does anyone know if there are bugs in VBScript's GetRef()? I'm using
> > VBScript Version 5.6.8515 on Win2003Server w/ASP.
> >
> > Sometimes it returns an object that VarType() says is a vbObject.
> > Other times it returns VarType() is vbEmpty. This is driving me mad!
> >

>
> Show us how to reproduce the problem. This has never happened to me.
>
> > Also, does anyone know what the properties and methods are for the
> > object returned by GetRef()?
> >

>
>
> Does GetRef even work in server-side code? You may want to pose this
> question in m.p.scripting.vbscript. It's a little OT for this newsgroup.
> You'll be more likely to find the vbscript experts over there.
>
> Bob Barrows
> --
> Microsoft MVP - ASP/ASP.NET
> Please reply to the newsgroup. This email account is my spam trap so I
> don't check it very often. If you must reply off-line, then remove the
> "NO SPAM"
>
>



 
Reply With Quote
 
[MSFT]
Guest
Posts: n/a
 
      03-02-2004
Hi Mike,

The features you listed didn't included in VBscript currently. If you
really need them, you take a look at script hosting technology or consider
migrating to .NET and achieve them with Reflection.

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
Mike Schinkel
Guest
Posts: n/a
 
      03-02-2004
Thanks.
The plan is ultimately to move to .NET, but our team just isn't ready yet
for many reasons.
Not the least is Whidbey is much better than current, and we want to wait
for that.

Will VBScript be updated at all? Any chance those functions might find
their way into VBScript (I know you can't answer, but you could pass on to
the people who could.)

-Mike


"[MSFT]" <> wrote in message
news:...
> Hi Mike,
>
> The features you listed didn't included in VBscript currently. If you
> really need them, you take a look at script hosting technology or consider
> migrating to .NET and achieve them with Reflection.
>
> Luke
> Microsoft Online Support
>
> Get Secure! www.microsoft.com/security
> (This posting is provided "AS IS", with no warranties, and confers no
> rights.)
>



 
Reply With Quote
 
[MSFT]
Guest
Posts: n/a
 
      03-03-2004
Hi Mike,

I will record your suggestions. And you also can submit your suggestions
via:

http://register.microsoft.com/mswish/suggestion.asp

Regards,

Luke
Microsoft Online Support

Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Bugs and Bugs...get rid of them Jason Computer Security 1 01-31-2006 10:47 PM
BUGS ??? erha Wireless Networking 7 05-16-2005 02:34 PM
Still use 'ruby-bugs' for Ruby bugs? Josef 'Jupp' Schugt Ruby 2 11-04-2004 10:10 PM
Firefox 0.9.1 major bugs Jonathan Firefox 7 07-07-2004 11:28 PM
mozilla community (bugs) - how it works? SiD` Firefox 1 05-25-2004 02:44 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57