Home All Groups Group Topic Archive Search About

compiled on visual studio 2003 on windows XP, want to install on windows 7, error

Author
24 Mar 2010 10:46 PM
steven
Hello,

I have a VB.Net program, which I wrote on my windows XP pc (all recent
updates installed), and I created a setup project for installing the
program.

Now I want to install that program on windows 7, but there I get a
message: .Net framework 3.5 needed. Unfortunately, the latest version of
the .Net framework is installed on the windows 7 pc.

Anyone has experience with this problem? Does anyone knows a solution?

Thanks in advance.

Steven

Author
25 Mar 2010 7:54 AM
Cor Ligthert[MVP]
I think that for most people including me is to run the Windows Update first
when they have installed Windows 7.

Somehow this seems not to be done

Cor

Show quoteHide quote
"steven" <u***@example.net> wrote in message
news:uyvvlP6yKHA.928@TK2MSFTNGP05.phx.gbl...
> Hello,
>
> I have a VB.Net program, which I wrote on my windows XP pc (all recent
> updates installed), and I created a setup project for installing the
> program.
>
> Now I want to install that program on windows 7, but there I get a
> message: .Net framework 3.5 needed. Unfortunately, the latest version of
> the .Net framework is installed on the windows 7 pc.
>
> Anyone has experience with this problem? Does anyone knows a solution?
>
> Thanks in advance.
>
> Steven
Author
25 Mar 2010 3:56 PM
Family Tree Mike
Show quote Hide quote
"steven" wrote:

> Hello,
>
> I have a VB.Net program, which I wrote on my windows XP pc (all recent
> updates installed), and I created a setup project for installing the
> program.
>
> Now I want to install that program on windows 7, but there I get a
> message: .Net framework 3.5 needed. Unfortunately, the latest version of
> the .Net framework is installed on the windows 7 pc.
>
> Anyone has experience with this problem? Does anyone knows a solution?
>
> Thanks in advance.
>
> Steven
> .
>

Is your installer stating that .Net 3.5 is needed, or is it at the point
when you try running your application? 

If this installer was built for a VS 2003 project, then it likely included
..Net 1.1 in the setup.  It isn't clear to me whether .Net 1.1 can be
installed on Windows 7, but I don't have Windows 7 to even try.  I would
suggest you try that manually by downloading the redistributable from MS and
running it.

Mike