third party class library in compact framework. - DOTNET

This is a discussion on third party class library in compact framework. - DOTNET ; Hi I have a device which has Windows CE version 5. I need to develop a program for it. This program needs a library class which was developed by a company called scientific component. The class is called Portcontroller.net. It ...

+ Reply to Thread
Results 1 to 3 of 3

third party class library in compact framework.

  1. Default third party class library in compact framework.

    Hi

    I have a device which has Windows CE version 5. I need to develop a program
    for it. This program needs a library class which was developed by a company
    called scientific component. The class is called Portcontroller.net. It was
    developed for use on the normal dot net framework.

    Can this Portcontroller.net class library be used on the compact framework
    or would it be incompattible?

    One more thing is that the program is most likely going to be client server
    with the server part on CE and Compact Framework and the client part on an XP
    computer with the full dot net package. Is there going to be any
    incompattibility issues between the two operating systems or the different
    versions of the framework?

  2. Default Re: third party class library in compact framework.

    The class library is unlikely to be compatible as the .NET Compact Framework
    is a subset of the full .NET Framework. That said, the right place to check
    would be with the vendor.

    --Neil




    "Silver Wolf" <Silver Wolf@discussions.microsoft.com> wrote in message
    news:4FE0F28D-66A8-4FC6-A808-1ABF83D642F8@microsoft.com...
    > Hi
    >
    > I have a device which has Windows CE version 5. I need to develop a
    > program
    > for it. This program needs a library class which was developed by a
    > company
    > called scientific component. The class is called Portcontroller.net. It
    > was
    > developed for use on the normal dot net framework.
    >
    > Can this Portcontroller.net class library be used on the compact framework
    > or would it be incompattible?
    >
    > One more thing is that the program is most likely going to be client
    > server
    > with the server part on CE and Compact Framework and the client part on an
    > XP
    > computer with the full dot net package. Is there going to be any
    > incompattibility issues between the two operating systems or the different
    > versions of the framework?



  3. Default RE: third party class library in compact framework.

    If it was compiled under the CF to work with both desktop and device then
    yes, otherwise no.
    --
    Simon Hart
    http://simonrhart.blogspot.com


    "Silver Wolf" wrote:

    > Hi
    >
    > I have a device which has Windows CE version 5. I need to develop a program
    > for it. This program needs a library class which was developed by a company
    > called scientific component. The class is called Portcontroller.net. It was
    > developed for use on the normal dot net framework.
    >
    > Can this Portcontroller.net class library be used on the compact framework
    > or would it be incompattible?
    >
    > One more thing is that the program is most likely going to be client server
    > with the server part on CE and Compact Framework and the client part on an XP
    > computer with the full dot net package. Is there going to be any
    > incompattibility issues between the two operating systems or the different
    > versions of the framework?


+ Reply to Thread

Similar Threads

  1. Is .NET SDK the same as .NET framework class library
    By Application Development in forum CSharp
    Replies: 1
    Last Post: 11-16-2007, 09:32 PM
  2. Does compact framework support 'Enterprise Library'
    By Application Development in forum DOTNET
    Replies: 3
    Last Post: 10-08-2007, 04:23 AM
  3. ANN: QRCode Library for .NET Compact Framework
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 10-07-2007, 03:39 PM
  4. Clone a generic class in a compact framework solution...
    By Application Development in forum DOTNET
    Replies: 4
    Last Post: 10-04-2007, 07:05 AM
  5. .NET FrameWork Class Library
    By Application Development in forum DOTNET
    Replies: 1
    Last Post: 11-24-2003, 10:37 PM