Click here to Skip to main content
16,004,727 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: To use or not to use exceptions? Which is the preferred approach? Pin
Urs Enzler13-Nov-07 21:33
Urs Enzler13-Nov-07 21:33 
AnswerRe: To use or not to use exceptions? Which is the preferred approach? Pin
Colin Angus Mackay14-Nov-07 23:21
Colin Angus Mackay14-Nov-07 23:21 
AnswerRe: To use or not to use exceptions? Which is the preferred approach? Pin
Pete O'Hanlon15-Nov-07 0:16
mvePete O'Hanlon15-Nov-07 0:16 
AnswerRe: To use or not to use exceptions? Which is the preferred approach? Pin
mabo4215-Nov-07 6:55
mabo4215-Nov-07 6:55 
AnswerRe: To use or not to use exceptions? Which is the preferred approach? Pin
PIEBALDconsult19-Nov-07 14:04
mvePIEBALDconsult19-Nov-07 14:04 
QuestionMSBuild - Building multiple projects Pin
Simon P Stevens13-Nov-07 5:06
Simon P Stevens13-Nov-07 5:06 
AnswerRe: MSBuild - Building multiple projects Pin
Scott Dorman13-Nov-07 12:45
professionalScott Dorman13-Nov-07 12:45 
GeneralRe: MSBuild - Building multiple projects Pin
Simon P Stevens15-Nov-07 1:39
Simon P Stevens15-Nov-07 1:39 
Smile | :)

Thanks.

I Did consider that for a while, but i'm going to stay with MSBuild for now as i've solved the problem.

(For anyone else with similer issues. The problem was that the output files item groups are populated first. So when the build occurs, the files then exist, but they aren't in the item groups. To fix the issue, you need to make a list that isn't populated until after the build has occured. So create a target for coping the files, and include a createItem task in it to create a list of the files. This will now contain the full list of files provided the task is run after the build occurs.

<CreateItem Include="C:\HGT Source\dotNetDevelopment\Library\Hadley.Library\bin\$(Configuration)\*.*">
<Output ItemName="ProjectLibraryOutputFiles" TaskParameter="Include"></Output>
</CreateItem>

Easy Smile | :)

Simon
QuestionForm above another Form, but not TopMost? Pin
AndrewVos13-Nov-07 2:47
AndrewVos13-Nov-07 2:47 
AnswerRe: Form above another Form, but not TopMost? Pin
Luc Pattyn13-Nov-07 3:16
sitebuilderLuc Pattyn13-Nov-07 3:16 
GeneralRe: Form above another Form, but not TopMost? Pin
AndrewVos13-Nov-07 3:20
AndrewVos13-Nov-07 3:20 
QuestionReference of VB6 COM & Activex components in VB.net setup : Need urgent help [modified] Pin
nishkarsh_k12-Nov-07 23:46
nishkarsh_k12-Nov-07 23:46 
AnswerRe: Reference of VB6 COM & Activex components in VB.net setup : Need urgent help Pin
Paul Conrad13-Nov-07 13:01
professionalPaul Conrad13-Nov-07 13:01 
AnswerRe: Reference of VB6 COM & Activex components in VB.net setup : Need urgent help Pin
DigiOz Multimedia13-Nov-07 13:27
DigiOz Multimedia13-Nov-07 13:27 
QuestionLogonUserA API always throws 1326 (Incorrect Username and Password) Pin
Vasudevan Deepak Kumar12-Nov-07 22:48
Vasudevan Deepak Kumar12-Nov-07 22:48 
QuestionInstaller issue vb2005 : Need urgent help Pin
nishkarsh_k12-Nov-07 20:24
nishkarsh_k12-Nov-07 20:24 
AnswerRe: Installer issue vb2005 : Need urgent help Pin
Michael Sync12-Nov-07 20:35
Michael Sync12-Nov-07 20:35 
GeneralRe: Installer issue vb2005 : Need urgent help Pin
nishkarsh_k12-Nov-07 21:57
nishkarsh_k12-Nov-07 21:57 
Questionodp.net error Pin
umashankergr812-Nov-07 10:07
umashankergr812-Nov-07 10:07 
AnswerRe: odp.net error Pin
Pete O'Hanlon12-Nov-07 21:59
mvePete O'Hanlon12-Nov-07 21:59 
AnswerRe: odp.net error Pin
Vasudevan Deepak Kumar14-Nov-07 18:53
Vasudevan Deepak Kumar14-Nov-07 18:53 
QuestionSSIS - Find Delete and Appends Rows Option? Pin
jerome_data12-Nov-07 5:59
jerome_data12-Nov-07 5:59 
QuestionDisplaying a bitmap Pin
rover_boy12-Nov-07 5:53
rover_boy12-Nov-07 5:53 
AnswerRe: Displaying a bitmap Pin
Luc Pattyn12-Nov-07 6:08
sitebuilderLuc Pattyn12-Nov-07 6:08 
QuestionRegarding .net 3.0 Pin
sreenivasaraok11-Nov-07 19:43
sreenivasaraok11-Nov-07 19:43 

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.