gangelo
November 2nd, 2005, 12:18 PM
:( I created a COM object. All is fine, until line 37...please help!
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Application(...)'
/PMCAS/global.asa, line 37
...
Line 33 Set UserInfo = Server.CreateObject("PMCASObjects.UserInfo")
Line 34 UserInfo.Name = "My Name"
Line 35 UserInfo.Email = "my.email@us.army.mil"
Line 36 Application("WEBMASTER") = UserInfo
Line 37 Application("WEBMASTER_EMAIL") = Application("WEBMASTER").Email
...
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'Application(...)'
/PMCAS/global.asa, line 37
...
Line 33 Set UserInfo = Server.CreateObject("PMCASObjects.UserInfo")
Line 34 UserInfo.Name = "My Name"
Line 35 UserInfo.Email = "my.email@us.army.mil"
Line 36 Application("WEBMASTER") = UserInfo
Line 37 Application("WEBMASTER_EMAIL") = Application("WEBMASTER").Email
...