gproulx
Posts: 68
|
| Posted: 06/08/2006, 7:55 AM |
|
HI,
I just installed CCS 3.0.4.6 on my pc.
I already have CCS 2 and i open a project i did with CCS 2 in CCS 3. I publish my project and I got this error :
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'clsRunTimeMessages'
/mitchi/mitchiCCS3/Common.asp, line 39
I don't have this error when publishing with version 2.
Did someone had experienced this problem?
Thanks in advance
|
 |
 |
peterr
Posts: 5971
|
| Posted: 06/08/2006, 10:36 AM |
|
That's a very common issue because you cannot use common files from CCS 2.3 with CCS 3.0 applications.
See: http://forums.codecharge.com/posts.php?post_id=74564 http://forums.codecharge.com/posts.php?post_id=74050 http://forums.codecharge.com/posts.php?post_id=71417 http://forums.codecharge.com/posts.php?post_id=69003
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
dang
Posts: 11
|
| Posted: 06/14/2006, 9:03 PM |
|
Hi
I've got the same error :
Microsoft VBScript runtime error '800a01f4'
Variable is undefined: 'clsRunTimeMessages'
/home/dang/Common.asp, line 39
The difference is I was using CCS3.0 before and no problem. So, I would like to know where I should look to solve this problem.
Regards;
_________________
Dan |
 |
 |
Geny
|
| Posted: 06/15/2006, 6:00 AM |
|
Hi Dan,
i have renamed my common files (ex.:common.asp.old) and i have regenerated my project and all works fine. It's weird cause you have the same error number that i get. Did you make a new project in ccs3 or open one you did with version 2?
Gbye
|
|
|
 |