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

C#

 
GeneralRe: DataContract/WCF/GZip from .gz file to memory stream to object without creating a new file ? Pin
Wendelius20-Sep-15 0:51
mentorWendelius20-Sep-15 0:51 
GeneralRe: DataContract/WCF/GZip from .gz file to memory stream to object without creating a new file ? Pin
BillWoodruff20-Sep-15 2:47
professionalBillWoodruff20-Sep-15 2:47 
AnswerRe: DataContract/WCF/GZip from .gz file to memory stream to object without creating a new file ? Pin
Wendelius20-Sep-15 7:16
mentorWendelius20-Sep-15 7:16 
AnswerRe: Problem Solved: DataContract/WCF/GZip from .gz file to memory stream to object without creating a new file ? Pin
Richard Deeming21-Sep-15 2:06
mveRichard Deeming21-Sep-15 2:06 
Questionhow to change font size in a richtextbox without selecting the text Pin
Member 1100213719-Sep-15 8:54
Member 1100213719-Sep-15 8:54 
QuestionRe: how to change font size in a richtextbox without selecting the text Pin
Eddy Vluggen19-Sep-15 9:10
professionalEddy Vluggen19-Sep-15 9:10 
AnswerRe: how to change font size in a richtextbox without selecting the text Pin
Member 1100213719-Sep-15 9:15
Member 1100213719-Sep-15 9:15 
GeneralRe: how to change font size in a richtextbox without selecting the text Pin
Eddy Vluggen19-Sep-15 9:20
professionalEddy Vluggen19-Sep-15 9:20 
AnswerRe: how to change font size in a richtextbox without selecting the text Pin
BillWoodruff19-Sep-15 13:48
professionalBillWoodruff19-Sep-15 13:48 
QuestionRE-GET and SET PROPERTY Pin
Member 1116162518-Sep-15 19:32
Member 1116162518-Sep-15 19:32 
AnswerRe: RE-GET and SET PROPERTY Pin
Wendelius18-Sep-15 19:41
mentorWendelius18-Sep-15 19:41 
AnswerRe: RE-GET and SET PROPERTY Pin
Eddy Vluggen18-Sep-15 21:03
professionalEddy Vluggen18-Sep-15 21:03 
AnswerRe: RE-GET and SET PROPERTY Pin
OriginalGriff18-Sep-15 21:34
mveOriginalGriff18-Sep-15 21:34 
AnswerRe: RE-GET and SET PROPERTY Pin
Gilbert Consellado19-Sep-15 6:17
professionalGilbert Consellado19-Sep-15 6:17 
Question[SOLVED]: Not Getting Proper Output From Compiled EXE File Pin
Bastar Media18-Sep-15 1:18
Bastar Media18-Sep-15 1:18 
AnswerRe: Not Getting Proper Output From Compiled EXE File Pin
Pete O'Hanlon18-Sep-15 1:42
mvePete O'Hanlon18-Sep-15 1:42 
AnswerRe: Not Getting Proper Output From Compiled EXE File Pin
GuyThiebaut18-Sep-15 1:52
professionalGuyThiebaut18-Sep-15 1:52 
GeneralRe: Not Getting Proper Output From Compiled EXE File Pin
Bastar Media18-Sep-15 1:59
Bastar Media18-Sep-15 1:59 
AnswerCODE: Not Getting Proper Output From Compiled EXE File Pin
Bastar Media18-Sep-15 2:10
Bastar Media18-Sep-15 2:10 
GeneralRe: CODE: Not Getting Proper Output From Compiled EXE File Pin
Richard MacCutchan18-Sep-15 2:25
mveRichard MacCutchan18-Sep-15 2:25 
AnswerRe: Not Getting Proper Output From Compiled EXE File Pin
OriginalGriff18-Sep-15 2:25
mveOriginalGriff18-Sep-15 2:25 
GeneralRe: Not Getting Proper Output From Compiled EXE File Pin
Bastar Media18-Sep-15 2:37
Bastar Media18-Sep-15 2:37 
GeneralRe: Not Getting Proper Output From Compiled EXE File Pin
OriginalGriff18-Sep-15 4:14
mveOriginalGriff18-Sep-15 4:14 
GeneralRe: Not Getting Proper Output From Compiled EXE File Pin
Gonzoox18-Sep-15 9:29
Gonzoox18-Sep-15 9:29 
I'd recommend that you debug it line by line and check if everything is happening as expected, is line 1 getting the values? how about line 2? 3? and so on. is every object instanced correctly? must of the times something really small is what is causing the problem.

When you execute the code inside visual studio, the application runs from the debug/release folder, are you executing it from the same location? or you copied the exe to a different folder? could it be is the paths you're using to read and write are not returning a valid path?
I want to die like my grandfather- asleep, not like the passengers in his car, screaming!

GeneralRe: Not Getting Proper Output From Compiled EXE File Pin
Matt T Heffron18-Sep-15 11:10
professionalMatt T Heffron18-Sep-15 11:10 

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.