G
Guest
I am having some issues running an asp.net app on windows 2000 with .net
Framework 1.1. The win 2000 server is a test server and the app was tested
successfully approx 6 months ago on this server, the part of that app that is
now failing is:
Dim oleConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=C:\Inetpub\wwwroot\BeneFeedProcessor\bin\bene1.xls;" &
"Extended Properties=Excel 8.0;"
'*************************************************
' Create the connection object
Dim oleConn As New OleDbConnection(oleConnString)
' Open connection with the database.
oleConn.Open()
It fails on the open statement, the system is setup to auto install patches,
could there be a patch that may be causing this issue?
Thanks,
Framework 1.1. The win 2000 server is a test server and the app was tested
successfully approx 6 months ago on this server, the part of that app that is
now failing is:
Dim oleConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=C:\Inetpub\wwwroot\BeneFeedProcessor\bin\bene1.xls;" &
"Extended Properties=Excel 8.0;"
'*************************************************
' Create the connection object
Dim oleConn As New OleDbConnection(oleConnString)
' Open connection with the database.
oleConn.Open()
It fails on the open statement, the system is setup to auto install patches,
could there be a patch that may be causing this issue?
Thanks,