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. Release My Application

Release My Application

Scheduled Pinned Locked Moved C#
helpquestionannouncement
5 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.
  • N Offline
    N Offline
    newbie_
    wrote on last edited by
    #1

    I am tryin to release my application from visul studio but i dont know if i am doing it correct ,, if i try to run my application in other systems it doesnt work but it works ok in my system ,, can any one help me ?

    L 1 Reply Last reply
    0
    • N newbie_

      I am tryin to release my application from visul studio but i dont know if i am doing it correct ,, if i try to run my application in other systems it doesnt work but it works ok in my system ,, can any one help me ?

      L Offline
      L Offline
      Luc Pattyn
      wrote on last edited by
      #2

      Hi, if the other system does not have (the right version of) .NET, you would get a rather mysterious error dialog with an error number; if so show it. otherwise, the problem should be recognizable from looking at the Exception. If you havent done so, I strongly recommend to enclose everything in your static Main() method with a try catch construct; in the catch(Exception exc) show the entire exception as in MessageBox.Show(Exception.ToString()); :)

      Luc Pattyn


      try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


      N 1 Reply Last reply
      0
      • L Luc Pattyn

        Hi, if the other system does not have (the right version of) .NET, you would get a rather mysterious error dialog with an error number; if so show it. otherwise, the problem should be recognizable from looking at the Exception. If you havent done so, I strongly recommend to enclose everything in your static Main() method with a try catch construct; in the catch(Exception exc) show the entire exception as in MessageBox.Show(Exception.ToString()); :)

        Luc Pattyn


        try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


        N Offline
        N Offline
        newbie_
        wrote on last edited by
        #3

        there is no .Net in the other sytem ,, the error messeage is about the .net framewrok: The setup require the .Net framework 2.0.50727 pleae install the .net ..........etc

        L 1 Reply Last reply
        0
        • N newbie_

          there is no .Net in the other sytem ,, the error messeage is about the .net framewrok: The setup require the .Net framework 2.0.50727 pleae install the .net ..........etc

          L Offline
          L Offline
          Luc Pattyn
          wrote on last edited by
          #4

          So, that problem is solved. Install .NET then install your app. Lucky you, an app missing an earlier .NET version just gave an error code. :)

          Luc Pattyn


          try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


          N 1 Reply Last reply
          0
          • L Luc Pattyn

            So, that problem is solved. Install .NET then install your app. Lucky you, an app missing an earlier .NET version just gave an error code. :)

            Luc Pattyn


            try { [Search CP Articles] [Search CP Forums] [Forum Guidelines] [My Articles] } catch { [Google] }


            N Offline
            N Offline
            newbie_
            wrote on last edited by
            #5

            Thankx alot !!! i thought taht there is something else:)

            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