i can use Server.CreateObject("Scripting.FileSystemObject") successfully, why this excel.application cannot work?is there any other way to read data from an excel file?
I've got an asp page using CDONTS for mail. It's running on an NT4 server with the latest updates. I don't have any problems with the page except I want to convert it to a vbscript (.vbs) file so that I can schedule it to run with Task Scheduler. So the original page works fine.I've copied the page code and edited it to scripting standards and saved it as a .vbs file. It's on the same server as the original asp page.But I get this error when it runs: ActiveX component can't create object: 'CDONTS.NewMail'
I am using the below snipped of code to dump the Recordset content in my asp page to an excel file.
response.ContentType="application/vnd.ms-excel" However when the query is complete the content gets displayed to the web page in excel format instead of being prompted to save the file to the local machine.
Error: File /default/default.asp CreateObject Exception. The CreateObject of '(null)' caused exception C0000005, when i trying to create an object of component.
This component is used for generating Images on browsers. The image is generated in btyes array and passed to this component for further processing. I checked the internet and not able to find any specific pointers.
I am trying to create a comments form with html and have it sent to my email address from the website via ASP. I keep getting an error message that says:
Server object error 'ASP 0177 : 800401f3' Server.CreateObject Failed /myapp/email.asp, line 3 Invalid class string
I've examined my line 3, and I cannot see the problem. Could anyone tell me whats wrong with the codes, or must I have a separate database to house the contents of my forms as well?
I'm trying to install a simple e-mail form to my webpage; which takes some info from user (like name, phone, e-mail,etc...) and when user pushes submit button e-mails them to me immediately. I've tried to do so with ASP Formmail but I couldn't succeed. . it gives me: Server object error " 'ASP 0177 : 800401f3' Server.CreateObject Failed " error. Can anyone please help me to install my form? Because I need to install it immediately;
Application Event Log 6/16/2004 4:23 ERROR - ASP.NET 1.1.4322.0 -
aspnet_wp.exe could not be started. The error code for the failure is 80004005. This error can be caused when the worker process account has insufficient rights to read the .NET Framework files. Please ensure that the .NET Framework is correctly installed and that the ACLs on the installation directory allow access to the configured account.
I just inherited two ASP applications from someone here at work. ASP is not my strong suit One of them seems to work fine, but the other one gives this error when I first set it up.
The error is: Microsoft OLE DB Provider for ODBC Driverserror '80004005' [Microsoft][ODBC Microsoft Access Driver] Operation must use an updateable query. /mary/technet/scripts/sched/phonesa.asp, line 34
The code that it references is here: SQLStmt = "UPDATE inout SET inout.yesterday = Date(), inout.inorout = 0 " SQLStmt = SQLStmt & "WHERE (inout.yesterday)<> #" & myDate & "#" Set RS = Connection.Execute(SQLStmt) if CheckRS(RS) Then set RS = Nothing End If
The database is an old version of Access and I do not have Access installed on the server, but the other application works and it is in Access too. I don't understand the issue,
I have created an Excel spreadsheet for the web. When it opens in IE 6.0 I get the message that the format is not supported. This is because it is in tab delimited format. Ane when I save the file, It saves it as txt. How can this file be created so that Excel sees it as an .xls format. I created the data in VB 6.0 with a vbtab to seperate the columns.
I'm using Response.ContentType = "application/vnd.ms-excel" to display contents in excel file.
I have one problem my SQL Query is working fine,because I checked it 1000 times and the most important thing is because if I don't use Response.ContentType = "application/vnd.ms-excel" and just printing the contents as a table it works!!! But when I write Response.ContentType = "application/vnd.ms-excel" I don't see the contents!?
One more thing ,when I use the same file with other SQL Query that is a little different I can see the Excel perfect.
`The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.`
When I browse to HTTP://localhost/defacult.asp, it shows the message:
Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
I currently enccountered the error given above and I have checked the net abt the possible cause of this. I read about setting the write permission to "Everyone". You see, I was trying to insert a record in an Access table. And before I got the "Server Application Error", I received the "please use an updateable query.." or something to that effect.
Could someone please give me a clearer explanation on this? coz I cannot even see the Security tab being mentioned. I am using Win2k Pro as my webserver.
my web server(XP+IIS5.1) can't run any ASP page, even if a blank ASP document. When I try to open the document the browser displays the error message below: Server Application Error The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance.
fter Installing IIS on a WinXP Pro machine, I have copied one of my web site files to test it on that machine.
I have created a virtual directory, and when I try to access the site on http://localhost/website. When I try to load any ASP page, I get the following error:
"Server Application Error
The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."
Checking the event log I have an error and a warning: Code:
when i try to load my asp pages i always have to face error .like " The server has encountered an error while loading an application during the processing of your request. Please refer to the event log for more detail information. Please contact the server administrator for assistance."
I have to manage a windows server with 20 domains. Some have .asp-pages, some not. I dont have programmed this pages. The server was new installed (on puretec), the scripts and some other stuff to.Now, the server is running, but sometimes on all asp-pages there, become an error:
Server Application Error The server has reached the maximum recovery limit for the application during the processing of your request. Please contact the server administrator for assistance.
What does it mean? What can I do to find the error? I have search on some newsgroups und have found out, that one asp-Skript take to many ressources and "shoot out" the service. But I don't know what script in which domain?