Wrox Programmer Forums
|
Visual Basic 2005 Basics If you are new to Visual Basic programming with version 2005, this is the place to start your questions. For questions about the book: Beginning Visual Basic 2005 by Thearon Willis and Bryan Newsome, ISBN: 0-7645-7401-9 please, use this forum instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Basic 2005 Basics section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 11th, 2007, 11:02 AM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default Windows Standalone app

Does anyone know if there is a way to create an application with VS 2005 that won't require the end user to install the .Net framework? I'm hoping not to have to dig out my VB 6 CD and reinstall it.

Thanks

Mike

Mike
EchoVue.com
__________________
Mike
EchoVue.com
 
Old March 12th, 2007, 11:21 AM
Friend of Wrox
 
Join Date: Nov 2004
Posts: 1,621
Thanks: 1
Thanked 3 Times in 3 Posts
Default

I am quite sure there is not. The FrameWork is intrinsic to the whole .NET model.
Even VB6 does not give you this ability, but requires the VB dll. (Of course, that DLL is more installed—found on more machines—for having been around longer.)
 
Old March 12th, 2007, 02:03 PM
Friend of Wrox
 
Join Date: Oct 2004
Posts: 564
Thanks: 0
Thanked 4 Times in 4 Posts
Default

Thanks Brian,

That's what I feared!!

Mike

Mike
EchoVue.com
 
Old March 12th, 2007, 03:27 PM
Wrox Author
 
Join Date: Oct 2005
Posts: 4,104
Thanks: 1
Thanked 64 Times in 64 Posts
Send a message via AIM to dparsons
Default

Echo,
Unless you are installing in an enviornment that is not extremely updated, its a fair bet that a machine will have one of the 3 versions of the .NET framework on it. (Of course, you could write an app to check the registry and see which version, if any, is installed).

Brian is correct, however, there is no way to run a .NET app without the .NET framework.

================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
^^Took that from planoie's profile^^
^^Modified text taken from gbianchi profile^^
================================================== =========
Technical Editor for: Professional Search Engine Optimization with ASP.NET
http://www.wiley.com/WileyCDA/WileyT...470131470.html
================================================== =========
Why can't Programmers, program??
http://www.codinghorror.com/blog/archives/000781.html
================================================== =========





Similar Threads
Thread Thread Starter Forum Replies Last Post
implementing more than one windows in an app helloise C# 4 November 10th, 2008 12:42 PM
Can't Debug Windows App? Ron Howerton Visual Studio 2005 5 November 30th, 2007 05:20 PM
Accessing Windows service from a windows app sajid08 C# 1 October 6th, 2006 10:25 AM
datagrids (windows app) bazookajoe76 C# 0 February 11th, 2005 11:24 AM
links in a windows app jeffruth VB.NET 2002/2003 Basics 1 April 26th, 2004 04:08 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.