Sax
|
| Posted: 01/06/2006, 4:29 AM |
|
I have a big problem on CCS3 when view live page.
Configuation is Win XP SP2 and ASP 3.0 pages.
Other asp pages created with dreamweaver no problems.
For every asp page created by CCS I receive this error:
Oggetto Server, ASP 0177 (0x800401F3)
Stringa dell'interfaccia non valida.
/mysite/Classes.asp, line 3731
The line 3731 is
Set Locales = Server.CreateObject("Scripting.Dictionary")
Is 1 month that I try to resolve this problem but until now I'm blocked. I have uninstalled Win XP and re-installed without other programs the situation is the same. I have uninstalled IIS 5.1 and installed 6.0, same situation.
Any person has had this problem?
|
|
|
 |
iloveccs
Posts: 9
|
| Posted: 01/06/2006, 12:12 PM |
|
xp can`t install iis6.0
_________________
www.5dinfo.net |
 |
 |
peterr
Posts: 5971
|
| Posted: 01/06/2006, 12:46 PM |
|
Something above doesn't look right.
I find it unusual that XP re-installation wouldn't fix such problem. But the problem is probably related to VBScript engine, not IIS.
You can download and re-install VBScript 5.6 from http://www.microsoft.com/downloads/details.aspx?FamilyI...&DisplayLang=en
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sax
|
| Posted: 01/07/2006, 12:28 AM |
|
I have tryed to install this script but has caused the block of all ASP pages !!!!!
For me the problem is on the file classes.asp, because I have finded an extension for dreamweaver that give the same error on this line:
Server.CreateObject("Scripting.Dictionary")
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/07/2006, 2:04 PM |
|
Sorry but I don't understand you. If standard VBScript blocked all your ASP pages then you have a serious problem with your computer. It's nothing related to CCS.
And if you found Dreamweaver extension that gives you the same problem then it also means that there is not a problem in classes.asp but in your computer. Classes.asp works fine for everyone else.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sax
|
| Posted: 01/08/2006, 1:52 AM |
|
All pages created with Dreamweav work correctly, I have tried to Install CCS 3 on another PC with Win XP SP 2 and THERE IS THE SAME PROBLEM!!!!!!!!!!
Pls resolve the problem because on my notebook there is installed only Win XP, Dreamweaver and Office, afther installation of VB Script 5.6 I'm constrict to format hard disk !!!!!!!
Is 1 month that I have buyed CCS 3 and until now I haven't use the program and 1 month of license is expired !!!!!!!!
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/08/2006, 10:07 PM |
|
It cannot be a problem with CCS if you cannot run ASP programs.
Try this code without CCS: Server.CreateObject("Scripting.Dictionary")
If it doesn't work for you then fix this problem before using CCS.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sax
|
| Posted: 01/09/2006, 12:19 AM |
|
Hi Peter,
the results is:
Scripting.Dictionary is installed.
I have try with this script:
<%
On error resume next
if isObject(Createobject("Scripting.Dictionary")) then
response.write "Scripting.Dictionary is installed."
else
response.write "Scripting.Dictionary is not installed."
end if
%>
I'm sure that he problem is around dictionary script on Win XP SP2 because I have installed CCS 3 on a PC with Win XP SP1 and work correctly. Then I have installed CCS3 on the PC of my son with SP2 and give the same error !!!!!!!!!!!!!!!!!!!!!
I'm waiting a solution of this problem, consider that I'm blocked and I hope that when the problem is resolved that Yes Software update my license of 1 month because I have lost 1 month without work with CCS3.
|
|
|
 |
dragoon
Posts: 173
|
| Posted: 01/09/2006, 2:13 AM |
|
sax
uninstall iis and reinstall it again.
let's see if the error persists after you do this.
|
 |
 |
Sax
|
| Posted: 01/09/2006, 2:36 AM |
|
Operation made a first time, then I have formatted HD and reinstalled WinXP. Same situation Idon't know how resolve thisproblem seems that CCS don't want work with me !!!!!
|
|
|
 |
dragoon
Posts: 173
|
| Posted: 01/09/2006, 2:50 AM |
|
maybe there could be a problem with your localized version of Windows
try on another computer with same locale ?
|
 |
 |
peterr
Posts: 5971
|
| Posted: 01/09/2006, 3:10 AM |
|
Sax,
You previously wrote:
Quote :I have finded an extension for dreamweaver that give the same error on this line:
Server.CreateObject("Scripting.Dictionary")
So this automatically means that this is not a problem with CCS but with ASP program that is executing such code. And in this case this is a valid ASP syntax.
You also wrote that ASP applications work correctly on Windows XP SP1. So this also means that CCS works OK.
CCS doesn't do anything on your server, just creates an ASP application. So if the ASP application works on one computer but not another than the problem is likely with the other computer, not CCS or ASP application.
I also see that someone else reported similar problem with Windows (or Web server) and they don't use CCS. For example: http://www.frontpagewebmaster.com/m-177468/tm.htm
So again, this shows that it is not a CCS problem.
You also wrote that Server.CreateObject("Scripting.Dictionary") is causing the problem in the main ASP application, but this is not part of CCS. It is code that works on other computers, including your Windows XP SP1.
Logically all your messages prove that CCS works OK, so I don't see any problem that we could fix. None of your messages show that there is a problem with CCS.
I also see that our support already tried to help you but unfortunately couldn't find a solution. To me this means that everything works OK for them and they couldn't reproduce such problem.
Actually our support determined that this is a problem with your Windows/IS/VBScript installation, which is a valid answer. I also agree with that, so since you asked for help my answer also is that it is a problem with your Windows or IIS or VBScript.
As much as all of us would like to help you, if no one is able to help then you should probably contact Microsoft support. Maybe they could solve your problem by now and save yourself 1 month of waiting. Microsoft offers free support for 2 initial requests even for home users so you cannot go wrong with free support from the company that should solve your issue.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
Sax
|
| Posted: 01/14/2006, 12:24 AM |
|
Problem solved with installation of SP1 and Upgrade to SP2. Seems that is a problem of builder version of Win XP SP2 OEM.
|
|
|
 |
peterr
Posts: 5971
|
| Posted: 01/14/2006, 2:21 PM |
|
Great. And thanks for posting the solution for others.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |