Click here to Skip to main content
15,921,179 members
Home / Discussions / C#
   

C#

 
GeneralRe: Get position order from coordenates Pin
Diego F.4-Apr-07 6:11
Diego F.4-Apr-07 6:11 
Questionhow to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 5:55
pashitech4-Apr-07 5:55 
AnswerRe: how to work with ClickOnce for automatic updation Pin
rvlemmings4-Apr-07 6:32
rvlemmings4-Apr-07 6:32 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech4-Apr-07 21:19
pashitech4-Apr-07 21:19 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v4-Apr-07 21:29
roel_v4-Apr-07 21:29 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:16
roel_v5-Apr-07 0:16 
GeneralRe: how to work with ClickOnce for automatic updation Pin
pashitech5-Apr-07 2:15
pashitech5-Apr-07 2:15 
GeneralRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 2:23
roel_v5-Apr-07 2:23 
The ApplicationDeployment class does not have a constructor, so you can't create an instance of it. The only way to get an instance is to use the static CurrentDeployment property.

No offense, but I do suggest you start looking at the documentation rather than asking basic questions like this on the forum. The forum really is meant to get answers to things you can't readily figure out from the documentation.

The entire .NET framework documentation is available online. See for example:

http://msdn2.microsoft.com/en-us/library/system.deployment.application.applicationdeployment.currentdeployment.aspx[^]

Best regards,

Roel
AnswerRe: how to work with ClickOnce for automatic updation Pin
roel_v5-Apr-07 0:34
roel_v5-Apr-07 0:34 
QuestionRetrieving columns from joined tables in sql Pin
dboy2214-Apr-07 5:52
dboy2214-Apr-07 5:52 
AnswerRe: Retrieving columns from joined tables in sql Pin
Russell Jones4-Apr-07 5:58
Russell Jones4-Apr-07 5:58 
GeneralRe: Retrieving columns from joined tables in sql Pin
dboy2214-Apr-07 6:19
dboy2214-Apr-07 6:19 
QuestionProblems getting the MDI parent Pin
sinosoidal4-Apr-07 5:50
sinosoidal4-Apr-07 5:50 
AnswerRe: Problems getting the MDI parent Pin
netJP12L4-Apr-07 9:44
netJP12L4-Apr-07 9:44 
QuestionHelp regarding open source c# project Pin
monkeyx4-Apr-07 5:38
monkeyx4-Apr-07 5:38 
AnswerRe: Help regarding open source c# project Pin
Douglas Troy4-Apr-07 6:07
Douglas Troy4-Apr-07 6:07 
QuestionPass By Ref Pin
swjam4-Apr-07 5:14
swjam4-Apr-07 5:14 
AnswerRe: Pass By Ref Pin
Russell Jones4-Apr-07 6:04
Russell Jones4-Apr-07 6:04 
AnswerRe: Pass By Ref Pin
Vikram A Punathambekar4-Apr-07 17:39
Vikram A Punathambekar4-Apr-07 17:39 
QuestionMemory leak Pin
HexaDeveloper4-Apr-07 5:11
HexaDeveloper4-Apr-07 5:11 
AnswerRe: Memory leak Pin
Russell Jones4-Apr-07 6:06
Russell Jones4-Apr-07 6:06 
GeneralRe: Memory leak Pin
HexaDeveloper4-Apr-07 7:44
HexaDeveloper4-Apr-07 7:44 
GeneralRe: Memory leak Pin
Luc Pattyn4-Apr-07 11:06
sitebuilderLuc Pattyn4-Apr-07 11:06 
GeneralRe: Memory leak Pin
HexaDeveloper8-Apr-07 5:49
HexaDeveloper8-Apr-07 5:49 
GeneralRe: Memory leak Pin
Luc Pattyn8-Apr-07 6:37
sitebuilderLuc Pattyn8-Apr-07 6:37 

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.