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

.NET (Core and Framework)

 
GeneralRe: How can patch .NET assembly code Pin
harold aptroot16-Jul-09 16:33
harold aptroot16-Jul-09 16:33 
GeneralRe: How can patch .NET assembly code Pin
ham_tim_hieu16-Jul-09 17:06
ham_tim_hieu16-Jul-09 17:06 
GeneralRe: How can patch .NET assembly code [modified] Pin
harold aptroot16-Jul-09 17:56
harold aptroot16-Jul-09 17:56 
QuestionIn Autocomplete No:of results is not getting displayed Pin
getaccessyr14-Jul-09 20:31
getaccessyr14-Jul-09 20:31 
AnswerRe: In Autocomplete No:of results is not getting displayed Pin
K030614-Jul-09 21:45
K030614-Jul-09 21:45 
GeneralRe: In Autocomplete No:of results is not getting displayed Pin
getaccessyr14-Jul-09 21:55
getaccessyr14-Jul-09 21:55 
QuestionModbus TCP in C# 2008 Pin
Martin Larratt14-Jul-09 12:51
Martin Larratt14-Jul-09 12:51 
AnswerRe: Modbus TCP in C# 2008 Pin
Luc Pattyn15-Jul-09 2:58
sitebuilderLuc Pattyn15-Jul-09 2:58 
Hi,

there are typically two steps required before you can use classes from some managed DLL:

1. add a reference to your project; in Visual Studio, right-click your project, choose Add Reference,
wait a while, locate the assembly file of interest, and go.

2. in each source file going to refer the classes of that assembly, add a "using someNamespace;" statement for your convenience. (The odd programmer will tell you you could skip that and always use fully qualified class names).

That's it.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

The quality and detail of your question reflects on the effectiveness of the help you are likely to get.
Show formatted code inside PRE tags, and give clear symptoms when describing a problem.

GeneralRe: Modbus TCP in C# 2008 Pin
Martin Larratt23-Jul-09 11:29
Martin Larratt23-Jul-09 11:29 
GeneralRe: Modbus TCP in C# 2008 Pin
Luc Pattyn23-Jul-09 11:47
sitebuilderLuc Pattyn23-Jul-09 11:47 
QuestionCan't add new records to reopened database Pin
BluesEnd13-Jul-09 7:13
BluesEnd13-Jul-09 7:13 
AnswerRe: Can't add new records to reopened database Pin
Henry Minute13-Jul-09 8:36
Henry Minute13-Jul-09 8:36 
QuestionMCE articles (MultiChannel Engine) Pin
Krivahn13-Jul-09 2:26
Krivahn13-Jul-09 2:26 
AnswerRe: MCE articles (MultiChannel Engine) Pin
Super Lloyd13-Jul-09 17:20
Super Lloyd13-Jul-09 17:20 
GeneralRe: MCE articles (MultiChannel Engine) Pin
Krivahn13-Jul-09 20:14
Krivahn13-Jul-09 20:14 
QuestionWhere to find the .NET componentID's for generating .msi Setup-Files Pin
fracalifa13-Jul-09 2:21
fracalifa13-Jul-09 2:21 
AnswerRe: Where to find the .NET componentID's for generating .msi Setup-Files Pin
Jimmanuel13-Jul-09 4:15
Jimmanuel13-Jul-09 4:15 
GeneralRe: Where to find the .NET componentID's for generating .msi Setup-Files Pin
fracalifa13-Jul-09 5:01
fracalifa13-Jul-09 5:01 
QuestionInterview Question Pin
ksss_maheshece13-Jul-09 1:05
ksss_maheshece13-Jul-09 1:05 
AnswerRe: Interview Question Pin
Not Active13-Jul-09 1:41
mentorNot Active13-Jul-09 1:41 
AnswerRe: Interview Question Pin
DoctorMick13-Jul-09 2:10
DoctorMick13-Jul-09 2:10 
AnswerRe: Interview Question Pin
Colin Angus Mackay13-Jul-09 8:06
Colin Angus Mackay13-Jul-09 8:06 
GeneralRe: Interview Question Pin
harold aptroot13-Jul-09 10:12
harold aptroot13-Jul-09 10:12 
GeneralRe: Interview Question Pin
Colin Angus Mackay13-Jul-09 11:30
Colin Angus Mackay13-Jul-09 11:30 
GeneralRe: Interview Question Pin
Colin Angus Mackay13-Jul-09 11:32
Colin Angus Mackay13-Jul-09 11:32 

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.