Click here to Skip to main content
15,914,111 members
Home / Discussions / C#
   

C#

 
AnswerRe: Check if drive exists Pin
Alan N11-May-09 0:18
Alan N11-May-09 0:18 
AnswerRe: Check if drive exists Pin
stancrm11-May-09 1:21
stancrm11-May-09 1:21 
QuestionDraw Line Chart Pin
AlexDuta10-May-09 23:35
AlexDuta10-May-09 23:35 
AnswerRe: Draw Line Chart Pin
Simon P Stevens10-May-09 23:43
Simon P Stevens10-May-09 23:43 
GeneralRe: Draw Line Chart Pin
AlexDuta10-May-09 23:51
AlexDuta10-May-09 23:51 
GeneralRe: Draw Line Chart Pin
Simon P Stevens11-May-09 0:11
Simon P Stevens11-May-09 0:11 
Questionsetup project Pin
netDeveloper10-May-09 22:30
netDeveloper10-May-09 22:30 
AnswerRe: setup project Pin
Simon P Stevens10-May-09 23:50
Simon P Stevens10-May-09 23:50 
netDeveloper wrote:
how do I create a certificate in order to not expire after 1 year?


Check out the renewcert tool. It allows you to renew your cert when it expires. I think it also allows you to specify a longer expiry so you don't have to renew it every year.
http://may.be/renewcert/[^]

netDeveloper wrote:
My problem is how do I use update location considering the fact that i use sql ce database and I don't want changes to affect it.


I don't quite understand this question. You specify a location that the app will check updates for. if you make updates that require database changes to a local database you will have to provide that new database with the clickonce update. If you have a local database provided with the app and you need to update it and provide a migration of data from the old copy to the new copy it's probably a bit beyond the scope of click once installation, you should probably be looking at doing a proper client based installation project. Perhaps I've misunderstood your question.

Simon

GeneralRe: setup project Pin
netDeveloper11-May-09 0:45
netDeveloper11-May-09 0:45 
GeneralRe: setup project Pin
Simon P Stevens11-May-09 0:50
Simon P Stevens11-May-09 0:50 
GeneralRe: setup project Pin
netDeveloper11-May-09 0:52
netDeveloper11-May-09 0:52 
GeneralRe: setup project Pin
Simon P Stevens11-May-09 2:44
Simon P Stevens11-May-09 2:44 
Questionhow to enhance Dataset.merge() performance with larg number of records Pin
smr8510-May-09 22:03
smr8510-May-09 22:03 
AnswerRe: how to enhance Dataset.merge() performance with larg number of records Pin
Mycroft Holmes10-May-09 23:35
professionalMycroft Holmes10-May-09 23:35 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
smr8512-May-09 21:29
smr8512-May-09 21:29 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
Mycroft Holmes12-May-09 21:40
professionalMycroft Holmes12-May-09 21:40 
GeneralRe: how to enhance Dataset.merge() performance with larg number of records Pin
smr8513-May-09 1:03
smr8513-May-09 1:03 
QuestionHow to run desktop application via http ? Pin
hdv21210-May-09 21:56
hdv21210-May-09 21:56 
AnswerRe: How to run desktop application via http ? Pin
Pete O'Hanlon10-May-09 22:04
mvePete O'Hanlon10-May-09 22:04 
AnswerRe: How to run desktop application via http ? Pin
Eddy Vluggen10-May-09 22:13
professionalEddy Vluggen10-May-09 22:13 
GeneralRe: How to run desktop application via http ? Pin
hdv21210-May-09 22:19
hdv21210-May-09 22:19 
GeneralRe: How to run desktop application via http ? Pin
Eddy Vluggen10-May-09 22:58
professionalEddy Vluggen10-May-09 22:58 
AnswerRe: How to run desktop application via http ? Pin
N a v a n e e t h10-May-09 22:30
N a v a n e e t h10-May-09 22:30 
QuestionRunning application on a network mapped drive Pin
Matjaz-xyz10-May-09 21:35
Matjaz-xyz10-May-09 21:35 
AnswerRe: Running application on a network mapped drive Pin
N a v a n e e t h10-May-09 22:35
N a v a n e e t h10-May-09 22:35 

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.