English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a c# executable file that I need to look at but when I open it I get an error that says the application failed to initialize properly. Is there additional software that I need to download to make this work properly or is something else awry here?

2007-02-26 05:18:42 · 4 answers · asked by Brandi 1 in Computers & Internet Programming & Design

4 answers

You need to download the .NET Framework. Depending on the version of .NET used to write the program, you will either need 1.1 or 2.0 (I recommend installing both since it is likely you will come across at least one program written in either):

NET Framework Version 1.1 Redistributable
http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=262D25E3-F589-4842-8157-034D1E7CF3A3

.NET Framework Version 2.0 Redistributable
http://www.microsoft.com/downloads/details.aspx?familyid=0856eacb-4362-4b0d-8edd-aab15c5e04f5&displaylang=en

2007-02-26 05:24:48 · answer #1 · answered by Rex M 6 · 1 0

You know first of all you should make the conditions ready in order to execute an executable file of C#.

The most important prerequest for C# executable is .NET Framework which without it file wouldn't be executed successfully.
So first you should install .NET Framework.
Version of .net framwork which is used for file creation is also imporatnt.
.
.
Also sometimes file needs some files that had been removed or not copied to the specified locaton.

NET Framework Version 1.1 Redistributable
http://www.microsoft.com/downloads/detai...

.NET Framework Version 2.0 Redistributable
http://www.microsoft.com/downloads/detai...

2007-02-26 10:37:18 · answer #2 · answered by Moein 3 · 0 0

you need to use this: #comprise static void waitnl() { int c; do { c = getchar(); } mutually as(c != EOF && c != 'n' && c != 'r'); } int significant() { /* contents of significant() right here */ waitnl(); return 0; } make effective that "return 0" happens *after* the call to waitnl. Random's theory is a much extra effective answer, however. working cmd.exe then beginning your application and dealing it in there'll leave you with out prefer for applications like waitnl.

2016-10-16 13:01:45 · answer #3 · answered by arleta 4 · 0 0

An executable should just be an .exe file and when you click it should run.

A source file will have a .cs extention and you could use notepad to open it and look inside.

2007-02-26 05:26:00 · answer #4 · answered by Meg W 5 · 0 2

fedest.com, questions and answers