Click here to Skip to main content
15,916,683 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
Generalabout how to use package installer Pin
Anonymous8-Jan-04 22:31
Anonymous8-Jan-04 22:31 
GeneralRe: about how to use package installer Pin
UB9-Jan-04 5:39
UB9-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu12-Jan-04 20:57
yu-yu12-Jan-04 20:57 
GeneralRe: about how to use package installer Pin
UB13-Jan-04 5:35
UB13-Jan-04 5:35 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 15:56
yu-yu13-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 21:25
yu-yu13-Jan-04 21:25 
GeneralRe: about how to use package installer Pin
UB14-Jan-04 5:22
UB14-Jan-04 5:22 
GeneralRe: about how to use package installer Pin
yu-yu14-Jan-04 15:56
yu-yu14-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
UB15-Jan-04 6:55
UB15-Jan-04 6:55 
GeneralRe: about how to use package installer Pin
yu-yu15-Jan-04 20:27
yu-yu15-Jan-04 20:27 
GeneralRe: about how to use package installer Pin
UB16-Jan-04 4:54
UB16-Jan-04 4:54 
GeneralRe: about how to use package installer Pin
yu-yu18-Jan-04 19:48
yu-yu18-Jan-04 19:48 
GeneralRe: about how to use package installer Pin
UB19-Jan-04 5:39
UB19-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 17:35
yu-yu13-Jan-04 17:35 
GeneralSingle Precision Math Pin
LokiSD8-Jan-04 11:37
LokiSD8-Jan-04 11:37 
QuestionHow to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:16
Chris Meech8-Jan-04 5:16 
The following line of C# code
using System.Data.OracleClient;
generates the following error.
error CS0234: The type or namespace name 'OracleClient' does not exist in the 
class or namespace 'System.Data' (are you missing an assembly reference?)
I'm pretty sure that the resolution is to specify an assembly reference, but reference to what and how do you do that? Thanks. Incidentally I'm using version 1.1 of the .NET Framework, so the namespace 'OracleClient' is supposed to be there.

This begs a bigger question of why do some libraries require an assembly reference and others don't and how is a developer supposed to recognise this difference?

Chris Meech

It's much easier to get rich telling people what they want to hear. Christopher Duncan

I can't help getting older, but I refuse to grow up. Roger Wright

I've been meaning to change my sig. Thanks! Alvaro Mendez

We're more like a hobbiest in a Home Depot drooling at all the shiny power tools, rather than a craftsman that makes the chair to an exacting level of comfort by measuring the customer's butt. Marc Clifton
AnswerRe: How to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:50
Chris Meech8-Jan-04 5:50 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 7:09
Guillermo Rivero9-Jan-04 7:09 
GeneralRe: How to specify an Assembly reference? Pin
Chris Meech9-Jan-04 7:34
Chris Meech9-Jan-04 7:34 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 7:38
Guillermo Rivero9-Jan-04 7:38 
GeneralRe: How to specify an Assembly reference? Pin
Chris Meech9-Jan-04 7:55
Chris Meech9-Jan-04 7:55 
GeneralRe: How to specify an Assembly reference? Pin
Guillermo Rivero9-Jan-04 8:02
Guillermo Rivero9-Jan-04 8:02 
QuestionHow Windows works... Pin
profoundwhispers7-Jan-04 7:39
profoundwhispers7-Jan-04 7:39 
AnswerRe: How Windows works... Pin
Colin Angus Mackay10-Jan-04 16:59
Colin Angus Mackay10-Jan-04 16:59 
Generalsearch trough a TreeView for a TreeNode with matching tag Pin
Kalthoff7-Jan-04 5:39
Kalthoff7-Jan-04 5:39 

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.