Click here to Skip to main content
15,884,298 members
Home / Discussions / C#
   

C#

 
Questionhow to list all the PCs within a group using Active Directory?? Pin
Wang Kaiming29-Oct-02 19:02
Wang Kaiming29-Oct-02 19:02 
AnswerRe: how to list all the PCs within a group using Active Directory?? Pin
Mazdak30-Oct-02 0:07
Mazdak30-Oct-02 0:07 
AnswerRe: how to list all the PCs within a group using Active Directory?? Pin
David Stone30-Oct-02 13:44
sitebuilderDavid Stone30-Oct-02 13:44 
QuestionNew project problem? Pin
chen29-Oct-02 16:31
chen29-Oct-02 16:31 
AnswerRe: New project problem? Pin
Stephane Rodriguez.29-Oct-02 18:43
Stephane Rodriguez.29-Oct-02 18:43 
GeneralRe: New project problem? Pin
chen29-Oct-02 19:18
chen29-Oct-02 19:18 
GeneralRe: New project problem? Pin
Stephane Rodriguez.29-Oct-02 19:33
Stephane Rodriguez.29-Oct-02 19:33 
GeneralSoapsuds and "Invalid schema data" Pin
Anonymous29-Oct-02 12:40
Anonymous29-Oct-02 12:40 
I have an object derived from MarshalByRefObject. Here's my problem:
If I have:

public class TheTransfer : System.MarshalByRefObject, IRemoting
{
public Form theForm;
//more blablabla
}
and run Soapsuds on the assembly it works fine. But if I use a class derived from Form, it won't. I get "Invalid schema data, Value cannot be null".

public class MyForm : Form
{
}
public class TheTransfer : System.MarshalByRefObject, IRemoting
{
public MyForm theForm;
}
Did anybody see this before?

Thanks

GeneralRe: Soapsuds and "Invalid schema data" Pin
Senkwe Chanda31-Oct-02 2:00
Senkwe Chanda31-Oct-02 2:00 
GeneralConverting from Java to C# problem.. Pin
Ed K29-Oct-02 12:18
Ed K29-Oct-02 12:18 
GeneralRe: Converting from Java to C# problem.. Pin
Christian Graus29-Oct-02 15:28
protectorChristian Graus29-Oct-02 15:28 
GeneralRe: Converting from Java to C# problem.. Pin
Ed K29-Oct-02 16:41
Ed K29-Oct-02 16:41 
GeneralRe: Converting from Java to C# problem.. Pin
leppie31-Oct-02 6:09
leppie31-Oct-02 6:09 
GeneralRe: Converting from Java to C# problem.. Pin
Stephane Rodriguez.29-Oct-02 19:16
Stephane Rodriguez.29-Oct-02 19:16 
GeneralCreating DB's on the fly!!! Pin
Anonymous29-Oct-02 9:43
Anonymous29-Oct-02 9:43 
GeneralRe: Creating DB's on the fly!!! Pin
leppie29-Oct-02 10:19
leppie29-Oct-02 10:19 
GeneralRe: Creating DB's on the fly!!! Pin
perlmunger29-Oct-02 11:07
perlmunger29-Oct-02 11:07 
GeneralRe: Creating DB's on the fly!!! Pin
Anonymous29-Oct-02 12:13
Anonymous29-Oct-02 12:13 
GeneralRe: Creating DB's on the fly!!! Pin
Anonymous30-Oct-02 11:23
Anonymous30-Oct-02 11:23 
GeneralPie / Bar / Line Charts Pin
Anonymous29-Oct-02 9:40
Anonymous29-Oct-02 9:40 
GeneralRe: Pie / Bar / Line Charts Pin
Christian Graus29-Oct-02 15:34
protectorChristian Graus29-Oct-02 15:34 
GeneralDeterming SQL Server Type from C# Pin
perlmunger29-Oct-02 9:28
perlmunger29-Oct-02 9:28 
GeneralRe: Determing SQL Server Type from C# Pin
leppie29-Oct-02 10:23
leppie29-Oct-02 10:23 
GeneralRe: Determing SQL Server Type from C# Pin
perlmunger29-Oct-02 10:54
perlmunger29-Oct-02 10:54 
GeneralRe: Determing SQL Server Type from C# Pin
leppie29-Oct-02 11:05
leppie29-Oct-02 11:05 

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.