Click here to Skip to main content
15,913,722 members
Home / Discussions / C#
   

C#

 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:36
Adam °Wimsatt5-Aug-05 5:36 
GeneralRe: Implementing password rules Pin
User 66585-Aug-05 5:35
User 66585-Aug-05 5:35 
GeneralRe: Implementing password rules Pin
Adam °Wimsatt5-Aug-05 5:43
Adam °Wimsatt5-Aug-05 5:43 
GeneralRe: Implementing password rules Pin
Dan Neely5-Aug-05 7:04
Dan Neely5-Aug-05 7:04 
GeneralCreating mapper application using C# Pin
GoTech5-Aug-05 4:23
GoTech5-Aug-05 4:23 
Generalcreate View Pin
magnifique5-Aug-05 4:01
magnifique5-Aug-05 4:01 
GeneralMultiple projects in a single Solution - Sharing Classes Pin
BinaryHead5-Aug-05 3:52
BinaryHead5-Aug-05 3:52 
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
mav.northwind5-Aug-05 4:10
mav.northwind5-Aug-05 4:10 
Hi!

That's exactly the way to do it. Referencing the other project directly usually won't work because you get circular dependencies.
The only way to solve these is to put common parts into a separate assembly and referencing this assembly from your other projects.

The good news is that VS takes care of distributing the common assembly to where-ever it's referenced in your project when you rebuild, so you don't have to waste a doubt on where to copy the output after building.

Regards,
mav
GeneralRe: Multiple projects in a single Solution - Sharing Classes Pin
Rob Graham5-Aug-05 6:22
Rob Graham5-Aug-05 6:22 
Generalprogress bar in datagrid Pin
Mridang Agarwalla5-Aug-05 3:47
Mridang Agarwalla5-Aug-05 3:47 
GeneralRe: progress bar in datagrid Pin
Alomgir Miah5-Aug-05 3:53
Alomgir Miah5-Aug-05 3:53 
QuestionHow to bind Dataset with XML File Pin
Anonymous5-Aug-05 3:32
Anonymous5-Aug-05 3:32 
GeneralProgram resolution is off Pin
PHDENG815-Aug-05 3:03
PHDENG815-Aug-05 3:03 
GeneralRe: Program resolution is off Pin
Dan Neely5-Aug-05 3:29
Dan Neely5-Aug-05 3:29 
GeneralRe: Program resolution is off Pin
PHDENG815-Aug-05 3:39
PHDENG815-Aug-05 3:39 
GeneralClearing database connections while using SQLHelper class Pin
Rashid_Mehmood5-Aug-05 2:58
Rashid_Mehmood5-Aug-05 2:58 
GeneralRe: Clearing database connections while using SQLHelper class Pin
Alomgir Miah5-Aug-05 4:01
Alomgir Miah5-Aug-05 4:01 
GeneralSuppress an Event Pin
zaboboa5-Aug-05 2:57
zaboboa5-Aug-05 2:57 
GeneralRe: Suppress an Event Pin
Pradyumna Gogte5-Aug-05 3:24
Pradyumna Gogte5-Aug-05 3:24 
GeneralRe: Suppress an Event Pin
Alomgir Miah5-Aug-05 3:54
Alomgir Miah5-Aug-05 3:54 
GeneralRe: Suppress an Event Pin
zaboboa5-Aug-05 4:50
zaboboa5-Aug-05 4:50 
GeneralWinForms: How to add any control to a DataGrid column Pin
SebbaP5-Aug-05 2:41
SebbaP5-Aug-05 2:41 
GeneralTab control Pin
deep75-Aug-05 2:26
deep75-Aug-05 2:26 
GeneralRe: Tab control Pin
Alomgir Miah5-Aug-05 3:58
Alomgir Miah5-Aug-05 3:58 
GeneralNeed help with a data set problem.. Pin
corkey195-Aug-05 1:38
corkey195-Aug-05 1:38 

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.