CodeCharge Studio
search Register Login  

Visual PHP Web Development

Visually Create Internationalized Web Applications, Web Reports, Calendars, and more.
CodeCharge.com

YesSoftware Forums -> Archive -> CodeChargeStudio.Discussion

 VBScript

Print topic Send  topic

Author Message
Brian Gubb
Posted: 11/28/2002, 2:46 AM

This is a multi-part message in MIME format.

------=_NextPart_000_0008_01C29738.70AFD710
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

I've just done my first remote publish and when I checked the results on =
the website I get this error. So I upgraded to VBScript 5.5 and =
republished again yet I still get this error message. What must I do to =
get my project working with VBScript 5.5.

Due to a bug in VBScript 5.0, this program would crash your server. See =
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q240811.
Upgrade your VBScript at =
http://www.microsoft.com/msdownload/vbscript/scripting.asp.

Thanks
Brian

------=_NextPart_000_0008_01C29738.70AFD710
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>I've just done my first remote publish and when I =
checked the=20
results on the website I get this error. So I upgraded to VBScript 5.5 =
and=20
republished again yet I still get this error message. What must I do to =
get my=20
project working with VBScript 5.5.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV>Due to a bug in VBScript 5.0, this program would crash your server. =
See=20
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-....<BR>Upg=
rade your=20
VBScript at <A=20
href=3D"http://www.microsoft.com/msdownload/vbscript/scripting.asp">http:=
//www.microsoft.com/msdownload/vbscript/scripting.asp</A>.</DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT size=3D2>Brian</FONT></DIV></BODY></HTML>

------=_NextPart_000_0008_01C29738.70AFD710--
Sixto Luis Santos
Posted: 11/28/2002, 2:48 PM

This is a multi-part message in MIME format.

------=_NextPart_000_0069_01C2970E.C2A402A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable



Not your local machine. Your server is where VBscript should be updated. =
To check your server's version, create a new ASP file, copy the code =
below, and upload it to your server.

<%
Response.Write "Default Engine: "& ScriptEngine & " v" & _
ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion & _
" Rev." & ScriptEngineBuildVersion
%>

Regards,

Sixto
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:as4s6s$34u$1@news.codecharge.com...
I've just done my first remote publish and when I checked the results =
on the website I get this error. So I upgraded to VBScript 5.5 and =
republished again yet I still get this error message. What must I do to =
get my project working with VBScript 5.5.

Due to a bug in VBScript 5.0, this program would crash your server. =
See http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q240811.
Upgrade your VBScript at =
http://www.microsoft.com/msdownload/vbscript/scripting.asp.

Thanks
Brian

------=_NextPart_000_0069_01C2970E.C2A402A0
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Not your local machine. Your server is =
where=20
VBscript should be updated. To check your server's version, create a new =
ASP=20
file, copy the code below, and upload it to your server.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><%<BR>Response.Write "Default =
Engine: "&=20
ScriptEngine & " v" & _<BR>ScriptEngineMajorVersion & "." =
&=20
ScriptEngineMinorVersion & _<BR>" Rev." &=20
ScriptEngineBuildVersion<BR>%></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> wrote =
in message=20
<A=20
=
href=3D"news:as4s6s$34u$1@news.codecharge.com">news:as4s6s$34u$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>I've just done my first remote publish and when I =
checked=20
the results on the website I get this error. So I upgraded to VBScript =
5.5 and=20
republished again yet I still get this error message. What must I do =
to get my=20
project working with VBScript 5.5.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV>Due to a bug in VBScript 5.0, this program would crash your =
server. See=20
=
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-....<BR>Upg=
rade=20
your VBScript at <A=20
=
href=3D"http://www.microsoft.com/msdownload/vbscript/scripting.asp">http:=
//www.microsoft.com/msdownload/vbscript/scripting.asp</A>.</DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT size=3D2>Brian</FONT></DIV></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_0069_01C2970E.C2A402A0--
Brian Gubb
Posted: 12/03/2002, 6:13 PM

This is a multi-part message in MIME format.

------=_NextPart_000_000B_01C29BA7.C4DE6C70
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Sixto,

Could you please tell me how and where I put this code into my asp file.

Thanks
Brian
"Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message =
news:as66g6$hna$1@news.codecharge.com...


Not your local machine. Your server is where VBscript should be =
updated. To check your server's version, create a new ASP file, copy the =
code below, and upload it to your server.

<%
Response.Write "Default Engine: "& ScriptEngine & " v" & _
ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion & _
" Rev." & ScriptEngineBuildVersion
%>

Regards,

