Click here to Skip to main content
15,928,207 members
Home / Discussions / C#
   

C#

 
GeneralRe: Few menu extension (WinForms) Pin
Dave Kreskowiak20-Jan-05 3:53
mveDave Kreskowiak20-Jan-05 3:53 
GeneralRe: Few menu extension (WinForms) Pin
Charlie Williams20-Jan-05 5:54
Charlie Williams20-Jan-05 5:54 
GeneralExposing data to WMI Pin
ilkovm19-Jan-05 13:41
ilkovm19-Jan-05 13:41 
GeneralRe: Exposing data to WMI Pin
Heath Stewart20-Jan-05 6:25
protectorHeath Stewart20-Jan-05 6:25 
GeneralRe: Exposing data to WMI Pin
ilkovm20-Jan-05 12:44
ilkovm20-Jan-05 12:44 
QuestionHow can i handle my project in windows event Pin
m.rastgar19-Jan-05 11:36
m.rastgar19-Jan-05 11:36 
AnswerRe: How can i handle my project in windows event Pin
Heath Stewart20-Jan-05 6:09
protectorHeath Stewart20-Jan-05 6:09 
GeneralControl development Pin
PaleyX19-Jan-05 11:30
PaleyX19-Jan-05 11:30 
GeneralRe: Control development Pin
Robert Rohde19-Jan-05 19:36
Robert Rohde19-Jan-05 19:36 
GeneralRe: Control development Pin
PaleyX19-Jan-05 22:02
PaleyX19-Jan-05 22:02 
GeneralRe: Control development Pin
Heath Stewart20-Jan-05 6:03
protectorHeath Stewart20-Jan-05 6:03 
GeneralRe: Control development Pin
PaleyX20-Jan-05 6:28
PaleyX20-Jan-05 6:28 
GeneralRe: Control development Pin
Dave Kreskowiak20-Jan-05 8:06
mveDave Kreskowiak20-Jan-05 8:06 
GeneralRe: Control development Pin
PaleyX20-Jan-05 8:27
PaleyX20-Jan-05 8:27 
GeneralRe: Control development Pin
Heath Stewart20-Jan-05 9:21
protectorHeath Stewart20-Jan-05 9:21 
GeneralRe: Control development Pin
Dave Kreskowiak20-Jan-05 13:16
mveDave Kreskowiak20-Jan-05 13:16 
GeneralRe: Control development Pin
Heath Stewart20-Jan-05 9:25
protectorHeath Stewart20-Jan-05 9:25 
GeneralRe: Control development Pin
PaleyX20-Jan-05 11:27
PaleyX20-Jan-05 11:27 
GeneralRe: Control development Pin
Heath Stewart20-Jan-05 14:10
protectorHeath Stewart20-Jan-05 14:10 
You as the developer don't know what comprises your own project?

If you need to check, right-click on your solution and select Configuration Manager. Look at the dependencies for your project by selecting your project from the drop-down. If there's a disabled checked checkbox, then you're got a project reference. If not, you're referencing an assembly.

You can also open the .sln file (your solution file) in notepad or some other plain-text editor and look at the solution text to see what is listed. It should be quite obvious.

For a 60+ project solution I used to manage while a senior software architect for another company I never once had a problem - nor did any of my developers - because we all used project references.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralRe: Control development Pin
PaleyX20-Jan-05 3:18
PaleyX20-Jan-05 3:18 
QuestionHow to encryp the database file? Pin
m.rastgar19-Jan-05 10:48
m.rastgar19-Jan-05 10:48 
AnswerRe: How to encryp the database file? Pin
Developer.Guru19-Jan-05 11:05
sussDeveloper.Guru19-Jan-05 11:05 
GeneralTrouble creating webservice with custom object Pin
trufun10119-Jan-05 10:03
trufun10119-Jan-05 10:03 
Generalpdf rotated text w/ Acrobat 6.0 Pin
bwagz19-Jan-05 9:53
bwagz19-Jan-05 9:53 
Generalcreate reg_expand_sz key in registry Pin
KrissR19-Jan-05 9:31
KrissR19-Jan-05 9:31 

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.