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

C#

 
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 
GeneralRe: create reg_expand_sz key in registry Pin
Heath Stewart20-Jan-05 5:55
protectorHeath Stewart20-Jan-05 5:55 
GeneralRe: create reg_expand_sz key in registry Pin
Dave Kreskowiak20-Jan-05 13:12
mveDave Kreskowiak20-Jan-05 13:12 
Generalpdf as BackGroundImage Pin
Anonymous19-Jan-05 8:13
Anonymous19-Jan-05 8:13 
GeneralRe: pdf as BackGroundImage Pin
Heath Stewart19-Jan-05 8:33
protectorHeath Stewart19-Jan-05 8:33 
GeneralWindows Service Pin
DotNetAppDeveloper19-Jan-05 7:39
DotNetAppDeveloper19-Jan-05 7:39 
GeneralRe: Windows Service Pin
Heath Stewart19-Jan-05 8:08
protectorHeath Stewart19-Jan-05 8:08 
GeneralRe: Windows Service Pin
DotNetAppDeveloper19-Jan-05 9:17
DotNetAppDeveloper19-Jan-05 9:17 
GeneralCalling COM interface from C# Pin
shayw19-Jan-05 7:36
shayw19-Jan-05 7:36 
GeneralRe: Calling COM interface from C# Pin
Heath Stewart19-Jan-05 7:56
protectorHeath Stewart19-Jan-05 7:56 
GeneralRe: Calling COM interface from C# Pin
shayw19-Jan-05 8:20
shayw19-Jan-05 8:20 
GeneralRe: Calling COM interface from C# Pin
Heath Stewart19-Jan-05 8:27
protectorHeath Stewart19-Jan-05 8:27 

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.