problems after compiling --> exe not working

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Ludwig Moser

    #1

    problems after compiling --> exe not working

    hello newsgroup!

    my problem is that after successful compiling the exe is running,
    but ONLY on my system
    i am using visual studio .net 2003
    J#

    so:
    1) why?
    2) what can i do to change this?

    thanks in advance
    Ludwig


  • Jon Skeet [C# MVP]

    #2
    Re: problems after compiling --> exe not working

    Ludwig Moser <antispam@chell o.at> wrote:[color=blue]
    > hello newsgroup!
    >
    > my problem is that after successful compiling the exe is running,
    > but ONLY on my system
    > i am using visual studio .net 2003
    > J#
    >
    > so:
    > 1) why?
    > 2) what can i do to change this?[/color]

    It would help if you'd say in what way it's not working on other
    systems.

    --
    Jon Skeet - <skeet@pobox.co m>
    Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

    If replying to the group, please do not mail me too

    Comment

    • Ludwig Moser

      #3
      Re: problems after compiling --&gt; exe not working

      > It would help if you'd say in what way it's not working on other[color=blue]
      > systems.[/color]

      german > Die anwendung konnte nicht richtig initialisiert werden
      (0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
      the program could not be initialized (0xc0000135) click ok to close

      Luke


      Comment

      • Cor Ligthert

        #4
        Re: problems after compiling --&gt; exe not working

        Hi Ludwig,

        You are sure the right Framework 1.1 is installed on those computers?
        (Or are you using some extra DLL's or something?)

        Cor
        [color=blue][color=green]
        > > It would help if you'd say in what way it's not working on other
        > > systems.[/color]
        >
        > german > Die anwendung konnte nicht richtig initialisiert werden
        > (0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
        > the program could not be initialized (0xc0000135) click ok to close
        >
        > Luke
        >
        >[/color]


        Comment

        • Jon Skeet [C# MVP]

          #5
          Re: problems after compiling --&gt; exe not working

          Ludwig Moser <antispam@chell o.at> wrote:[color=blue][color=green]
          > > It would help if you'd say in what way it's not working on other
          > > systems.[/color]
          >
          > german > Die anwendung konnte nicht richtig initialisiert werden
          > (0xc0000135). Klicken Sie auf "OK", um die Anwendung zu beenden,
          > the program could not be initialized (0xc0000135) click ok to close[/color]

          Hmm. That's certainly not terribly helpful of it :(

          Have you checked:
          a) The .NET framework is installed on the other machine
          b) The VJ# libraries are installed on the other machine

          --
          Jon Skeet - <skeet@pobox.co m>
          Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

          If replying to the group, please do not mail me too

          Comment

          • Ludwig Moser

            #6
            Re: problems after compiling --&gt; exe not working

            > Have you checked:[color=blue]
            > a) The .NET framework is installed on the other machine
            > b) The VJ# libraries are installed on the other machine[/color]

            humm
            not checked but on one of those machines .net is also installed...
            on the other the guy downloaded the framework (28mb?!)

            isn't there a way to compile it so ppl do NOT have to download such huge
            stuff!?
            as in delphi (which uses its own packages too) you can include the required
            stuff into your
            exe (with those files ~600kb without it ~ 200kb)
            shouldn't that be possible by j# too?

            thanks in advance
            Luke


            Comment

            • Jon Skeet [C# MVP]

              #7
              Re: problems after compiling --&gt; exe not working

              Ludwig Moser <antispam@chell o.at> wrote:[color=blue][color=green]
              > > Have you checked:
              > > a) The .NET framework is installed on the other machine
              > > b) The VJ# libraries are installed on the other machine[/color]
              >
              > humm
              > not checked but on one of those machines .net is also installed...
              > on the other the guy downloaded the framework (28mb?!)[/color]
              [color=blue]
              > isn't there a way to compile it so ppl do NOT have to download such huge
              > stuff!?[/color]

              See http://www.pobox.com/~skeet/csharp/f...ework.required
              [color=blue]
              > as in delphi (which uses its own packages too) you can include the
              > required stuff into your exe (with those files ~600kb without it ~
              > 200kb) shouldn't that be possible by j# too?[/color]

              No. At least, you can have an installer which includes the .NET
              framework, but that will still be large.

              I suspect the .NET framework is just rather larger than the Delphi
              runtime. You'll also need the VJ# libraries which aren't part of the
              normal framework itself.

              --
              Jon Skeet - <skeet@pobox.co m>
              Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

              If replying to the group, please do not mail me too

              Comment

              • Ludwig Moser

                #8
                Re: problems after compiling --&gt; exe not working

                > I suspect the .NET framework is just rather larger than the Delphi[color=blue]
                > runtime. You'll also need the VJ# libraries which aren't part of the
                > normal framework itself.[/color]

                nasty, where can i get the VJ# libraries?

                note: installing 28 mb of libraries for a 200kb program does not make too
                much sense to me ;o)

                thanks
                Luke


                Comment

                • Jon Skeet [C# MVP]

                  #9
                  Re: problems after compiling --&gt; exe not working

                  Ludwig Moser <antispam@chell o.at> wrote:[color=blue][color=green]
                  > > I suspect the .NET framework is just rather larger than the Delphi
                  > > runtime. You'll also need the VJ# libraries which aren't part of the
                  > > normal framework itself.[/color]
                  >
                  > nasty, where can i get the VJ# libraries?[/color]

                  Go to http://msdn.microsoft.com/vjsharp/do...t/default.aspx
                  and there's a redistributable installer you can download.
                  [color=blue]
                  > note: installing 28 mb of libraries for a 200kb program does not make too
                  > much sense to me ;o)[/color]

                  Does installing an OS before installing a program make sense to you?
                  It's much the same in this case.

                  --
                  Jon Skeet - <skeet@pobox.co m>
                  Pobox has been discontinued as a separate service, and all existing customers moved to the Fastmail platform.

                  If replying to the group, please do not mail me too

                  Comment

                  • Ludwig Moser

                    #10
                    Re: problems after compiling --&gt; exe not working

                    thanks for your help!

                    Luke


                    Comment

                    Working...