how to run an exe created in C#

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi everyone!

i have created an exe. of my project and i want to run that on a computer
which don't have .Net installed on it. So here somebody told me that atleast
that computer should have .net framework installed on it to run the exe.

i installed the .Net framework on that computer but the exe. file which is
created in C# still dont runs. It gives an error :

"Application terminated, click ok to terminate the application and cancel to
start debugging"

plz help me in this matter
 
Which version of the .NET framework was your application compiled with, and
what version did you install on the client computer?

Adam Clauss
(e-mail address removed)
 
Joe said:
Hi Muaz,

You can add instrumentation to your application, which can be turned on or
off via configuration files. If you add exception handling and use
instrumentation, you will have a much better chance of figuring out what
your run-time problems are. Here's an article I wrote on the subject:

http://www.code-magazine.com/Article.aspx?quickid=0409081

Joe

How about posting a useful link. Pages after the intro return the
following:

"The page you are trying to access is considered premium content. The
complete article is available to our subscribers only."

You want folks to spend $30 to get your article on instrumentation?
That's not peer to peer support, that's sales.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top