Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ok, I'm getting desperate now. PWS can't CreateObject('Exc..
Message
From
22/11/2000 01:21:45
 
 
To
All
General information
Forum:
Internet
Category:
Active Server Page
Title:
Ok, I'm getting desperate now. PWS can't CreateObject('Exc..
Miscellaneous
Thread ID:
00444491
Message ID:
00444491
Views:
39
I've exhausted all of the research avenues I can think of and still, I cannot create an out-of-process component using ASP and Personal Web Server. I've found plenty of help *IF* I was running IIS, but I'm not. I'm going through a tutorial running PWS on Win 98 and I continue to get the following error message:

=====================================================
Excel Sample

Server object error 'ASP 0196 : 80040154'

Cannot launch out of process component

/myweb/time2.asp, line 8

Only InProc server components should be used. If you want to use LocalServer components, you must set the AspAllowOutOfProcComponents metabase setting. Please consult the help file for important considerations.
=====================================================

This error occurs with the following ASP code:

=====================================================
oExcel = Server.CreateObject( 'Excel.Application' )
=====================================================

Can anyone tell me how to configure *** PWS *** to allow out-of-process components?

TIA
Next
Reply
Map
View

Click here to load this message in the networking platform