Wrox Programmer Forums
|
ASP Pro Code Clinic As of Oct 5, 2005, this forum is now locked. No posts have been deleted. Please use "Classic ASP Professional" at: http://p2p.wrox.com/forum.asp?FORUM_ID=56 for discussions similar to the old ASP Pro Code Clinic or one of the other many remaining ASP and ASP.NET forums here.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the ASP Pro Code Clinic section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old August 28th, 2003, 02:49 AM
jg jg is offline
Registered User
 
Join Date: Aug 2003
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
Default problem with CreateObject

Does anybody know why the second statement below hangs the call to the server. I am running Win2000 , SP4, IIS on a local machine. I recently had to re-install IIS. The code use to work.

 Set TypeLib = Server.CreateObject("Scriptlet.TypeLib")
 TempGUID = TypeLib.Guid
 Response.Write TempGUID & Chr(13) & Chr(10)
 Set TypeLib = Nothing

 Thank you
 Jim G






Similar Threads
Thread Thread Starter Forum Replies Last Post
CreateObject fails slam Javascript 1 October 6th, 2006 10:32 AM
How To use server.createobject in c# ranakdinesh C# 0 November 4th, 2005 08:18 AM
problem with CreateObject jg Classic ASP Components 0 August 28th, 2003 02:49 AM
problem with CreateObject jg Classic ASP Professional 0 August 26th, 2003 05:32 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.