|
-
Nov 2nd, 1999, 01:43 AM
#1
Thread Starter
Member
The following is the asp file
<html>
<head><title>hi</title></head>
<body>
<%
Set myad=Server.CreateObject("MSWC.ContentRotator")
myad.ChooseContent("Cont.txt")
response.write(myad.ChooseContent("Cont.txt"))
%>
</body>
</html>
and the following is the cont.txt file
hello
this is a sample content rotator
Following is the error output
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/asp/EC990843/sri1.asp, line 5
Invalid class string
Please help me
with regards,
anand
please reply to [email protected]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|