|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
include within include
hi
i'm calling an include file from within a <td> tag of an existing include file (i'm calling the adroator component from the head.asp file. i'm getting the following error Error Type: MSWC.Adrotator (0x80004005) ERROR Cannot load rotation schedule file /root/includes/adrotator/adrotatorhomepage.asp, line 14 the include file head.asp is located in the includes directory while the ssi its calling is on the adrotator directory. here is the code for the adrotatorhomepage.asp (all relevant files are in the same directory) <% Dim objAR Set objAR = Server.Createobject("MSWC.AdRotator") Response.Write (objAR.GetAdvertisement("AdRotatorSchedule.txt")) %> there isn't a problem from callign includes from includes is there ? cheers chris |
|
#2
|
|||
|
|||
|
I am not getting the Question right, please gimme more details abt the issue
|
|
#3
|
|||
|
|||
|
what is the error message implying
Error Type: MSWC.Adrotator (0x80004005) ERROR Cannot load rotation schedule file /root/includes/adrotator/adrotatorhomepage.asp, line 14 the schedule file is a text file which contains details of teh images, their hyperlinks and how their rotation percentage. and is it ok (i can't see any problem) to incoude from an include file ? cheers |
|
#4
|
|||
|
|||
|
I have researched it and found this problem is related to IIS have you reinstalled it ??
if not some DLL files must be currupted, try reinstalling it, might resolve your issue. your code is alright there is no bug in it |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ASP Programming > include within include |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|