Re: C# Static string appending problem.
- From: rossum <rossum48@xxxxxxxxxxxx>
- Date: Mon, 26 Mar 2007 23:05:29 +0100
On Mon, 26 Mar 2007 16:12:24 -0400, "BA" <biztalk.architect@xxxxxxxxx>
wrote:
In my BizTalk process I call a static method:If the method is static, and you are talking about a static string in
public static string ValidateMessage(params...)
your title, then you might need to clear things either after you have
finished a run, or before you start the next run. Keeping an
inadvertent copy of the data from a previous run would seem likely to
give the symptoms you are describing.
rossum
.
- References:
- C# Static string appending problem.
- From: BA
- C# Static string appending problem.
- Prev by Date: Re: Using a C++ DLL in a C# Project
- Next by Date: Re: Recommendation on How to build a long string
- Previous by thread: Re: C# Static string appending problem.
- Next by thread: Dll reference..
- Index(es):
Relevant Pages
|