Click here to Skip to main content
15,891,951 members
Home / Discussions / C#
   

C#

 
AnswerRe: copying files fast from 1 drive to other Pin
Guffa26-Nov-08 1:14
Guffa26-Nov-08 1:14 
GeneralRe: copying files fast from 1 drive to other Pin
sumit703426-Nov-08 1:21
sumit703426-Nov-08 1:21 
AnswerRe: copying files fast from 1 drive to other Pin
Simon P Stevens26-Nov-08 1:16
Simon P Stevens26-Nov-08 1:16 
AnswerRe: copying files fast from 1 drive to other Pin
Shyam Bharath26-Nov-08 1:33
Shyam Bharath26-Nov-08 1:33 
Questionshowing a linklabel in a messagebox? Pin
lane0p226-Nov-08 0:53
lane0p226-Nov-08 0:53 
AnswerRe: showing a linklabel in a messagebox? Pin
Pedram Behroozi26-Nov-08 1:08
Pedram Behroozi26-Nov-08 1:08 
QuestionCode to find the csc.exe Pin
tonyjsebastian126-Nov-08 0:53
tonyjsebastian126-Nov-08 0:53 
AnswerRe: Code to find the csc.exe Pin
Shyam Bharath26-Nov-08 1:02
Shyam Bharath26-Nov-08 1:02 
tonyjsebastian1 wrote:
catch (Exception)
{ }


And how do you expect the code to work? D'Oh! | :doh:

I guess some directory Permission exception is thrown. Certain directories in Windows drive are forbidden even for Admin.

Use recursion instead of
<br />
Directory.GetFiles(drivelist[i] + d.Name, "csc.exe",SearchOption.AllDirectories);<br />


Wait I answered this question in your previous thread. Did you even care to try that way!

-------------------------------------------
It's code that drives you - Shyam

AnswerRe: Code to find the csc.exe Pin
Pedram Behroozi26-Nov-08 1:02
Pedram Behroozi26-Nov-08 1:02 
AnswerRe: Code to find the csc.exe Pin
Mirko198026-Nov-08 2:15
Mirko198026-Nov-08 2:15 
GeneralRe: Code to find the csc.exe ======&gt; U r correct Mikro1980 Pin
tonyjsebastian126-Nov-08 17:54
tonyjsebastian126-Nov-08 17:54 
QuestionHow to find the path of the file csc.exe Pin
tonyjsebastian126-Nov-08 0:34
tonyjsebastian126-Nov-08 0:34 
AnswerRe: How to find the path of the file csc.exe Pin
Shyam Bharath26-Nov-08 0:44
Shyam Bharath26-Nov-08 0:44 
AnswerRe: How to find the path of the file csc.exe Pin
PIEBALDconsult26-Nov-08 3:34
mvePIEBALDconsult26-Nov-08 3:34 
Questionapplication on system tray Pin
balu1234526-Nov-08 0:31
balu1234526-Nov-08 0:31 
AnswerRe: application on system tray Pin
Pedram Behroozi26-Nov-08 0:37
Pedram Behroozi26-Nov-08 0:37 
QuestionPuzzled with Finalizers Pin
HosamAly26-Nov-08 0:20
HosamAly26-Nov-08 0:20 
AnswerRe: Puzzled with Finalizers Pin
Guffa26-Nov-08 1:25
Guffa26-Nov-08 1:25 
QuestionRe: Puzzled with Finalizers Pin
HosamAly26-Nov-08 2:19
HosamAly26-Nov-08 2:19 
AnswerRe: Puzzled with Finalizers Pin
Simon P Stevens26-Nov-08 3:00
Simon P Stevens26-Nov-08 3:00 
QuestionRe: Puzzled with Finalizers Pin
HosamAly26-Nov-08 3:21
HosamAly26-Nov-08 3:21 
GeneralRe: Puzzled with Finalizers Pin
Thomas Weller26-Nov-08 3:46
Thomas Weller26-Nov-08 3:46 
QuestionRemoting in .net Pin
krinaljariwala25-Nov-08 23:52
krinaljariwala25-Nov-08 23:52 
AnswerRe: Remoting in .net Pin
Thomas Weller26-Nov-08 0:16
Thomas Weller26-Nov-08 0:16 
GeneralRe: Remoting in .net Pin
Shyam Bharath26-Nov-08 0:28
Shyam Bharath26-Nov-08 0:28 

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.