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

C#

 
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 
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 
Smile | :)
I use C# EE. I do it the following:

having a Solution called "Application" I inserted two projects.

1. WindowsForm (Executable)
1. Class1 Class (as DLL)

The Assemblies must be referenced to the DLL you use. My WindowsForm Application gets the Ref to Class1.DLL. Then my Application has to include:
<br />
using Class1;<br />

The same works if I would handle another DLL instead of my executable WindowsForm. If you use more DLLs make sure they are "cross"-referenced, but don't overdrive...

Wink | ;)

Andyancona
andysm00@aim.com
andy@biomedsrl.com

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 
GeneralRe: Using File.Move() with variables Pin
__DanC__12-Feb-07 4:21
__DanC__12-Feb-07 4:21 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:24
markymark8212-Feb-07 4:24 
GeneralRe: Using File.Move() with variables Pin
markymark8212-Feb-07 4:43
markymark8212-Feb-07 4:43 
AnswerRe: Using File.Move() with variables Pin
Pete O'Hanlon12-Feb-07 4:44
mvePete O'Hanlon12-Feb-07 4:44 
QuestionOverriding Form.Dispose(bool disposing)... Pin
Shy Agam12-Feb-07 3:28
Shy Agam12-Feb-07 3:28 

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.