Sixto
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:as4s6s$34u$1@news.codecharge.com...
I've just done my first remote publish and when I checked the =
results on the website I get this error. So I upgraded to VBScript 5.5 =
and republished again yet I still get this error message. What must I do =
to get my project working with VBScript 5.5.

Due to a bug in VBScript 5.0, this program would crash your server. =
See http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q240811.
Upgrade your VBScript at =
http://www.microsoft.com/msdownload/vbscript/scripting.asp.

Thanks
Brian

------=_NextPart_000_000B_01C29BA7.C4DE6C70
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2722.900" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT size=3D2>Hi Sixto,</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Could you please tell me how and where I put =
this code=20
into my asp file.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT size=3D2>Brian</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Sixto Luis Santos" <<A=20
href=3D"mailto:ccs@tecnoapoyo.com">ccs@tecnoapoyo.com</A>> wrote in =
message=20
<A=20
=
href=3D"news:as66g6$hna$1@news.codecharge.com">news:as66g6$hna$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Not your local machine. Your server =
is where=20
VBscript should be updated. To check your server's version, create a =
new ASP=20
file, copy the code below, and upload it to your server.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><%<BR>Response.Write "Default =
Engine: "&=20
ScriptEngine & " v" & _<BR>ScriptEngineMajorVersion & "." =
&=20
ScriptEngineMinorVersion & _<BR>" Rev." &=20
ScriptEngineBuildVersion<BR>%></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> =
wrote in=20
message <A=20
=
href=3D"news:as4s6s$34u$1@news.codecharge.com">news:as4s6s$34u$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>I've just done my first remote publish and when =
I checked=20
the results on the website I get this error. So I upgraded to =
VBScript 5.5=20
and republished again yet I still get this error message. What must =
I do to=20
get my project working with VBScript 5.5.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV>Due to a bug in VBScript 5.0, this program would crash your =
server. See=20
=
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-....<BR>Upg=
rade=20
your VBScript at <A=20
=
href=3D"http://www.microsoft.com/msdownload/vbscript/scripting.asp">http:=
//www.microsoft.com/msdownload/vbscript/scripting.asp</A>.</DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT =
size=3D2>Brian</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BODY></HTML>

------=_NextPart_000_000B_01C29BA7.C4DE6C70--
Sixto Luis Santos
Posted: 12/03/2002, 9:42 PM

This is a multi-part message in MIME format.

------=_NextPart_000_0042_01C29B36.6BE5D980
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0043_01C29B36.6BE5D980"


------=_NextPart_001_0043_01C29B36.6BE5D980
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

Hi Brian,

This script is not to "force" your application to work but rather to =
verify what version the website's server is actually running. It is a =
"standalone" file, it doesn't need anything else to work, and you don't =
need to embed it anywhere.

