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

.NET (Core and Framework)

 
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 
AnswerRe: How to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:50
Chris Meech8-Jan-04 5:50 
After about 1/2 hour digging through the SDK documentation, I've got my answer. In order to use the namespace System.Data.OracleClient, I must compile with a reference to the assembly that implements the namespace. This assembly is noted on the documentation for all of the classes implemented in the namespace. The assembly reference is provided as a compile time command line option as follows
csc whatever.cs /reference:System.Data.Oracleclient.dll
Smile | :)

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
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 
GeneralRe: search trough a TreeView for a TreeNode with matching tag Pin
Charlie Williams7-Jan-04 11:30
Charlie Williams7-Jan-04 11:30 
Generalmms sending Pin
Anonymous6-Jan-04 18:17
Anonymous6-Jan-04 18:17 
GeneralDialog Issues in .NET CF PocketPC 2003 Pin
Cowwolfe6-Jan-04 2:48
Cowwolfe6-Jan-04 2:48 
GeneralRe: Dialog Issues in .NET CF PocketPC 2003 Pin
Colin Angus Mackay6-Jan-04 4:44
Colin Angus Mackay6-Jan-04 4:44 
GeneralUnhandled exceptions in winform custom control Pin
smartinz5-Jan-04 1:51
smartinz5-Jan-04 1:51 
GeneralProduct Licensing Pin
RichLee5-Jan-04 0:03
RichLee5-Jan-04 0:03 
Generalplease help me,my project......... Pin
Ahmed Gaser3-Jan-04 23:15
Ahmed Gaser3-Jan-04 23:15 
Questionmust clicking a control inside a scrollableControl bring it into view? Pin
misterbear3-Jan-04 1:41
misterbear3-Jan-04 1:41 
QuestionGrid "OnDrawCell" Event ? Pin
guim72-Jan-04 3:31
guim72-Jan-04 3:31 

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.