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

.NET (Core and Framework)

 
AnswerRe: I have created a windows forms control in which Pin
Christian Graus18-Jan-07 10:25
protectorChristian Graus18-Jan-07 10:25 
GeneralRe: I have created a windows forms control in which Pin
indian14318-Jan-07 17:54
indian14318-Jan-07 17:54 
QuestionSOAP Request for Apache server??? Pin
Nithin Krishna17-Jan-07 23:51
Nithin Krishna17-Jan-07 23:51 
QuestionHow can i find all the ip addreses in LAN ? Pin
Banks K17-Jan-07 23:35
Banks K17-Jan-07 23:35 
AnswerRe: How can i find all the ip addreses in LAN ? Pin
Dave Kreskowiak18-Jan-07 4:49
mveDave Kreskowiak18-Jan-07 4:49 
QuestionERROR: InvalidProgramException Pin
Aaron VanWieren17-Jan-07 14:03
Aaron VanWieren17-Jan-07 14:03 
AnswerRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 2:39
ednrgc18-Jan-07 2:39 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 3:09
Aaron VanWieren18-Jan-07 3:09 
Yes I can, I created a quick one class program that throws the error:
class Program
   {
       static void Main(string[] args)
       {
           decimal testDec = TestErr();
           Console.WriteLine(testDec);
           Console.Read();
       }

       public static decimal TestErr()
       {
           decimal one = 1.555M;
           decimal two = 5.8888M;

           if (one => two)
           {
               one += two;
           }
           else
           {
             one -= two;
           }
           return one;
       }
   }


Also, it might help to note that I am currently using .Net 3.0 instead of 2.0. I could not replicate the results on my home dev machine running 2.0. I need to find some one else with 3.0 framework to see if this is where the issue lies or is it unique to my machine.
Thanks
AAron

Our developers never release code. Rather, it tends to escape, pillaging the countryside all around.

The Enlightenment Project (paraphrased comment)

GeneralRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 3:19
ednrgc18-Jan-07 3:19 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 3:35
Aaron VanWieren18-Jan-07 3:35 
GeneralRe: ERROR: InvalidProgramException Pin
ednrgc18-Jan-07 3:38
ednrgc18-Jan-07 3:38 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 3:42
Aaron VanWieren18-Jan-07 3:42 
GeneralRe: ERROR: InvalidProgramException Pin
Dave Kreskowiak18-Jan-07 4:47
mveDave Kreskowiak18-Jan-07 4:47 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 4:58
Aaron VanWieren18-Jan-07 4:58 
GeneralRe: ERROR: InvalidProgramException Pin
Dave Kreskowiak18-Jan-07 4:39
mveDave Kreskowiak18-Jan-07 4:39 
GeneralRe: ERROR: InvalidProgramException Pin
Aaron VanWieren18-Jan-07 4:56
Aaron VanWieren18-Jan-07 4:56 
QuestionBindingSource with Combo - how to clear the combo intiailly Pin
Umair Ahmad17-Jan-07 2:50
Umair Ahmad17-Jan-07 2:50 
QuestionMMC Debuging Problem. Pin
PSK_16-Jan-07 22:57
PSK_16-Jan-07 22:57 
QuestionWrinting VB code in a Window Service Pin
tonymathewt16-Jan-07 20:28
professionaltonymathewt16-Jan-07 20:28 
AnswerRe: Wrinting VB code in a Window Service Pin
Guffa17-Jan-07 20:20
Guffa17-Jan-07 20:20 
QuestionRe: Wrinting VB code in a Window Service [modified] Pin
tonymathewt17-Jan-07 22:52
professionaltonymathewt17-Jan-07 22:52 
AnswerRe: Wrinting VB code in a Window Service Pin
Dave Kreskowiak18-Jan-07 4:32
mveDave Kreskowiak18-Jan-07 4:32 
GeneralRe: Wrinting VB code in a Window Service Pin
tonymathewt18-Jan-07 15:56
professionaltonymathewt18-Jan-07 15:56 
GeneralRe: Wrinting VB code in a Window Service Pin
Dave Kreskowiak18-Jan-07 17:22
mveDave Kreskowiak18-Jan-07 17:22 
GeneralRe: Wrinting VB code in a Window Service Pin
tonymathewt19-Jan-07 0:25
professionaltonymathewt19-Jan-07 0:25 

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.