auz1111
Posts: 4
|
| Posted: 09/19/2004, 7:22 PM |
|
I am working with codecharger studio and am not used to using codepages. When I upload to my server in UK and test the page this is what I receive:
-----------------------------------------------------------
SessionID error 'ASP 0204 : 80004005'
Invalid CodePage Value
/html/recruiting_apps/hrmod/search1.asp, line 34
An invalid CodePage value was specified.
-------------------------------------------------------------
this is the code generated by codecharge to line 35:
------------------------------------------------------------
<%@ CodePage=28591 %>
<%
'Include Common Files @1-C42A9701
%>
<!-- #INCLUDE file="Common.asp"-->
<!-- #INCLUDE file="Cache.asp" -->
<!-- #INCLUDE file="Template.asp" -->
<!-- #INCLUDE file="Sorter.asp" -->
<!-- #INCLUDE file="Navigator.asp" -->
<%
'End Include Common Files
'Initialize Page @1-E20A631E
' Variables
Dim PathToRoot, ScriptPath
Dim FileName
Dim Redirect
Dim Tpl, HTMLTemplate
Dim TemplateFileName
Dim ComponentName
Dim PathToCurrentPage
' Events
Dim CCSEvents
Dim CCSEventResult
' Connections
Dim DBdatabase
' Page controls
Dim tblRecruitsSearch
Dim tblRecruits
Session.CodePage=1200
Response.Charset = "unicode"
----------------------------------------------------
any thoughts? why are there two codepage lines? I tried taking the first one out. I tried taking the second out. Tired many things, but the outcome was never desirable. Sometimes the page renders with question marks everywhere or it has oriental characters from top to bottom.
|
 |
 |
peterr
Posts: 5971
|
| Posted: 09/20/2004, 2:20 PM |
|
Since no other users answered your question, you may want to consider contacting the product support as mentioned below. Thank you.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
auz1111
Posts: 4
|
| Posted: 09/20/2004, 2:31 PM |
|
Thanks. I will give this option a try.
|
 |
 |
Rob
|
| Posted: 09/21/2004, 11:16 PM |
|
Doing a little search produced this url: http://support.microsoft.com/default.aspx?scid=kb%3Ben-us%3BQ261247
I hope it helps you out.
"auz1111" <auz1111@forum.codecharge> wrote in message
news:2414f4c17784e1@news.codecharge.com...
> Thanks. I will give this option a try.
> ---------------------------------------
> Sent from YesSoftware forum
> http://forums.codecharge.com/
>
|
|
|
 |
auz1111
Posts: 4
|
| Posted: 09/22/2004, 7:07 AM |
|
Thanks Rob. I searched and found that page also, but could not resolve the problem. I am currently trying to work out the problem with codecharge tech support. I will post the solution once we figure this out. thanks again
|
 |
 |
Cass
|
| Posted: 12/27/2004, 6:59 PM |
|
Hi,
Had teh same problem. Solved by right-clicking on page in design view, selecting Page Properties, and change the encoding from Unicode to Western Latin 1.
Don't know how it managed to get the coding of Unicode in the first place, or why the erroneous code-page of 1200 is used, but there you go... 
Cheers.
|
|
|
 |
ozlady
Posts: 5
|
| Posted: 04/11/2005, 11:04 PM |
|
This was the perfect solution for fixing the problem for An invalid CodePage value was specified. Thank you very much for posting it here.
|
 |
 |