May 6, 2002 #1 mohfa Technical User Joined Apr 25, 2002 Messages 6 Location MY what is this error means? Error Type: Active Server Pages, ASP 0134 (0x80004005) The object has an invalid ProgID of 'MSWC.MyInfo'. //global.asa, line 1 Thanks.
what is this error means? Error Type: Active Server Pages, ASP 0134 (0x80004005) The object has an invalid ProgID of 'MSWC.MyInfo'. //global.asa, line 1 Thanks.
May 6, 2002 #2 phishe MIS Joined Apr 16, 2002 Messages 27 Location US Check your global.asa file with any text editor. Should be in your default http://WWW directory. You may want to post the contents of the .asa file here. Upvote 0 Downvote
Check your global.asa file with any text editor. Should be in your default http://WWW directory. You may want to post the contents of the .asa file here.
May 7, 2002 #3 kkbigboy Technical User Joined May 7, 2002 Messages 12 Location US the method you are calling to the object MSWC is invalid. Either the object does not support that method or you improperly set the object. Upvote 0 Downvote
the method you are calling to the object MSWC is invalid. Either the object does not support that method or you improperly set the object.