Click here to Skip to main content
15,891,657 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Funny with Decimal Type Pin
Brady Kelly25-May-08 23:48
Brady Kelly25-May-08 23:48 
GeneralRe: Funny with Decimal Type Pin
supercat927-May-08 14:53
supercat927-May-08 14:53 
GeneralRe: Funny with Decimal Type Pin
Brady Kelly27-May-08 23:38
Brady Kelly27-May-08 23:38 
Question.Net Script Hosting suggestions? Pin
elibriscoe23-May-08 6:08
elibriscoe23-May-08 6:08 
AnswerRe: .Net Script Hosting suggestions? Pin
Ernest Laurentin25-May-08 16:16
Ernest Laurentin25-May-08 16:16 
AnswerRe: .Net Script Hosting suggestions? Pin
Derek Viljoen27-May-08 18:09
Derek Viljoen27-May-08 18:09 
QuestionPC Charge Payment system error. Pin
SwastikInfosystems23-May-08 3:04
SwastikInfosystems23-May-08 3:04 
QuestionBackgroundWorker on different OS Pin
antariksh22-May-08 22:03
antariksh22-May-08 22:03 
Hello All,
I had written a piece of code for working with the BackgroundWorker.Following is the code for the same:

BackgroundWorker ^ defReportWorker = gcnew BackgroundWorker();
defReportWorker->WorkerReportsProgress = true;
defReportWorker->WorkerSupportsCancellation = true;
defReportWorker->DoWork += gcnew DoWorkEventHandler(this, &Form1::GenerateDefaultReport);
defReportWorker->ProgressChanged += gcnew ProgressChangedEventHandler(this, &Form1::updateProgress);
defReportWorker->RunWorkerCompleted += gcnew RunWorkerCompletedEventHandler(this, &Form1::DefEndWorker);

GenerateDefaultReport is the function which i need to execute
DefEndWorker is the function which will be called upon completion of the GenerateDefaultReport function.

The client was a german client and we were developing the code on the german OS machines in our company. The problem we faced in this code was that the function "GenerateDefaultReport" was not called when the code compiled on the German OS machine was executed on the English OS machine. but the code compiled on the English OS machine was executing properly and the said function was called on the German OS machine.

German compiled - german execution - running
German compiled - English execution - not running
English compiled - English execution - running
English compiled - german execution - running.

Can any one please help in this?
AnswerCross Post Pin
led mike23-May-08 4:50
led mike23-May-08 4:50 
GeneralRe: Pin
antariksh26-May-08 1:51
antariksh26-May-08 1:51 
GeneralRe: Re: Pin
led mike27-May-08 4:53
led mike27-May-08 4:53 
QuestionRe: Re: Pin
antariksh29-May-08 21:22
antariksh29-May-08 21:22 
AnswerRe: Re: Pin
led mike30-May-08 4:57
led mike30-May-08 4:57 
QuestionRe: Re: Pin
antariksh2-Jun-08 21:52
antariksh2-Jun-08 21:52 
QuestionVersioning Tolerant (De)serialization Pin
Mike.NET22-May-08 17:14
Mike.NET22-May-08 17:14 
AnswerRe: Versioning Tolerant (De)serialization Pin
CodingYoshi25-May-08 9:03
CodingYoshi25-May-08 9:03 
GeneralErrant Date Formatting Pin
Brady Kelly22-May-08 7:03
Brady Kelly22-May-08 7:03 
GeneralRe: Errant Date Formatting Pin
Christian Graus22-May-08 17:29
protectorChristian Graus22-May-08 17:29 
GeneralRe: Errant Date Formatting Pin
Brady Kelly22-May-08 23:42
Brady Kelly22-May-08 23:42 
Questiondeploying .NET/ActiveX via cab Pin
campk22-May-08 6:11
campk22-May-08 6:11 
QuestionWhy can't .Net executable programs work on a system without .Net framework? Pin
Wajeeha21-May-08 22:07
Wajeeha21-May-08 22:07 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Colin Angus Mackay21-May-08 23:18
Colin Angus Mackay21-May-08 23:18 
GeneralRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Roger Alsing23-May-08 2:11
Roger Alsing23-May-08 2:11 
QuestionRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Vasudevan Deepak Kumar23-May-08 3:53
Vasudevan Deepak Kumar23-May-08 3:53 
AnswerRe: Why can't .Net executable programs work on a system without .Net framework? Pin
Roger Alsing23-May-08 4:28
Roger Alsing23-May-08 4:28 

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.