Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: File IO Permissions without Framework configuration Pin
Ravenet16-Feb-08 2:18
Ravenet16-Feb-08 2:18 
Generalbump mapping for water modeling Pin
sakirah15-Feb-08 3:25
sakirah15-Feb-08 3:25 
GeneralRe: bump mapping for water modeling Pin
Paddy Boyd15-Feb-08 4:46
Paddy Boyd15-Feb-08 4:46 
GeneralRe: bump mapping for water modeling Pin
User 665815-Feb-08 5:42
User 665815-Feb-08 5:42 
GeneralRe: bump mapping for water modeling Pin
sakirah15-Feb-08 11:36
sakirah15-Feb-08 11:36 
GeneralTransparency problems with bitmaps on controls Pin
lupus8115-Feb-08 3:02
lupus8115-Feb-08 3:02 
GeneralRe: Transparency problems with bitmaps on controls Pin
Skippums15-Feb-08 4:12
Skippums15-Feb-08 4:12 
QuestionHow to detect changes to projects for file references Pin
Paul Brower15-Feb-08 2:42
Paul Brower15-Feb-08 2:42 
I don't know about all of you, but I assume you've experienced the same frustrations as me when it comes to a Solution with multiple projects added to it.

We have 'Project References' as opposed to 'File References' where possible for the following reasons:

1 - We need to be able to enter the referenced assemblies during debugging.
2 - When our .sln builds, we need to make sure we've got the latest and greatest changes from our referenced assemblies.

Before I (or someone on my team) embarks down the road of finding a solution to our problem, I thought I'd ask if anyone else has a solution or ideas on how we might change our Project Refs to File Refs, and not lose the benefit of the two points described above.

It shouldn't be too difficult to build an add-in (or external tool) that would build a .csproj file in debug mode, and copy the .dll and .pdb file into the appropriate location for my solution. This would allow us to step through the code, satisfying point 1 above.

I guess my main struggle is how would I setup a pre-build script (or something) to figure out which file references are actually from projects I've got on my box, and then figure out if it needs to rebuild them, and them build them and copy the dll and pdb file over.

Any thoughts or comments would be great!


Paul Brower
AnswerRe: How to detect changes to projects for file references Pin
Scott Dorman17-Feb-08 3:53
professionalScott Dorman17-Feb-08 3:53 
QuestionLaunch application after installtion of MSI Pin
Blumen15-Feb-08 2:19
Blumen15-Feb-08 2:19 
GeneralRe: Launch application after installtion of MSI Pin
Skippums15-Feb-08 4:21
Skippums15-Feb-08 4:21 
QuestionRe: Launch application after installtion of MSI Pin
Blumen15-Feb-08 4:36
Blumen15-Feb-08 4:36 
GeneralRe: Launch application after installtion of MSI Pin
Skippums15-Feb-08 4:41
Skippums15-Feb-08 4:41 
GeneralRe: Launch application after installtion of MSI Pin
Dave Kreskowiak15-Feb-08 5:07
mveDave Kreskowiak15-Feb-08 5:07 
GeneralRe: Launch application after installtion of MSI Pin
Skippums15-Feb-08 5:57
Skippums15-Feb-08 5:57 
GeneralRe: Launch application after installtion of MSI Pin
Ravenet16-Feb-08 2:21
Ravenet16-Feb-08 2:21 
GeneralRe: Launch application after installtion of MSI Pin
Blumen16-Feb-08 18:45
Blumen16-Feb-08 18:45 
GeneralRe: Launch application after installtion of MSI Pin
Ravenet16-Feb-08 20:54
Ravenet16-Feb-08 20:54 
GeneralRe: Launch application after installtion of MSI Pin
Blumen17-Feb-08 17:17
Blumen17-Feb-08 17:17 
GeneralRe: Launch application after installtion of MSI Pin
Ravenet17-Feb-08 17:20
Ravenet17-Feb-08 17:20 
GeneralRe: Launch application after installtion of MSI Pin
Blumen17-Feb-08 18:31
Blumen17-Feb-08 18:31 
GeneralRe: Launch application after installtion of MSI Pin
Ravenet17-Feb-08 19:45
Ravenet17-Feb-08 19:45 
GeneralShowDialog() issue Pin
Harvey Saayman15-Feb-08 2:04
Harvey Saayman15-Feb-08 2:04 
GeneralRe: ShowDialog() issue Pin
darkelv15-Feb-08 2:07
darkelv15-Feb-08 2:07 
GeneralRe: ShowDialog() issue Pin
Harvey Saayman15-Feb-08 2:12
Harvey Saayman15-Feb-08 2:12 

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.