How to install .net framework

D

dragon_n_me

I used the VS.NET SDK and developed an application. I added a deployment project to create a distribution file. Copied all to the target (different) machine and tried to run the installation. I get the message that I must install .Net Framework first. How do I install .net framework? Do I use the VS.Net SDK? Can anyone give me a clue?? thanks

**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP & ASP.NET resources...
 
D

Dodo News Server

You need to run the dotnetfx.exe redistributable. It's on MSDN, and is
probably somewhere in the SDK


Denis said:
I used the VS.NET SDK and developed an application. I added a deployment
project to create a distribution file. Copied all to the target (different)
machine and tried to run the installation. I get the message that I must
install .Net Framework first. How do I install .net framework? Do I use the
VS.Net SDK? Can anyone give me a clue?? thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 
M

mike

Try vs.net help link
ms-help://MS.VSCC.2003/MS.MSDNQTR.2003FEB.1033/vsintro7/html/vxtskaddingnetf
rameworklaunchcondition.htm or go msdn website for corresponding links.

Denis said:
I used the VS.NET SDK and developed an application. I added a deployment
project to create a distribution file. Copied all to the target (different)
machine and tried to run the installation. I get the message that I must
install .Net Framework first. How do I install .net framework? Do I use the
VS.Net SDK? Can anyone give me a clue?? thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to ASP &
ASP.NET resources...
 

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