VB.NET 2008 not backward compatable?



I have vb.net 2008 express edition. I was under the impression that xp
service packs(at least sp3) included .NET frameworks. I also believed that if
a computer had any .NET framework, my code would run on it as it would be
backward compatable. Boy am I naive. I sent someone an .exe who has .NET
framework 1.1 and it wouldn't launch, saying "v2.0.5072" was required. Is it
the version of the controls I am using or just the IDE that determines what
framework is required? If the code is compiled with an vb express 2005 IDE,
will it run on 1.1? If not, how can I know what version of vb.net will run on
what version of .NET Framework??

Thanks for any help,
Bob

--
Message posted via DotNetMonster.com
http://www.dotnetmonster.com/Uwe/Forums.aspx/dotnet-vb-net/200904/1

.



Relevant Pages

  • Re: VB.NET 2008 not backward compatable?
    ... service packs(at least sp3) included .NET frameworks. ... framework 1.1 and it wouldn't launch, ... On the left, click on "Compile". ...
    (microsoft.public.dotnet.languages.vb)
  • Re: .NET Framework 2.0
    ... Some new bits in ASMX Web Services in the "Whidbey" .NET frameworks: ... New Features and Tools in ASP.NET 2.0: ... > Studio, but I haven't seen a lot about the new framework itself, apart ...
    (microsoft.public.dotnet.framework)
  • Re: VB.NET 2008 not backward compatable?
    ... That is why you see in the automatic update that framework 1.1 can be installed apart from framework 3.5 at the moment. ... service packsincluded .NET frameworks. ... framework 1.1 and it wouldn't launch, saying "v2.0.5072" was required. ...
    (microsoft.public.dotnet.languages.vb)
  • Re: VB 2005 und Framework 1.1
    ... Projekteigenschaften das Framework auszuwählen. ... erstellte einfach eine Anwendungskonfigurationsdatei, welche angab, dass die Anwendung mit einer bestimmten Version des .NET Frameworks auszuführen war. ...
    (microsoft.public.de.vb)
  • Multiple .NET Frameworks conflict
    ... In my machine both .NET frameworks are installed. ... I am using Visual Studio ... It is taking by default framework 1.0. ... How to specify to the C# ...
    (microsoft.public.dotnet.framework)

Loading