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. .NET (Core and Framework)
  4. framework too big to download over internet

framework too big to download over internet

Scheduled Pinned Locked Moved .NET (Core and Framework)
csharpcomhelp
4 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.
  • G Offline
    G Offline
    Gavin Jeffrey
    wrote on last edited by
    #1

    Hi, My problem is that I have to access inbox and outbox folders on a clients machine. Currently the client would connect to a website and click on a send/receive link which would take them to a page that uses a activex tag calling a vb6 cab file which would install a couple of things (+-2 mb) and continue on it way to accessing the folders. I would like to convert the vb6 to c# but from what I've read The client would have to download the framework which is just too big for them since most of them are on dial-up. I have lost hope and I am seriously doubting whether anyone would even answer this post - Any suggestions would be appreciated - Thanks in advance. Gavirj

    V 1 Reply Last reply
    0
    • G Gavin Jeffrey

      Hi, My problem is that I have to access inbox and outbox folders on a clients machine. Currently the client would connect to a website and click on a send/receive link which would take them to a page that uses a activex tag calling a vb6 cab file which would install a couple of things (+-2 mb) and continue on it way to accessing the folders. I would like to convert the vb6 to c# but from what I've read The client would have to download the framework which is just too big for them since most of them are on dial-up. I have lost hope and I am seriously doubting whether anyone would even answer this post - Any suggestions would be appreciated - Thanks in advance. Gavirj

      V Offline
      V Offline
      Vinay92
      wrote on last edited by
      #2

      As far as I know: in general, if framework deployment is an issue, then your only other option is ASP.NET with Web Forms / Web Services. This removes the issue of client deployment, but I am not sure you would be able to achieve your requirements using this method.

      G 1 Reply Last reply
      0
      • V Vinay92

        As far as I know: in general, if framework deployment is an issue, then your only other option is ASP.NET with Web Forms / Web Services. This removes the issue of client deployment, but I am not sure you would be able to achieve your requirements using this method.

        G Offline
        G Offline
        Gavin Jeffrey
        wrote on last edited by
        #3

        Using ASP.NET would be ideal as they wouldn't have to download anything. But I think the problem comes in with accessing their local directories. Does anybody know if it is possible to use ASP.NET to access a clients local files over the internet...maybe by digitally signing the code something similar to the way java does it ? gavirj

        S 1 Reply Last reply
        0
        • G Gavin Jeffrey

          Using ASP.NET would be ideal as they wouldn't have to download anything. But I think the problem comes in with accessing their local directories. Does anybody know if it is possible to use ASP.NET to access a clients local files over the internet...maybe by digitally signing the code something similar to the way java does it ? gavirj

          S Offline
          S Offline
          Steven Campbell
          wrote on last edited by
          #4

          Nope, not possible to use ASP.NET that way. I remember seeing a web site that promoted embedding only part of the framework in your application, but I could not find a link. If that is possible, then you could make a smaller distribution.

          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