how do i use System.ServiceModel?

  • Thread starter Thread starter Atiz
  • Start date Start date
A

Atiz

hi,

i'm trying to create a program for pocket pc 2003. When i wanted to
use System.ServiceModel.Security, the compiler complained that
servicemodel is not present in System namespace. (I'm already
referencing to the System.dll)

Then when I tried checking whether servicemodel is present in 2.0 .net
CF, msdn did not state whether it is present. Then i chance upon it
saying it comes from System.ServiceModel.dll which I cannot find it in
the smart devices folder in Visual Studio 8. Does that mean I cannot
use the servicemodel namespace? Where can I get the appropriate dll? I
nd to use the namespace to trust digital certificates.

TIA.
Atiz
 
Atiz said:
hi,

i'm trying to create a program for pocket pc 2003. When i wanted to
use System.ServiceModel.Security, the compiler complained that
servicemodel is not present in System namespace. (I'm already
referencing to the System.dll)

Then when I tried checking whether servicemodel is present in 2.0 .net
CF, msdn did not state whether it is present. Then i chance upon it
saying it comes from System.ServiceModel.dll which I cannot find it in
the smart devices folder in Visual Studio 8. Does that mean I cannot
use the servicemodel namespace? Where can I get the appropriate dll? I
nd to use the namespace to trust digital certificates.

TIA.
Atiz

This namespace is part of .NET Framework 3.0 and is supported on Windows Vista, Microsoft
Windows XP SP2, and Windows Server 2003 SP1.

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top