Click here to Skip to main content
15,889,992 members
Home / Discussions / C#
   

C#

 
GeneralRe: Penel in Status Bar Pin
DaveyM699-Apr-09 0:11
professionalDaveyM699-Apr-09 0:11 
GeneralRe: Penel in Status Bar Pin
Sajjad Leo12-Apr-09 20:28
Sajjad Leo12-Apr-09 20:28 
QuestionMedia player control Pin
yesu prakash8-Apr-09 20:44
yesu prakash8-Apr-09 20:44 
AnswerRe: Media player control Pin
12Code8-Apr-09 20:52
12Code8-Apr-09 20:52 
QuestionHelp to me to find simple method for days of month Pin
M Riaz Bashir8-Apr-09 20:30
M Riaz Bashir8-Apr-09 20:30 
AnswerRe: Help to me to find simple method for days of month Pin
DaveyM698-Apr-09 20:37
professionalDaveyM698-Apr-09 20:37 
GeneralRe: Help to me to find simple method for days of month Pin
M Riaz Bashir8-Apr-09 20:39
M Riaz Bashir8-Apr-09 20:39 
QuestionOracle.DataAccess.Client - DbProviderFactories.GetFactory [modified] Pin
devvvy8-Apr-09 20:25
devvvy8-Apr-09 20:25 
hello

Trying to switch my project over from "System.Data.OracleClient" to ODP.NET "Oracle.DataAccess.Client". It failed from get go (see this article from Oracle http://www.oracle.com/technology/oramag/oracle/06-winsupp/win06odp.html[^]):

<br />
DbProviderFactory oDbFactory = DbProviderFactories.GetFactory("Oracle.DataAccess.Client");<br />

(As in article from Oracle: )[^]

Keep getting System.Configuration.ConfigurationErrorsException saying:
<br />
		"Failed to find or load the registered .Net Framework Data Provider."<br />


I checked my assembly cache it's there and also referenced in my machine.config (yes I have to add them myself):
<br />
D:\Program Files\Microsoft Visual Studio 9.0\VC&gt;gacutil /l | findstr Oracle<br />
  System.Data.OracleClient, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77<br />
a5c561934e089, processorArchitecture=x86<br />
  CoreLab.Oracle, Version=3.50.12.0, Culture=neutral, PublicKeyToken=09af7300eec<br />
23701, processorArchitecture=MSIL<br />
...<br />


See, I'm sure the assembly has been installed and in machine.config I used the right key/version. Weird thing is, Red Gate's reflector won't allow me to "Open" (from Cache) the dll, this prevented me to check if there exists "Oracle.DataAccess.Client.OracleClientFactory" within the assembly. So I select "Copy Local" and examined the dll from "Red Gates Reflector". There's no "Oracle.DataAccess.Client.OracleClientFactory" in the dll ???

See here for a Reflector screencap if you don't believe it: http://www.codeguru.com/forum/showthread.php?p=1831221#post1831221[^]

Reflector can be downloaded here: http://www.red-gate.com/products/reflector/[^]

modified on Thursday, April 9, 2009 6:32 AM

AnswerRe: Oracle.DataAccess.Client - DbProviderFactories.GetFactory Pin
devvvy9-Apr-09 16:00
devvvy9-Apr-09 16:00 
Questionproblem with SetSystemTime() fucntion of Kernel32.dll Pin
cppwxwidgetsss8-Apr-09 19:34
cppwxwidgetsss8-Apr-09 19:34 
AnswerRe: problem with SetSystemTime() fucntion of Kernel32.dll Pin
dojohansen9-Apr-09 1:45
dojohansen9-Apr-09 1:45 
GeneralRe: problem with SetSystemTime() fucntion of Kernel32.dll Pin
dojohansen9-Apr-09 1:50
dojohansen9-Apr-09 1:50 
GeneralRe: problem with SetSystemTime() fucntion of Kernel32.dll Pin
Sujeevan Kumar22-Jun-09 5:08
Sujeevan Kumar22-Jun-09 5:08 
QuestionShowing Hidden Files... Pin
Rajdeep.NET is BACK8-Apr-09 19:28
Rajdeep.NET is BACK8-Apr-09 19:28 
AnswerRe: Showing Hidden Files... Pin
Anubhava Dimri8-Apr-09 20:28
Anubhava Dimri8-Apr-09 20:28 
AnswerRe: Showing Hidden Files... Pin
N a v a n e e t h8-Apr-09 20:30
N a v a n e e t h8-Apr-09 20:30 
QuestionList View Sorting Pin
satsumatable8-Apr-09 19:01
satsumatable8-Apr-09 19:01 
AnswerRe: List View Sorting Pin
Anubhava Dimri8-Apr-09 20:54
Anubhava Dimri8-Apr-09 20:54 
QuestionConversion of Structure to Byte Array Pin
lnmca8-Apr-09 19:01
lnmca8-Apr-09 19:01 
AnswerRe: Conversion of Structure to Byte Array Pin
satsumatable8-Apr-09 19:04
satsumatable8-Apr-09 19:04 
GeneralRe: Conversion of Structure to Byte Array Pin
lnmca8-Apr-09 22:57
lnmca8-Apr-09 22:57 
QuestionListening port Pin
yesu prakash8-Apr-09 18:43
yesu prakash8-Apr-09 18:43 
AnswerRe: Listening port Pin
satsumatable8-Apr-09 19:17
satsumatable8-Apr-09 19:17 
QuestionOracle 10g Express - support .NET TransactionScope? Pin
devvvy8-Apr-09 17:48
devvvy8-Apr-09 17:48 
Questionhow to got the programming is compiled by x64 or x86 Pin
Dracula Wang8-Apr-09 17:20
Dracula Wang8-Apr-09 17:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.