"Type Mismatch:'Application(...)'" Error in Shop.aspLast reviewed: July 16, 1997Article ID: Q155432 |
The information in this article applies to:
SYMPTOMSIf an Application variable is not set in Global.asa, you may receive the following error message in Shop.asp:
Type mismatch: 'Application(...)' CAUSEThis error message may occur when the CreateObject() call fails to create the specified Commerce Server (or some other) Component Object Model (COM) component. Most likely, this may be a problem related to database access or storage.
WORKAROUNDIf Microsoft SQL Server is installed on a different computer, perform the following steps to make sure that Internet Information Server (IIS) can access it:
MORE INFORMATIONFor more information, refer to the "Database Considerations" topic in the "Managing Security" chapter of the Commerce Server documentation. Also, try to create the components in question outside the Commerce Server store in VBScript and see if you are able to use the methods of those components.
|
Additional query words: security.doc kbfaq
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |