Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C#
  4. importing system.deployment

importing system.deployment

Scheduled Pinned Locked Moved C#
questionsysadminhelp
5 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    Vivek Vijayan
    wrote on last edited by
    #1

    how do i import this reference is not availbale in device application any way to solve??? pls help................

    This code was posted by me...

    D A 2 Replies Last reply
    0
    • V Vivek Vijayan

      how do i import this reference is not availbale in device application any way to solve??? pls help................

      This code was posted by me...

      D Offline
      D Offline
      Dave Kreskowiak
      wrote on last edited by
      #2

      It won't work because none of the Deployment classes are supported by the .NET Compact Framework used by devices. You're only recourse is to either find a 3rd party library that offer equivilient functionality (I don't know of any) or make your own from scratch.

      A guide to posting questions on CodeProject[^]
      Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
           2006, 2007, 2008
      But no longer in 2009...

      1 Reply Last reply
      0
      • V Vivek Vijayan

        how do i import this reference is not availbale in device application any way to solve??? pls help................

        This code was posted by me...

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        why not you use Reflection to load the assembly ?? :confused: Also mind that, you can only call Deployment dlls from Compact framework.

        Abhishek Sur My Latest Articles Working with Excel using MDAC
        Basics on LINQ and Lambda Expressions
        Create .NET Templates

        V 1 Reply Last reply
        0
        • A Abhishek Sur

          why not you use Reflection to load the assembly ?? :confused: Also mind that, you can only call Deployment dlls from Compact framework.

          Abhishek Sur My Latest Articles Working with Excel using MDAC
          Basics on LINQ and Lambda Expressions
          Create .NET Templates

          V Offline
          V Offline
          Vivek Vijayan
          wrote on last edited by
          #4

          reefleciton?? what is taht pls explain

          This code was posted by me...

          A 1 Reply Last reply
          0
          • V Vivek Vijayan

            reefleciton?? what is taht pls explain

            This code was posted by me...

            A Offline
            A Offline
            Abhishek Sur
            wrote on last edited by
            #5

            you dont know about Reflection classes ? :confused::confused: Even .NET itself reads everything using Reflection, when you take reference to a dll. System.Reflection.Assembly asm = System.Reflection.Assembly.LoadFile("Path"); Read basics of System.Reflection classes to get the idea. Its very simple. :rose::rose:

            Abhishek Sur My Latest Articles Working with Excel using MDAC
            Basics on LINQ and Lambda Expressions
            Create .NET Templates

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups