Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
AnswerRe: WCF REST Service : Using Bing Map Pin
Richard MacCutchan8-Dec-12 22:40
mveRichard MacCutchan8-Dec-12 22:40 
GeneralRe: WCF REST Service : Using Bing Map Pin
Vijay Kanda9-Dec-12 10:33
Vijay Kanda9-Dec-12 10:33 
GeneralRe: WCF REST Service : Using Bing Map Pin
Richard MacCutchan9-Dec-12 21:30
mveRichard MacCutchan9-Dec-12 21:30 
QuestionUsing Bing map or google geocoder Pin
Vijay Kanda8-Dec-12 14:08
Vijay Kanda8-Dec-12 14:08 
AnswerRe: Using Bing map or google geocoder Pin
Simon_Whale8-Dec-12 23:43
Simon_Whale8-Dec-12 23:43 
GeneralRe: Using Bing map or google geocoder Pin
Vijay Kanda9-Dec-12 10:30
Vijay Kanda9-Dec-12 10:30 
AnswerRe: Using Bing map or google geocoder Pin
Simon_Whale9-Dec-12 12:07
Simon_Whale9-Dec-12 12:07 
QuestionSomewhat embarrassed: how do I get the dotnet framework? Pin
Septimus Hedgehog8-Dec-12 0:11
Septimus Hedgehog8-Dec-12 0:11 
Guys,

Create a console application. Select the project name in the solution explorer and Alt-Enter or right-click the properties and select the Application tab. Change the Target Framework to say 3.5 or something else other than 2.0. Paste this line into the Main method:

Console.WriteLine("Version=" + Assembly.GetExecutingAssembly().ImageRuntimeVersion);

and run it. I was sort of expecting to see it display the target framework I selected. Instead it displays v.2.0.50727 even though my target framework was set to 3.5. Obviously, I've misunderstood that line of code. Does anyone know what I can do to get the target version I selected? I don't want to do anything as a result of getting it so I just want to display it.Blush | :O
"I do not have to forgive my enemies, I have had them all shot." — Ramón Maria Narváez (1800-68).
"I don't need to shoot my enemies, I don't have any." - Me (2012).

AnswerRe: Somewhat embarrassed: how do I get the dotnet framework? Pin
OriginalGriff8-Dec-12 1:54
mveOriginalGriff8-Dec-12 1:54 
GeneralRe: Somewhat embarrassed: how do I get the dotnet framework? Pin
Septimus Hedgehog8-Dec-12 9:31
Septimus Hedgehog8-Dec-12 9:31 
AnswerRe: Somewhat embarrassed: how do I get the dotnet framework? Pin
Eddy Vluggen8-Dec-12 2:44
professionalEddy Vluggen8-Dec-12 2:44 
GeneralRe: Somewhat embarrassed: how do I get the dotnet framework? Pin
Septimus Hedgehog8-Dec-12 9:33
Septimus Hedgehog8-Dec-12 9:33 
Questionneed help please Pin
Gondzer7-Dec-12 23:58
Gondzer7-Dec-12 23:58 
AnswerRe: need help please Pin
Mycroft Holmes8-Dec-12 1:02
professionalMycroft Holmes8-Dec-12 1:02 
GeneralRe: need help please Pin
Gondzer8-Dec-12 1:09
Gondzer8-Dec-12 1:09 
GeneralRe: need help please Pin
Mycroft Holmes8-Dec-12 1:41
professionalMycroft Holmes8-Dec-12 1:41 
AnswerRe: need help please Pin
vr9999999998-Dec-12 1:04
vr9999999998-Dec-12 1:04 
GeneralRe: need help please Pin
Gondzer8-Dec-12 1:17
Gondzer8-Dec-12 1:17 
AnswerRe: need help please Pin
OriginalGriff8-Dec-12 2:03
mveOriginalGriff8-Dec-12 2:03 
AnswerRe: need help please Pin
Jibesh9-Dec-12 22:03
professionalJibesh9-Dec-12 22:03 
QuestionInsert Data to Master/Detail table in Sqlserver 2005 from C# with Foreign key in Detail table Pin
ahmed_one7-Dec-12 20:31
ahmed_one7-Dec-12 20:31 
AnswerRe: Insert Data to Master/Detail table in Sqlserver 2005 from C# with Foreign key in Detail table Pin
Eddy Vluggen8-Dec-12 2:49
professionalEddy Vluggen8-Dec-12 2:49 
GeneralRe: Insert Data to Master/Detail table in Sqlserver 2005 from C# with Foreign key in Detail table Pin
ahmed_one8-Dec-12 22:55
ahmed_one8-Dec-12 22:55 
GeneralRe: Insert Data to Master/Detail table in Sqlserver 2005 from C# with Foreign key in Detail table Pin
Eddy Vluggen8-Dec-12 23:59
professionalEddy Vluggen8-Dec-12 23:59 
QuestionContinuous listening of COM port for detecting MODEM?? Pin
shubhamjoshi7-Dec-12 19:59
shubhamjoshi7-Dec-12 19: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.