Bubba
Posts: 33
|
| Posted: 12/01/2005, 2:22 PM |
|
Hi,
I am using Code Charge Studio 2.3...
I am getting this error for both my index page and header page:
*************************************************
HTTP 500.100 - Internal Server Error - ASP error
Internet Information Services
--------------------------------------------------------------------------------
Technical Information (for support personnel)
Error Type:
Template engine (0x800A041A)
Template engine: LoadTemplate failed. File c:\inetpub\wwwroot\myweb\DeIndex.html not found.
/myweb/Template.asp, line 89
Browser Type:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
Page:
GET /myweb/Default.asp
********************************************
For some reason it is looking for "DeIndex.html" (and also tries to find DeHeader.html"
I have never created a file called DeIndex.html, nor can I find any reference to it in code - html, javascript, or asp...
Anyone know what is going on and why it is looking for mythical pages??
Cheers
|
 |
 |
Guillermo
Posts: 14
|
| Posted: 12/06/2005, 8:22 PM |
|
This is happening to me also. The only thing I did was copy a page using the "Copy To..." option when I right click the file in CCS. Then when I try to view the copied page I get this error. I've done this all the times and I've never seen this happen. And I’m frustrating about this; because I need to finish this project tonight for a presentation tomorrow and now I’m getting these unknown errors.
|
 |
 |
Guillermo
Posts: 14
|
| Posted: 12/06/2005, 8:24 PM |
|
this is my error:
Quote :Template engine error '800a041a'
Template engine: LoadTemplate failed. File E:\wwwroot\enablermobile\lexmarkms\emploheader.html not found.
/lexmarkms/Template.asp, line 89
The original page is employees.asp and the copy getting the errors is employees_test.asp
|
 |
 |
DonB
|
| Posted: 12/07/2005, 4:04 AM |
|
Is the HTML file there, or not?
--
DonB
http://www.gotodon.com/ccbth
"Guillermo" <Guillermo@forum.codecharge> wrote in message
news:6439663f95751c@news.codecharge.com...
> this is my error:
>
> Quote :Template engine error '800a041a'
>
> Template engine: LoadTemplate failed. File
> E:\wwwroot\enablermobile\lexmarkms\emploheader.html not found.
>
> /lexmarkms/Template.asp, line 89
>
> The original page is employees.asp and the copy getting the errors is
> employees_test.asp
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
|