Click here to Skip to main content
15,910,211 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data from form in DLL Pin
Colin Angus Mackay10-Nov-07 11:30
Colin Angus Mackay10-Nov-07 11:30 
QuestionHiding columns in a datagrid Pin
steve_rm10-Nov-07 7:35
steve_rm10-Nov-07 7:35 
AnswerRe: Hiding columns in a datagrid Pin
Adeel Chaudhry11-Nov-07 18:25
Adeel Chaudhry11-Nov-07 18:25 
AnswerRe: Hiding columns in a datagrid Pin
Adeel Chaudhry11-Nov-07 18:26
Adeel Chaudhry11-Nov-07 18:26 
QuestionRe: Hiding columns in a datagrid [modified] Pin
steve_rm12-Nov-07 3:23
steve_rm12-Nov-07 3:23 
QuestionDeleting a file from windows service in c# Pin
poqeqw10-Nov-07 4:33
poqeqw10-Nov-07 4:33 
AnswerRe: Deleting a file from windows service in c# Pin
Paul Conrad10-Nov-07 4:35
professionalPaul Conrad10-Nov-07 4:35 
AnswerRe: Deleting a file from windows service in c# Pin
Rajasekharan Vengalil10-Nov-07 6:20
Rajasekharan Vengalil10-Nov-07 6:20 
You might want to check the account under which the service is configured to run. Open "services.msc" and see the properties for your service on the "Log On" tab of the properties dialog. If it is "Local System account" and its a local file you're trying to delete (i.e. not a file on a network share) then you should certainly have permission. In that case it may be that the file has been locked by some other process.

If it is some other user account then verify that that account has the required permission for the file.


Questiondatatable sort Pin
Thaer Hamael10-Nov-07 3:05
Thaer Hamael10-Nov-07 3:05 
AnswerRe: datatable sort Pin
pmarfleet10-Nov-07 4:00
pmarfleet10-Nov-07 4:00 
AnswerRe: datatable sort Pin
Guffa10-Nov-07 4:03
Guffa10-Nov-07 4:03 
QuestionStoring references in a List [modified] Pin
rcollina10-Nov-07 2:12
rcollina10-Nov-07 2:12 
AnswerRe: Storing references in a List Pin
Colin Angus Mackay10-Nov-07 3:57
Colin Angus Mackay10-Nov-07 3:57 
GeneralRe: Storing references in a List Pin
rcollina10-Nov-07 4:34
rcollina10-Nov-07 4:34 
AnswerRe: DataSouce,DisplayMember & ValueMember properties of ComboBox Pin
pmarfleet10-Nov-07 2:11
pmarfleet10-Nov-07 2:11 
QuestionA Question - File Monitoring Pin
gunner_uk200010-Nov-07 0:57
gunner_uk200010-Nov-07 0:57 
AnswerRe: A Question - File Monitoring Pin
Colin Angus Mackay10-Nov-07 1:07
Colin Angus Mackay10-Nov-07 1:07 
QuestionPROBLEM IN SAVING Pin
Sunil Wise10-Nov-07 0:34
professionalSunil Wise10-Nov-07 0:34 
AnswerRe: PROBLEM IN SAVING Pin
Colin Angus Mackay10-Nov-07 0:49
Colin Angus Mackay10-Nov-07 0:49 
GeneralRe: PROBLEM IN SAVING Pin
Sunil Wise10-Nov-07 1:11
professionalSunil Wise10-Nov-07 1:11 
GeneralRe: PROBLEM IN SAVING Pin
Colin Angus Mackay10-Nov-07 1:20
Colin Angus Mackay10-Nov-07 1:20 
GeneralRe: PROBLEM IN SAVING Pin
Paul Conrad10-Nov-07 3:17
professionalPaul Conrad10-Nov-07 3:17 
Questionfilesystem Pin
Sunil Wise9-Nov-07 23:34
professionalSunil Wise9-Nov-07 23:34 
AnswerRe: filesystem Pin
Guffa9-Nov-07 23:54
Guffa9-Nov-07 23:54 
GeneralRe: filesystem Pin
Sunil Wise9-Nov-07 23:59
professionalSunil Wise9-Nov-07 23:59 

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.