Mark Michaelis' Weblog :
Updated: 9/1/2004; 7:05:50 AM.

 








Subscribe to "Mark Michaelis' Weblog" in Radio UserLand.

Click to see the XML version of this web page.

Click here to send an email to the editor of this weblog.

Subscribe To
Mark's Weblog

 
 

Wednesday, October 15, 2003

If you create a solution that compiles multiple projects to the same folder and the compile is larger than 64 KB you are bound to encounter and error such as "Could Not Copy Temporary Files to the Output Directory."  To avoid this try the following steps:

  1. Set the Copy Local property of the project to True
  2. Leave the output to the VS.NET default location, ..bindebug for example.
  3. Setup references to point to the common output location, ..bin  for example.  Obviously this requires at least one compile.
  4. Add a post build step to copy the DLLs to the common location:
         copy $(TargetDir)$(TargetName)*.* r:bin

(Thanks to John Pritt for this info.)


10:58:14 PM   []    comment []

IBM recently released new drivers for the built-in wireless cards of R40, R50, T40/p, T41, and X31 laptops.  I have had all sorts of trouble with these including having my network "freeze".  After one night of testing it appears the new drivers seems have corrected the problem.
9:05:14 AM   []    comment []

© Copyright 2004 Mark Michaelis.



 


October 2003
Sun Mon Tue Wed Thu Fri Sat
      1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31  
Sep   Nov


Recent Posts