Graham B
|
| Posted: 12/21/2004, 9:06 AM |
|
I've just developed an Inventory System for my work area. It works fine on my development machine running Windows XP. The only machine available to me for deployment is an NT4 machine that I don't manage (but have access to drives and folders). The version of IIs is unknown. The error message I'm getting on the deployment machine is:
Server object error 'ASP 0177 : 800401f3'
Server.CreateObject Failed
/MPLS inventory/Cache.asp, line 229
Invalid class string
So far I've looked at permissions and even converted the database to Access97 (from Access2000).
I have deployed two previous CodeCharge developments on the same server which both worked first time - albeit with an earlier version of CodeCharge and Access97 databases. I am using MS Jet 4.0 OLE DB Provider connections in all 3 cases.
Can anyone help with this problem - my credibility as a web database developer is suffering !! Thanks GB.
|
|
|
 |
GeorgeS
Posts: 206
|
| Posted: 12/21/2004, 12:31 PM |
|
All of my Cache.asp files in several different projects have 219 lines from <% to %>.
If you have been making backup copies of your project during development go back and compare older versions of Cache.asp
Sometimes common files become corrupted and I usually just repalce them from the most recent working backup or go back if that doesn't help but I backup files every 30-45 minutes or so.
_________________
GeorgeS |
 |
 |
peterr
Posts: 5971
|
| Posted: 12/21/2004, 12:36 PM |
|
Hi,
Regarding Cache.asp itself, you can delete it from your project folder at any time and CCS will re-generate during the next publishing process.
As for the error above, not sure if it is related to Cache.asp or something else. You may want to contact the product support and attach a sample page that is causing this problem. I recommend deleting Cache.asp first though.
_________________
Peter R.
YesSoftware Forums Moderator
For product support please visit http://support.yessoftware.com |
 |
 |
GrahamB
|
| Posted: 12/23/2004, 2:54 AM |
|
Thanks for the info, GeorgeS and PeterR. I managed to get the development working by using an earlier version of CSS. I'll investigate your ideas later when I've got more time. Thanks again.
|
|
|
 |