Click here to Skip to main content
15,900,906 members
Home / Discussions / C#
   

C#

 
AnswerRe: Add to Favourites Pin
Guffa14-Feb-06 2:02
Guffa14-Feb-06 2:02 
QuestionRe: Add to Favourites Pin
Brendan Vogt14-Feb-06 2:09
Brendan Vogt14-Feb-06 2:09 
AnswerRe: Add to Favourites Pin
Guffa14-Feb-06 19:11
Guffa14-Feb-06 19:11 
GeneralRe: Add to Favourites Pin
Brendan Vogt14-Feb-06 19:29
Brendan Vogt14-Feb-06 19:29 
AnswerRe: Add to Favourites Pin
Guffa15-Feb-06 10:37
Guffa15-Feb-06 10:37 
Questionbuild Setup error Pin
Kyaw Soe Khaing14-Feb-06 0:28
Kyaw Soe Khaing14-Feb-06 0:28 
QuestionCreating a Toolbar like Visual Studio 2005 one Pin
Sasuko13-Feb-06 23:41
Sasuko13-Feb-06 23:41 
Questiondynamic path Pin
Ankit Aneja13-Feb-06 23:20
Ankit Aneja13-Feb-06 23:20 
My service is running fine
when i give full path like this
"E:\c# windows\clamservice\bin\Release\database"

but when i tried for dynamic

"/database"

it compiles well but when i go to Computer Management ->Services and start
it ,it gives

"The clamservice on local computer started and then stopped.Some services
stop automatically
if they have no work to do,for example performance logs and alerts service"

I also tried
pathdb=Environment.CurrentDirectory.ToString();

pathdb=pathdb+@"\database";
but still same problem
but works fine when using windows form application



Ankit Aneja
"Nothing is impossible. The word itself says - I M possible"

AnswerRe: dynamic path Pin
leppie13-Feb-06 23:42
leppie13-Feb-06 23:42 
GeneralRe: dynamic path Pin
Ankit Aneja13-Feb-06 23:55
Ankit Aneja13-Feb-06 23:55 
GeneralRe: dynamic path Pin
leppie14-Feb-06 0:36
leppie14-Feb-06 0:36 
GeneralRe: dynamic path Pin
Ankit Aneja14-Feb-06 0:44
Ankit Aneja14-Feb-06 0:44 
QuestionHow To Add A Flash File To My Project Pin
Balavardhan13-Feb-06 22:52
Balavardhan13-Feb-06 22:52 
AnswerRe: How To Add A Flash File To My Project Pin
benjymous13-Feb-06 23:37
benjymous13-Feb-06 23:37 
AnswerRe: How To Add A Flash File To My Project Pin
hdv21214-Feb-06 1:04
hdv21214-Feb-06 1:04 
QuestionVIDEO "ANALYZE" Pin
atntias13-Feb-06 22:30
atntias13-Feb-06 22:30 
QuestionsqlDataReader help Pin
deep713-Feb-06 22:21
deep713-Feb-06 22:21 
AnswerRe: sqlDataReader help Pin
Colin Angus Mackay13-Feb-06 22:44
Colin Angus Mackay13-Feb-06 22:44 
QuestionHelp file 2.0 Pin
peppepinna13-Feb-06 21:33
peppepinna13-Feb-06 21:33 
Questionhow to convert exe file to code with System.Reflection ? Pin
hdv21213-Feb-06 21:30
hdv21213-Feb-06 21:30 
AnswerRe: how to convert exe file to code with System.Reflection ? Pin
leppie13-Feb-06 23:48
leppie13-Feb-06 23:48 
QuestionError : SqlParamet Accepts onlu non null parameter types Pin
Balavardhan13-Feb-06 20:36
Balavardhan13-Feb-06 20:36 
AnswerRe: Error : SqlParamet Accepts onlu non null parameter types Pin
Colin Angus Mackay13-Feb-06 20:47
Colin Angus Mackay13-Feb-06 20:47 
Questionhow to format datagrid data in to decimal numbers Pin
Mamphekgo13-Feb-06 19:54
Mamphekgo13-Feb-06 19:54 
AnswerRe: how to format datagrid data in to decimal numbers Pin
VMSSanthosh13-Feb-06 22:19
VMSSanthosh13-Feb-06 22:19 

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.