Problems running .NET apps on other machines

M

Max

I'm fairly new to distributing .NET applications, and so far no one is able
to use the apps I create. They do run on all 3 of my machines. I include the
dotnetfxredist with the setup files. One person cannot even install the
framework from Windows Update. It's giving them errors and I'm unable to
troubleshoot over the phone. This pretty much blows since I've spent so much
time developing in .NET for my user base and they cannot use it! Is there a
way to convert my app to Windows executable or something? What are my
options?

-Max
 
C

Curt_C [MVP]

First off I would post to the right group. This one is ASP.NET, for web
applications and not client ones.
 
B

bruce barker

while this is the wrong group, this is the major problem with .net winform
apps. the client must install the 20mb+ .net runtime. no, you can not run
your app without a sucessful .net framework install (which must match the
version of your code). while ms is working on an application deployment
block, they miss the problem of actually getting the runtime installed.

you way not want to hear this, but unless its an inhouse app (where you can
control the .net install) or machines start shipping with .net installed
(though 2.0 is just around the corner), winform apps are a risky choice. my
guess is after longhorn becomes common, it will be safe to write winform
apps for the general public.


-- bruce (sqlwork)
 

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

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top