Click here to Skip to main content
15,925,309 members
Home / Discussions / C#
   

C#

 
GeneralRe: LANGUAGE CHOICE Pin
Russell Jones12-Feb-07 5:41
Russell Jones12-Feb-07 5:41 
AnswerRe: LANGUAGE CHOİCE Pin
Pete O'Hanlon12-Feb-07 4:47
mvePete O'Hanlon12-Feb-07 4:47 
AnswerRe: LANGUAGE CHOİCE Pin
Colin Angus Mackay12-Feb-07 5:11
Colin Angus Mackay12-Feb-07 5:11 
QuestionBuilding Assembly Pin
DISP-Jol12-Feb-07 4:37
DISP-Jol12-Feb-07 4:37 
AnswerRe: Building Assembly Pin
led mike12-Feb-07 4:45
led mike12-Feb-07 4:45 
GeneralRe: Building Assembly Pin
DISP-Jol12-Feb-07 4:51
DISP-Jol12-Feb-07 4:51 
GeneralRe: Building Assembly Pin
led mike12-Feb-07 4:56
led mike12-Feb-07 4:56 
AnswerRe: Building Assembly Pin
Pete O'Hanlon12-Feb-07 4:55
mvePete O'Hanlon12-Feb-07 4:55 
The using statement here is a shortcut only. It saves you having to type in System.IO.Path... It does not automatically add the references to the DLLs into the build process.

Even though you have added the references into your csproj file, if you are building from the command line using the csc option, you need to add the references into the csc command manually. Alternatively, have you considered using a makefile to build from?




the last thing I want to see is some pasty-faced geek with skin so pale that it's almost translucent trying to bump parts with a partner - John Simmons / outlaw programmer

Deja View - the feeling that you've seen this post before.

GeneralRe: Building Assembly Pin
Colin Angus Mackay12-Feb-07 5:12
Colin Angus Mackay12-Feb-07 5:12 
GeneralRe: Building Assembly Pin
DISP-Jol12-Feb-07 6:42
DISP-Jol12-Feb-07 6:42 
GeneralRe: Building Assembly Pin
DISP-Jol12-Feb-07 8:24
DISP-Jol12-Feb-07 8:24 
GeneralRe: Building Assembly Pin
DISP-Jol13-Feb-07 11:13
DISP-Jol13-Feb-07 11:13 
AnswerRe: Building Assembly Pin
sysmaniax12-Feb-07 6:42
sysmaniax12-Feb-07 6:42 
QuestionCMYK in C# Pin
__DanC__12-Feb-07 4:08
__DanC__12-Feb-07 4:08 
QuestionWeb Services Pin
LCI12-Feb-07 3:58
LCI12-Feb-07 3:58 
AnswerRe: Web Services Pin
Stefan Troschuetz12-Feb-07 5:47
Stefan Troschuetz12-Feb-07 5:47 
QuestionUsing File.Move() with variables Pin
markymark8212-Feb-07 3:34
markymark8212-Feb-07 3:34 
AnswerRe: Using File.Move() with variables [modified] Pin
Bekjong12-Feb-07 3:47
Bekjong12-Feb-07 3:47 
GeneralRe: Using File.Move() with variables Pin
althamda12-Feb-07 3:50
althamda12-Feb-07 3:50 
GeneralRe: Using File.Move() with variables Pin
Bekjong12-Feb-07 3:52
Bekjong12-Feb-07 3:52 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:06
markymark8212-Feb-07 4:06 
AnswerRe: Using File.Move() with variables Pin
althamda12-Feb-07 4:04
althamda12-Feb-07 4:04 
GeneralRe: Using File.Move() with variables Pin
__DanC__12-Feb-07 4:07
__DanC__12-Feb-07 4:07 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:07
markymark8212-Feb-07 4:07 
AnswerRe: Using File.Move() with variables Pin
lost in transition 12-Feb-07 4:13
lost in transition 12-Feb-07 4:13 

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.