O
Ofer
I hope it's the right forum.
I created a typed dataset C# class by using xsd.exe which reads an XML
schema that I created.
When I try to create an instance of the typed datarow of the typed
dataset,
When I click the "(" in the last line:
I don't get the RAD list, instead VS stops responding and gets 100%
for a long time until I have to kill the process.
<code>
theDS.UC8__TDS.WorkspaceDataTable oWSTab = new
theDS.PermissionAccessorMgnt__QueueTransferPermissionsDS_UC8__TDS.WorkspaceDataTable();
oWSTab.AddWorkspaceRow(
</code>
I use Win XP, VS.NEt 2003, Fw 1.1.
Do you know this issue?
How to solve?
Thanks.
I created a typed dataset C# class by using xsd.exe which reads an XML
schema that I created.
When I try to create an instance of the typed datarow of the typed
dataset,
When I click the "(" in the last line:
I don't get the RAD list, instead VS stops responding and gets 100%
for a long time until I have to kill the process.
<code>
theDS.UC8__TDS.WorkspaceDataTable oWSTab = new
theDS.PermissionAccessorMgnt__QueueTransferPermissionsDS_UC8__TDS.WorkspaceDataTable();
oWSTab.AddWorkspaceRow(
</code>
I use Win XP, VS.NEt 2003, Fw 1.1.
Do you know this issue?
How to solve?
Thanks.