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
  1. Home
  2. General Programming
  3. C#
  4. create application in .net where dll is on server and application on some client machine

create application in .net where dll is on server and application on some client machine

Scheduled Pinned Locked Moved C#
csharpsysadminhelp
6 Posts 5 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.
  • S Offline
    S Offline
    S Aijaz
    wrote on last edited by
    #1

    can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

    P M P P 4 Replies Last reply
    0
    • S S Aijaz

      can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

      P Offline
      P Offline
      Pravin Patil Mumbai
      wrote on last edited by
      #2

      Hi, You can do this by using .NET remoting. Please refer to http://msdn.microsoft.com/en-us/library/ms973857.aspx http://www.codeproject.com/KB/IP/Net\_Remoting.aspx

      1 Reply Last reply
      0
      • S S Aijaz

        can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

        M Offline
        M Offline
        Mycroft Holmes
        wrote on last edited by
        #3

        A better solution is to use a service, web or windows, this being the current flavour of remoting.

        Never underestimate the power of human stupidity RAH

        1 Reply Last reply
        0
        • S S Aijaz

          can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

          P Offline
          P Offline
          Pete OHanlon
          wrote on last edited by
          #4

          Whenever you run an application in Windows, it needs to be able to find all the libraries that it runs on the same machine. In .NET, these are either located in the local directory, or in the GAC. When you think about it, you should be able to see that it could be a major security hole in an application if it relied on components that weren't installed with it and were sourced from an external, potentially unsecured, server.

          I'm not a stalker, I just know things. Oh by the way, you're out of milk.

          Forgive your enemies - it messes with their heads

          My blog | My articles | MoXAML PowerToys | Onyx

          S 1 Reply Last reply
          0
          • S S Aijaz

            can we create an application in C# so that we put a dll on some other machine and application on some other machine. when we run the application it uses dll of that machine and executes the application smoothly. please help i have no knowledge of the topic and provide some help url if any. Thanks and regards

            P Offline
            P Offline
            PIEBALDconsult
            wrote on last edited by
            #5

            I think so, like a plug-in, but then it won't work if the network is down. Better to copy updates down when available. Provided you can do so securely.

            1 Reply Last reply
            0
            • P Pete OHanlon

              Whenever you run an application in Windows, it needs to be able to find all the libraries that it runs on the same machine. In .NET, these are either located in the local directory, or in the GAC. When you think about it, you should be able to see that it could be a major security hole in an application if it relied on components that weren't installed with it and were sourced from an external, potentially unsecured, server.

              I'm not a stalker, I just know things. Oh by the way, you're out of milk.

              Forgive your enemies - it messes with their heads

              My blog | My articles | MoXAML PowerToys | Onyx

              S Offline
              S Offline
              S Aijaz
              wrote on last edited by
              #6

              if say Data access layer of the application is on server of the organisation and every body is accessing it from his client machine will it work through remoting.

              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