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

C#

 
QuestionFile.Move() method Pin
Orcun Iyigun1-Mar-11 9:30
Orcun Iyigun1-Mar-11 9:30 
AnswerRe: File.Move() method Pin
Dave Kreskowiak1-Mar-11 9:39
mveDave Kreskowiak1-Mar-11 9:39 
GeneralRe: File.Move() method Pin
Orcun Iyigun1-Mar-11 10:05
Orcun Iyigun1-Mar-11 10:05 
QuestionAccess asymbly version Pin
jashimu1-Mar-11 3:02
jashimu1-Mar-11 3:02 
AnswerRe: Access asymbly version Pin
musefan1-Mar-11 3:15
musefan1-Mar-11 3:15 
GeneralRe: Access asymbly version Pin
jashimu1-Mar-11 3:22
jashimu1-Mar-11 3:22 
AnswerRe: Access asymbly version Pin
musefan1-Mar-11 3:26
musefan1-Mar-11 3:26 
AnswerRe: Access asymbly version Pin
Henry Minute1-Mar-11 3:16
Henry Minute1-Mar-11 3:16 
You can get the version for the application with Application.ProductVersion[^].

For an individual assembly you can use something like
C#
Assembly.GetExecutingAssembly().GetName().Version

which may, or may not give the same result as the first suggestion.
Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”
I wouldn't let CG touch my Abacus!
When you're wrestling a gorilla, you don't stop when you're tired, you stop when the gorilla is.

GeneralRe: Access asymbly version Pin
musefan1-Mar-11 3:22
musefan1-Mar-11 3:22 
GeneralRe: Access asymbly version Pin
Henry Minute1-Mar-11 3:24
Henry Minute1-Mar-11 3:24 
GeneralRe: Access asymbly version Pin
musefan1-Mar-11 3:29
musefan1-Mar-11 3:29 
AnswerRe: Access asymbly version Pin
Richard MacCutchan1-Mar-11 3:21
mveRichard MacCutchan1-Mar-11 3:21 
QuestionCreating xml file using SAX parser Pin
NarVish1-Mar-11 2:18
NarVish1-Mar-11 2:18 
AnswerRe: Creating xml file using SAX parser Pin
Keith Barrow1-Mar-11 2:32
professionalKeith Barrow1-Mar-11 2:32 
QuestionCreate Update for Install Package Pin
Enobong Adahada1-Mar-11 0:34
Enobong Adahada1-Mar-11 0:34 
Questioncd/dvd read write access type properties Pin
Aisha sharma28-Feb-11 23:53
Aisha sharma28-Feb-11 23:53 
QuestionRe: cd/dvd read write access type properties Pin
musefan1-Mar-11 0:13
musefan1-Mar-11 0:13 
AnswerRe: cd/dvd read write access type properties Pin
Aisha sharma1-Mar-11 1:38
Aisha sharma1-Mar-11 1:38 
QuestionApplication freeze Pin
Helfdane28-Feb-11 22:18
Helfdane28-Feb-11 22:18 
AnswerRe: Application freeze Pin
Luc Pattyn28-Feb-11 23:35
sitebuilderLuc Pattyn28-Feb-11 23:35 
GeneralRe: Application freeze Pin
Helfdane28-Feb-11 23:45
Helfdane28-Feb-11 23:45 
AnswerRe: Application freeze Pin
Luc Pattyn1-Mar-11 0:17
sitebuilderLuc Pattyn1-Mar-11 0:17 
GeneralRe: Application freeze Pin
Helfdane1-Mar-11 3:35
Helfdane1-Mar-11 3:35 
GeneralRe: Application freeze Pin
Eddy Vluggen1-Mar-11 0:19
professionalEddy Vluggen1-Mar-11 0:19 
QuestionHow to display Message to the user if he dont have the respective application in his desktop to open the downloaded file.. Pin
Rocky2328-Feb-11 19:47
Rocky2328-Feb-11 19:47 

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.