| |
 |
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:
- Set the Copy Local property of the project to True
- Leave the output to the VS.NET default location, ..bindebug for example.
- Setup references to point to the common output location, ..bin for example. Obviously this requires at least one compile.
- 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
|
|
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
|
|
© Copyright 2004 Mark Michaelis.
|
|