Re: C# app works perfectly on XP but not on 2003 server
- From: Allen Anderson <allen@xxxxxxxxxxxxxxxxx>
- Date: Thu, 25 Aug 2005 09:44:53 -0600
there are any number of reasons why it might not work on another machine. Are you sure it's a problem with windows 2003 though? Have you tried it on other XP boxes to make sure?
when you say you put a debug code in, what exactly do you mean? a messagebox? a debug writeline out? Does the program work if you don't put any debug statements in at all?
-Allen
http://allenanderson.blogspot.com/
http://www.glacialcomponents.com
On Thu, 25 Aug 2005 06:35:04 -0700, OfurGørn <ofurgorn@xxxxxxxxxxxxx> wrote:
>Hi everybody - here is an easy one (hopefully)
>
>I have a funny error, that is driving me nuts !!! I have a application that
>I have written on a Windows XP SP2 machine, and tuned to near-perfection -
>then I copied the program to the target system, a Windows 2003 standard
>server, the program works fine for 5-10 minutes, and then comes up with an
>exception. The problem is, that whenever I put any debug code in the code
>that generates the exception, the exception does not come again, but another
>exception comes. I have so far received exceptions like:
> - System.IO.IOException: Transfer complete.
> - System.NullReferenceException
>
>I am having a hard time fixing this, as I am running an Release version on
>the remote server, and have no debug information. I suspect that there is
>something basic I have forgotten in making my code work for Windows 2003
>Server.
>
>hoping the solution is quick and simple !
>
>________________________
>Gunnar Gudmundsson
.
- Follow-Ups:
- Re: C# app works perfectly on XP but not on 2003 server
- From: OfurGørn
- Re: C# app works perfectly on XP but not on 2003 server
- References:
- C# app works perfectly on XP but not on 2003 server
- From: OfurGørn
- C# app works perfectly on XP but not on 2003 server
- Prev by Date: Re: Reading from a set of dynamically generated textboxes
- Next by Date: Refresh parent from Modal window
- Previous by thread: C# app works perfectly on XP but not on 2003 server
- Next by thread: Re: C# app works perfectly on XP but not on 2003 server
- Index(es):
Relevant Pages
|