Click here to Skip to main content
15,918,243 members
Home / Discussions / C#
   

C#

 
AnswerRe: Need to get readable address from latitude and longitude in windows form application using c# Pin
Bernhard Hiller5-Jun-14 20:58
Bernhard Hiller5-Jun-14 20:58 
GeneralRe: Need to get readable address from latitude and longitude in windows form application using c# Pin
Godwinsmith5-Jun-14 23:23
professionalGodwinsmith5-Jun-14 23:23 
QuestionClear ListBox from different class Pin
doby485-Jun-14 13:50
doby485-Jun-14 13:50 
AnswerRe: Clear ListBox from different class Pin
Wes Aday5-Jun-14 14:38
professionalWes Aday5-Jun-14 14:38 
GeneralRe: Clear ListBox from different class Pin
doby485-Jun-14 15:15
doby485-Jun-14 15:15 
GeneralRe: Clear ListBox from different class Pin
doby485-Jun-14 15:46
doby485-Jun-14 15:46 
Questionchat application Pin
Member 107629805-Jun-14 11:15
Member 107629805-Jun-14 11:15 
AnswerRe: chat application Pin
Mycroft Holmes5-Jun-14 12:51
professionalMycroft Holmes5-Jun-14 12:51 
GeneralRe: chat application Pin
Member 107629805-Jun-14 20:08
Member 107629805-Jun-14 20:08 
GeneralRe: chat application Pin
Mycroft Holmes5-Jun-14 22:31
professionalMycroft Holmes5-Jun-14 22:31 
GeneralRe: chat application Pin
Member 107629806-Jun-14 9:48
Member 107629806-Jun-14 9:48 
AnswerRe: chat application Pin
ZurdoDev5-Jun-14 16:20
professionalZurdoDev5-Jun-14 16:20 
GeneralRe: chat application Pin
Mycroft Holmes5-Jun-14 22:29
professionalMycroft Holmes5-Jun-14 22:29 
GeneralRe: chat application Pin
ZurdoDev6-Jun-14 1:24
professionalZurdoDev6-Jun-14 1:24 
AnswerRe: chat application Pin
Marco Bertschi6-Jun-14 9:21
protectorMarco Bertschi6-Jun-14 9:21 
GeneralRe: chat application Pin
Member 107629806-Jun-14 9:42
Member 107629806-Jun-14 9:42 
QuestionI can not convert WriteAllBytes to something can be used Progress Bar?? Pin
Hades104-Jun-14 1:27
Hades104-Jun-14 1:27 
AnswerRe: I can not convert WriteAllBytes to something can be used Progress Bar?? Pin
Richard MacCutchan4-Jun-14 2:48
mveRichard MacCutchan4-Jun-14 2:48 
GeneralRe: I can not convert WriteAllBytes to something can be used Progress Bar?? Pin
Eddy Vluggen4-Jun-14 2:58
professionalEddy Vluggen4-Jun-14 2:58 
GeneralRe: I can not convert WriteAllBytes to something can be used Progress Bar?? Pin
Hades104-Jun-14 4:15
Hades104-Jun-14 4:15 
SuggestionRe: I can not convert WriteAllBytes to something can be used Progress Bar?? Pin
GuyThiebaut4-Jun-14 6:21
professionalGuyThiebaut4-Jun-14 6:21 
QuestionProblem with Deleting rows in MSI database - with particular value reference alone Pin
Mohan Subramani3-Jun-14 23:19
Mohan Subramani3-Jun-14 23:19 
AnswerRe: Problem with Deleting rows in MSI database - with particular value reference alone Pin
Mohan Subramani4-Jun-14 3:09
Mohan Subramani4-Jun-14 3:09 
GeneralILMerge is not working Pin
Ashfaque Hussain3-Jun-14 20:07
Ashfaque Hussain3-Jun-14 20:07 
SuggestionRe: ILMerge is not working Pin
Richard MacCutchan3-Jun-14 21:56
mveRichard MacCutchan3-Jun-14 21:56 
It looks like it is mis-reading the "C:\Program Files" path as two separate paths, even though you have it in double quotes. You could try using a relative path to that directory to avoid the two-word path name, something like:
ilmerge /target:exe /out:myoutput.exe Utility.exe FeCom.dll /ndebug /xmldocs /targetplatform:v4 ,..\..\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0

Note: I'm not sure about that comma in front of the last path.

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.