No...only seperate thread is the loading of static data during login. This is much later in time so only one thread...the UI thread.
Message from Daniel Young - ITS <[EMAIL PROTECTED]>@DISCUSS.DEVELOP.COM received on 06/19/2006 04:17 PM 06/19/2006 04:17 PM Daniel Young - ITS <[EMAIL PROTECTED]>@DISCUSS.DEVELOP.COM Please respond to "Discussion of advanced .NET topics." <[email protected]> Sent by "Discussion of advanced .NET topics." <[email protected]> To: [email protected] cc: Subject: Re: [ADVANCED-DOTNET] Bug with adding datarow to table Is this happening in a multithreaded environment? Datasets are not threadsafe... -----Original Message----- From: Discussion of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Franklin Gray Sent: Tuesday, 20 June 2006 6:53 a.m. To: [email protected] Subject: [ADVANCED-DOTNET] Bug with adding datarow to table This is a very strange bug. The line (Table.rows.add(NR)) to add a datarow to a datatable throws an objective reference error, BUT...all object's values can be viewed in the quickview window. To add to this, this error only happens on 2 of 4 developement machines when we execute the exact same steps. All machines seem to have the same framework, same code, same 3rd party assemblies. Any ideas? =================================== This list is hosted by DevelopMentor(r) http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com ________________________________________ Caution: The content of this email is confidential and may be legally privileged. If it is not intended for you, please email the sender immediately and destroy the original message. You may not copy, disclose or use the contents of this message in any way. Important: Employees of EziBuy Ltd are expressly required not to make any offensive or defamatory statements and/or not to communicate offensive material. Any such communication is contrary to company policy and outside the scope of the employment of the individual concerned. EziBuy Ltd will therefore not accept any liability in respect of such a communication, and the employee responsible will be personally liable for any damages or other liability arising. ________________________________________ =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com =================================== This list is hosted by DevelopMentorĀ® http://www.develop.com View archives and manage your subscription(s) at http://discuss.develop.com
