problems after compiling --> exe not working

  • Thread starter Thread starter Ludwig Moser
  • Start date Start date
L

Ludwig Moser

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
 
Ludwig Moser said:
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?

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

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
 
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
 
Ludwig Moser said:
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

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
 
Have you checked:
a) The .NET framework is installed on the other machine
b) The VJ# libraries are installed on the other machine

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
 
Ludwig Moser said:
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!?

See http://www.pobox.com/~skeet/csharp/faq/#framework.required
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?

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

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
 
Back
Top