Click here to Skip to main content
15,922,407 members
Home / Discussions / C#
   

C#

 
GeneralRe: Random in C# Pin
bouli30-Mar-04 5:58
bouli30-Mar-04 5:58 
GeneralRe: Random in C# Pin
Heath Stewart30-Mar-04 6:20
protectorHeath Stewart30-Mar-04 6:20 
GeneralRe: Random in C# Pin
bouli30-Mar-04 6:27
bouli30-Mar-04 6:27 
GeneralRe: Random in C# Pin
Heath Stewart30-Mar-04 8:30
protectorHeath Stewart30-Mar-04 8:30 
GeneralAssemblies Pin
Skylo30-Mar-04 0:22
Skylo30-Mar-04 0:22 
GeneralRe: Assemblies Pin
Colin Angus Mackay30-Mar-04 0:40
Colin Angus Mackay30-Mar-04 0:40 
GeneralRe: Assemblies Pin
Skylo30-Mar-04 0:48
Skylo30-Mar-04 0:48 
GeneralRe: Assemblies Pin
Colin Angus Mackay30-Mar-04 1:05
Colin Angus Mackay30-Mar-04 1:05 
Hi,

You're link didn't work for me - I must have a different version of MSDN installed. Can you tell me the title of the document so I can look it up - or provide the equivalent link to the online version of MSDN? Thanks.

If you can debug your solution then you already have the assemblies. An assembly is just a .NET DLL or EXE file. When you Build your solution the assemblies are places in the bin/Debug or bin/Release directories within your individual project directories.

To use assemblies in different projects within a solution you must add a reference to the assembly you want to use in the project that you want to access it. To do this right click the References node in the solution explorer and select "Add Reference". Click the "Projects" tab and select the project that contains generates the assembly you want to use. In individual .cs files you should add a using statement at the top with the namespace of the code in the assembly you are using.

Some good practice is that an assembly should only contain one namespace, or one branch of a namespace structure.

I'm kind of hitting out in the dark here. Let me know if anything seems to be going in the right direction.


"You can have everything in life you want if you will just help enough other people get what they want." --Zig Ziglar

"On two occasions, I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able to rightly apprehend the kind of confusion of ideas that could provoke such a question."
--Charles Babbage (1791-1871)


GeneralRe: Assemblies Pin
Skylo30-Mar-04 1:30
Skylo30-Mar-04 1:30 
GeneralRe: Assemblies Pin
Heath Stewart30-Mar-04 4:00
protectorHeath Stewart30-Mar-04 4:00 
GeneralRe: Assemblies Pin
Skylo30-Mar-04 4:22
Skylo30-Mar-04 4:22 
GeneralRe: Assemblies Pin
Heath Stewart30-Mar-04 4:29
protectorHeath Stewart30-Mar-04 4:29 
GeneralEnabling Transparent Backgrounds in custom components Pin
Tristan Rhodes29-Mar-04 22:55
Tristan Rhodes29-Mar-04 22:55 
GeneralRe: Enabling Transparent Backgrounds in custom components Pin
LongRange.Shooter30-Mar-04 7:19
LongRange.Shooter30-Mar-04 7:19 
GeneralRe: Enabling Transparent Backgrounds in custom components Pin
Tristan Rhodes30-Mar-04 12:02
Tristan Rhodes30-Mar-04 12:02 
QuestionHow to get the Thumb value of the Scrollbar in a RichTextBox Pin
znize29-Mar-04 21:58
znize29-Mar-04 21:58 
AnswerRe: How to get the Thumb value of the Scrollbar in a RichTextBox Pin
Heath Stewart30-Mar-04 4:17
protectorHeath Stewart30-Mar-04 4:17 
GeneralRe: How to get the Thumb value of the Scrollbar in a RichTextBox Pin
znize31-Mar-04 3:51
znize31-Mar-04 3:51 
GeneralRe: How to get the Thumb value of the Scrollbar in a RichTextBox Pin
znize7-Apr-04 7:49
znize7-Apr-04 7:49 
GeneralRe: How to get the Thumb value of the Scrollbar in a RichTextBox Pin
Heath Stewart7-Apr-04 8:37
protectorHeath Stewart7-Apr-04 8:37 
GeneralXml Pin
Appelz29-Mar-04 20:42
Appelz29-Mar-04 20:42 
GeneralRe: Xml Pin
Heath Stewart30-Mar-04 3:52
protectorHeath Stewart30-Mar-04 3:52 
GeneralRe: Xml Pin
Jesse Squire30-Mar-04 7:07
Jesse Squire30-Mar-04 7:07 
GeneralRe: Xml Pin
bertcox30-Mar-04 19:48
bertcox30-Mar-04 19:48 
GeneralClient-Server in .NET Pin
Prasad Anand29-Mar-04 20:18
Prasad Anand29-Mar-04 20:18 

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.