|
-
Oct 30th, 2007, 03:56 AM
#1
Thread Starter
Addicted Member
.net framework v2 but want to run v1...
I have written a very simple application in vs2005. This application is using system.dll, system.drawing.dll and system.windows.forms.dll however because I have .net framework v2 on my computer it is using that version of the dll's. However the majority of the computers that I want to run this on e.g. over 500 have .net framework v1.1
When I try to run my exe on the other machines, it obviously tells me that this app requires .net framework v2 to run. Is there a way that I can get my app to use .net framework v1 instead?
I do not really want to install .net framework v2 on all the machines.
Thanks in advance
Simon
-
Oct 30th, 2007, 08:27 AM
#2
Re: .net framework v2 but want to run v1...
No. If your code was written under v2 then it will need v2 to run.
Two questions:
Why are not the other machines updated?
Do you have a machine available to you that runs v1?
-
Oct 30th, 2007, 05:19 PM
#3
Re: .net framework v2 but want to run v1...
Include the .NET v2 framework install with your installation
-
Oct 30th, 2007, 05:42 PM
#4
Re: .net framework v2 but want to run v1...
You could use the Bootstrapper to install 2.0 from your installation package.
http://msdn.microsoft.com/msdnmag/is.../Bootstrapper/
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Oct 31st, 2007, 09:48 AM
#5
Re: .net framework v2 but want to run v1...
If he installs v2 with his app, won't it overlay v1?
-
Oct 31st, 2007, 09:52 AM
#6
Re: .net framework v2 but want to run v1...
No, it will run side by side.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|