Installation of .NET 2.0 dotnetfx.exe ( VC# Express)

I

Ian Semmel

OK, VC# Express does not have the project deployment option.

So, if I want to distribute my app, I included dotnetfx.exe.

I tried to execute this using a program butr this didn't work so I just tried
executing dotnetfx.

The program chugs away for a while and then fails with error 25007, something to
do with initializing fusion (whatever that means).

Question. How do I deploy .NET framework with my app ?
 
C

chanmm

dotnetfx.exe is the framework. After install the framework just run the exe
from the machine it will run fine. So you only need dotnetfx.exe (if you
have not installed it) and your exe in fact.

chanmm
 
I

Ian Semmel

dotnetfx is the program that fails.
dotnetfx.exe is the framework. After install the framework just run the exe
from the machine it will run fine. So you only need dotnetfx.exe (if you
have not installed it) and your exe in fact.

chanmm
 

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

Top