To create, just open a text editor (any would do), copy and paste the =
code below, then save it with a .asp extension (e.g. get_version.asp ). =
Upload the file to your website using FTP or whatever other method you =
prefer. Then, once in the server, open the file in your browser (i.e. =
Navigate to http://yourserver/get_version.asp ).

<%
Response.Write "Default Engine: "& ScriptEngine & " v" & _
ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion & _
" Rev." & ScriptEngineBuildVersion
%>

For your convenience, find attached the script ready to be uploaded on =
your server.

Regards,
Sixto

"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:asjocs$q68$1@news.codecharge.com...
Hi Sixto,

Could you please tell me how and where I put this code into my asp =
file.

Thanks
Brian
"Sixto Luis Santos" <ccs@tecnoapoyo.com> wrote in message =
news:as66g6$hna$1@news.codecharge.com...


Not your local machine. Your server is where VBscript should be =
updated. To check your server's version, create a new ASP file, copy the =
code below, and upload it to your server.

<%
Response.Write "Default Engine: "& ScriptEngine & " v" & _
ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion & _
" Rev." & ScriptEngineBuildVersion
%>

Regards,

Sixto
"Brian Gubb" <b.gubb@clear.net.nz> wrote in message =
news:as4s6s$34u$1@news.codecharge.com...
I've just done my first remote publish and when I checked the =
results on the website I get this error. So I upgraded to VBScript 5.5 =
and republished again yet I still get this error message. What must I do =
to get my project working with VBScript 5.5.

Due to a bug in VBScript 5.0, this program would crash your =
server. See =
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-US;q240811.
Upgrade your VBScript at =
http://www.microsoft.com/msdownload/vbscript/scripting.asp.

Thanks
Brian

------=_NextPart_001_0043_01C29B36.6BE5D980
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2719.2200" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi Brian,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>This script is not to "force" your =
application to=20
work but rather to verify what version the  website's =
server is=20
actually running. It is a "standalone" file, it doesn't need anything =
else to=20
work, and you don't need to embed it anywhere.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>To create, just open a text editor (any =
would do),=20
copy and paste the code below, then save it with a .asp extension (e.g.=20
get_version.asp ). Upload the file to your website using FTP or =
whatever=20
other method you prefer. Then, once in the server, open the file in =
your=20
browser (i.e. Navigate to <A=20
href=3D"http://yourserver/get_version.asp">http://yourserver/get_version.=
asp</A>=20
).</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><%<BR>Response.Write "Default =
Engine: "&=20
ScriptEngine & " v" & _<BR>ScriptEngineMajorVersion & "." =
&=20
ScriptEngineMinorVersion & _<BR>" Rev." &=20
ScriptEngineBuildVersion<BR>%><BR></FONT></DIV>
<DIV><FONT face=3DArial size=3D2>For your convenience, find attached the =
script=20
ready to be uploaded on your server.</DIV></FONT>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> wrote in =
message=20
<A=20
href=3D"news:asjocs$q68$1@news.codecharge.com">news:asjocs$q68$1@news.cod=
echarge.com</A>...</DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV><FONT size=3D2>Hi Sixto,</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Could you please tell me how and where I put =
this code=20
into my asp file.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT size=3D2>Brian</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Sixto Luis Santos" <<A=20
href=3D"mailto:ccs@tecnoapoyo.com">ccs@tecnoapoyo.com</A>> wrote =
in message=20
<A=20
=
href=3D"news:as66g6$hna$1@news.codecharge.com">news:as66g6$hna$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Not your local machine. Your server =
is where=20
VBscript should be updated. To check your server's version, create a =
new ASP=20
file, copy the code below, and upload it to your =
server.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2><%<BR>Response.Write "Default =
Engine: "&=20
ScriptEngine & " v" & _<BR>ScriptEngineMajorVersion & =
"." &=20
ScriptEngineMinorVersion & _<BR>" Rev." &=20
ScriptEngineBuildVersion<BR>%></FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Regards,</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>Sixto</FONT></DIV>
<BLOCKQUOTE dir=3Dltr=20
style=3D"PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; =
BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV>"Brian Gubb" <<A=20
href=3D"mailto:b.gubb@clear.net.nz">b.gubb@clear.net.nz</A>> =
wrote in=20
message <A=20
=
href=3D"news:as4s6s$34u$1@news.codecharge.com">news:as4s6s$34u$1@news.cod=
echarge.com</A>...</DIV>
<DIV><FONT size=3D2>I've just done my first remote publish and =
when I=20
checked the results on the website I get this error. So I upgraded =
to=20
VBScript 5.5 and republished again yet I still get this error =
message.=20
What must I do to get my project working with VBScript =
5.5.</FONT></DIV>
<DIV><FONT size=3D2></FONT> </DIV>
<DIV>Due to a bug in VBScript 5.0, this program would crash your =
server.=20
See=20
=
http://support.microsoft.com/default.aspx?scid=3Dkb;EN-....<BR>Upg=
rade=20
your VBScript at <A=20
=
href=3D"http://www.microsoft.com/msdownload/vbscript/scripting.asp">http:=
//www.microsoft.com/msdownload/vbscript/scripting.asp</A>.</DIV>
<DIV> </DIV>
<DIV><FONT size=3D2>Thanks</FONT></DIV>
<DIV><FONT=20
size=3D2>Brian</FONT></DIV></BLOCKQUOTE></BLOCKQUOTE></BLOCKQUOTE></BODY>=
</HTML>

------=_NextPart_001_0043_01C29B36.6BE5D980--

------=_NextPart_000_0042_01C29B36.6BE5D980
Content-Type: application/octet-stream;
name="get_version.asp"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="get_version.asp"

<%
Response.Write "Default Engine: "& ScriptEngine & " v" & _
ScriptEngineMajorVersion & "." & ScriptEngineMinorVersion & _
" Rev." & ScriptEngineBuildVersion
%>

------=_NextPart_000_0042_01C29B36.6BE5D980--

   


These are Community Forums for users to exchange information.
If you would like to obtain technical product help please visit http://support.yessoftware.com.

Web Database

Join thousands of Web developers who build Web applications with minimal coding.
CodeCharge.com

Home   |    Search   |    Members   |    Register   |    Login


Powered by UltraApps Forum created with CodeCharge Studio
Copyright © 2003-2004 by UltraApps.com  and YesSoftware, Inc.