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

.NET (Core and Framework)

 
AnswerRe: DataGrid update??? Pin
ursus zeta12-Mar-05 8:58
ursus zeta12-Mar-05 8:58 
Questioninsert too slow???? Pin
Small Rat7-Mar-05 13:02
Small Rat7-Mar-05 13:02 
AnswerRe: insert too slow???? Pin
Oskars10-Mar-05 22:32
Oskars10-Mar-05 22:32 
GeneralClasswizard in visual stuio 7.0 ... Pin
vchedalla7-Mar-05 11:33
vchedalla7-Mar-05 11:33 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp7-Mar-05 17:23
bneacetp7-Mar-05 17:23 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
vchedalla8-Mar-05 2:29
vchedalla8-Mar-05 2:29 
GeneralRe: Classwizard in visual stuio 7.0 ... Pin
bneacetp8-Mar-05 7:49
bneacetp8-Mar-05 7:49 
QuestionDid anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 2:59
octaviansen7-Mar-05 2:59 
Hi,

I am experiencing some weird problems with an ASP.NET web application that is making use of System.Data.DataSet and System.Data.DataRow classes.

On a machine with single CPU, the application is running fine.

On a machine with Hyperthreading CPU, after a couple of seconds of running OK, the
application is crashing and the stack dump indicates that the error appears when trying to write in a System.Data.DataRow object.

If I am disabling the CPU Hyperthreading feature the application runs OK also on this machine.

Did anyone experienced also issues like this ?

Here it is the stack dump:

Source Error:


Line 1834: }
Line 1835: set {
Line 1836: this[this.tableSubscription.RequiredStatusColumn] = value;
Line 1837: }
Line 1838: }

Source File: c:\inetpub\wwwroot\CDS\DectDataSet.cs Line: 1836
(My note: this file is auto-generated from an XML schema file)

Stack Trace:


[NullReferenceException: Object reference not set to an instance of an object.]
System.Data.RecordManager.NewRecordBase() +49
System.Data.DataTable.NewRecord(Int32 sourceRecord) +20
System.Data.DataRow.BeginEdit() +42
System.Data.DataRow.set_Item(DataColumn column, Object value) +260
CDS.SubscriptionRow.set_RequiredStatus(Int32 value) in c:\inetpub\wwwroot\CDS\DectDataSet.cs:1836
CDS.Subscription.Remove(ResultDelegate resultDelegate) in c:\inetpub\wwwroot\cds\subscription.cs:752
CDS.SubscriptionManagement.Remove(String number) in c:\inetpub\wwwroot\CDS\SubscriptionManagement.cs:764
CDS.SubscriptionsForm.m_cmdRemove_Command(Object sender, CommandEventArgs e) in c:\inetpub\wwwroot\CDS\SubscriptionsForm.aspx.cs:736
System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +110
System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +115
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
System.Web.UI.Page.ProcessRequestMain() +1277

Thanks is advance to anyone that can provide me some information in order to address this issue.
AnswerRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
ACorbs7-Mar-05 14:45
ACorbs7-Mar-05 14:45 
GeneralRe: Did anyone had System.Data.DataSet on Hyperthreading CPU issues ?? Pin
octaviansen7-Mar-05 19:55
octaviansen7-Mar-05 19:55 
Generalsetting headers in socket programming Pin
kavithanallamothu7-Mar-05 0:05
kavithanallamothu7-Mar-05 0:05 
GeneralRe: setting headers in socket programming Pin
Colin Angus Mackay7-Mar-05 3:25
Colin Angus Mackay7-Mar-05 3:25 
GeneralRe: setting headers in socket programming Pin
kavithanallamothu7-Mar-05 16:36
kavithanallamothu7-Mar-05 16:36 
Generalcan't see my data adapters... Pin
code dope6-Mar-05 23:57
code dope6-Mar-05 23:57 
GeneralRe: can't see my data adapters... Pin
numbrel8-Mar-05 9:31
numbrel8-Mar-05 9:31 
GeneralCω - Interesting .NET language Pin
Joshua Nussbaum6-Mar-05 2:29
Joshua Nussbaum6-Mar-05 2:29 
GeneralRe: Cω - Interesting .NET language Pin
Judah Gabriel Himango8-Mar-05 11:44
sponsorJudah Gabriel Himango8-Mar-05 11:44 
Generali get UnauthorizedAccessException Pin
mobasher5-Mar-05 22:17
mobasher5-Mar-05 22:17 
GeneralRe: i get UnauthorizedAccessException Pin
Mike Dimmick6-Mar-05 1:57
Mike Dimmick6-Mar-05 1:57 
GeneralRe: i get UnauthorizedAccessException Pin
mobasher6-Mar-05 16:00
mobasher6-Mar-05 16:00 
GeneralDataGrid and DataSet Pin
Small Rat4-Mar-05 4:51
Small Rat4-Mar-05 4:51 
GeneralRe: DataGrid and DataSet Pin
TTECHNOLOGY5-Mar-05 23:01
TTECHNOLOGY5-Mar-05 23:01 
GeneralRe: DataGrid and DataSet Pin
TTECHNOLOGY5-Mar-05 23:03
TTECHNOLOGY5-Mar-05 23:03 
GeneralRe: DataGrid and DataSet Pin
Small Rat6-Mar-05 19:22
Small Rat6-Mar-05 19:22 
GeneralRe: DataGrid and DataSet Pin
TTECHNOLOGY6-Mar-05 19:50
TTECHNOLOGY6-Mar-05 19:50 

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.