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. ClickOnce

ClickOnce

Scheduled Pinned Locked Moved C#
question
2 Posts 2 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.
  • C Offline
    C Offline
    Chapooki
    wrote on last edited by
    #1

    Hi everybody, I'm developing a windows based app. We are still in developing phase, so there are a lot of changes which should be sent to users every day. I need a suitable publishing method and found ClickOnce a good solution for our regular updates. But, there are some problems: 1) The app is multilayer with couple of projects. each project has some config and some user defined meta data files which should be with exe file. How can I add them to ClickOnce? just the config file of the exe project is added!!!! 2) there are some projects which are loaded by reflection in app. So there is no direct dependency between them and exe project, how can I add them too? Thanks, :-\

    M 1 Reply Last reply
    0
    • C Chapooki

      Hi everybody, I'm developing a windows based app. We are still in developing phase, so there are a lot of changes which should be sent to users every day. I need a suitable publishing method and found ClickOnce a good solution for our regular updates. But, there are some problems: 1) The app is multilayer with couple of projects. each project has some config and some user defined meta data files which should be with exe file. How can I add them to ClickOnce? just the config file of the exe project is added!!!! 2) there are some projects which are loaded by reflection in app. So there is no direct dependency between them and exe project, how can I add them too? Thanks, :-\

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

      Presumably you have the configs stored in a file somewhere, add the file(s) to the project. We store user configs in their app data folder but that is for stuff created by the app and is not downloaded. As for 2, get rid of reflections - this is a design issue. OR add a dependency to the assembly, this probably has the same affect as referencing the project anyway so there is probably limited value in using reflections for late binding.

      Never underestimate the power of human stupidity RAH

      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