PC Review


Reply
Thread Tools Rate Thread

Re: Help Install .Net web application on windows 2003

 
 
William Ryan eMVP
Guest
Posts: n/a
 
      20th May 2004
Have you verifed that System.Data.OracleClient.dll is installed on the
system in the framwork version folder?

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
"FrameIt" <(E-Mail Removed)> wrote in message
news:86D8AA1B-8E21-4AB9-894E-(E-Mail Removed)...
> Hi,
>
> I have a .Net web application compiled on my PC using the Framework

version 1.0. Then install it to a Windows Server 2003 server (with Framework
version 1.1). Then I have these two errors when trying to make database
(Oracle) connection:
> 1-Exception Details: System.IO.FileNotFoundException: File or assembly

name System.Data.OracleClient, or one of its dependencies, was not found.
> 2-Exception Details: System.Data.OleDb.OleDbException: No error

information available: 0x800401F9.
>
> Does anybody have any ideas about that?
>
> Thanks,



 
Reply With Quote
 
 
 
 
William Ryan eMVP
Guest
Posts: n/a
 
      20th May 2004
Hey FrameIt:

If you would, can you take just a second and build a destktop app with one
button and an Oracle connection. On the button, just call connection open
(of course make sure the connection is configured). I can't remember this
off the top of my head but I seem to recall this happening with the IIS
Lockdown tool. Let me see if I can find it (it might have been something
else) but try to see if it can be done on the desktop real quick if you
would

--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
"FrameIt" <(E-Mail Removed)> wrote in message
news:3C05B7D4-62B3-412C-BF56-(E-Mail Removed)...
> Hi William,
>
> Thank you for your reply. Yes I can see System.Data.OracleClient.dll in

the C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322 directory. But I feel like
it is not going there. ON my PC with Framework 1.0 the managed provider for
oracle was installed separately. But my guess was that since it's already
there with Win 2003 it should work.
> Please not also that the classic Oledb connection is also not working with

the message System.Data.OleDb.OleDbException: No error
> information available: 0x800401F9.
>
> Thanks,



 
Reply With Quote
 
William Ryan eMVP
Guest
Posts: n/a
 
      20th May 2004
Okey dokey, sounds like a permission problem
http://authors.aspalliance.com/aspxt...rityworks.aspx
http://authors.aspalliance.com/aspxt...rityworks.aspx
--

W.G. Ryan, eMVP

http://forums.devbuzz.com/
http://www.knowdotnet.com/williamryan.html
http://www.msmvps.com/WilliamRyan/
"FrameIt" <(E-Mail Removed)> wrote in message
news:C9AEEFDC-A044-4708-8E61-(E-Mail Removed)...
> Hi,
>
> I have just dragged and droped an oleDdataAdapter to a page and added the

following code in the page_load:
> ********************
> OleDbDataAdapter1.Fill(DataSet11)
> DataGrid1.DataBind()
> ********************
>
> It works fine on my desktop and DataGrid1 is filed. I copy that on Windows

Server and I get this message :
>
> Server Error in '/TEST_CONNECTION' Application.
> --------------------------------------------------------------------------

------
>
> No error information available: 0x800401F9.
> Description: An unhandled exception occurred during the execution of the

current web request. Please review the stack trace for more information
about the error and where it originated in the code.
>
> Exception Details: System.Data.OleDb.OleDbException: No error information

available: 0x800401F9.
>
> Source Error:
>
> An unhandled exception was generated during the execution of the current

web request. Information regarding the origin and location of the exception
can be identified using the exception stack trace below.
>
> Stack Trace:
>
>
> [OleDbException (0x800401f9): No error information available: 0x800401F9.]
> System.Data.OleDb.OleDbConnection.ProcessResults(Int32 hr) +19
>
>
>



 
Reply With Quote
 
=?Utf-8?B?RnJhbWVJdA==?=
Guest
Posts: n/a
 
      20th May 2004
Hi

I went to the site you sent be but could not find anything related to my problem.
 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Windows application install problem Frank Malone Windows XP General 2 13th Feb 2006 05:03 PM
Problem to install application on Pocket PC 2003 =?Utf-8?B?THVjYQ==?= Microsoft Dot NET Compact Framework 2 8th Jun 2005 03:36 PM
Application does not install under Windows XP Bart Windows XP General 8 25th Sep 2004 03:42 PM
Install a Windows Application =?Utf-8?B?QmVybmFyZG8=?= Microsoft C# .NET 4 30th Mar 2004 12:16 PM
Install a .NET Windows Application.. =?Utf-8?B?QmVybmFyZG8=?= Microsoft VB .NET 4 29th Mar 2004 04:58 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:06 PM.