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 September 7th, 2007, 08:31 AM
Registered User
 
Join Date: Aug 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Default Running executable file

Hi,

   I have just started learning VB 2005. Earlier, I used to work on VB6. There, I used to create executable file (.exe) and run on any PC.

In VB2005, I created an exectable in XP PC ( VB.NET is installed in this PC). In other Win 98 PC, ( where VB.NET is not installed ), this executable does not run . It gives error - 'MScoreerr.dll not found' ). The program is very simple - calculation of square root.

  Is it required to create setup file for this simple application ?

   Thanks.

 
Old September 7th, 2007, 10:15 AM
planoie's Avatar
Friend of Wrox
 
Join Date: Aug 2003
Posts: 5,407
Thanks: 0
Thanked 16 Times in 16 Posts
Default

It doesn't matter how simple the program is... it could be nothing at all, and it still won't work. Fundamentally, any .NET program requires the .NET framework (the term "framework" implies that all application are built, and thus run, upon it).

A setup is not required, but the framework is.

-Peter





Similar Threads
Thread Thread Starter Forum Replies Last Post
running executable with VB6 nasirmunir Beginning VB 6 24 November 16th, 2007 04:12 PM
Calling an executable file from ASP.NET kwilliams ASP.NET 2.0 Basics 0 June 8th, 2006 11:43 AM
php executable file hosefo81 PHP How-To 4 March 23rd, 2004 10:07 PM
dll.files in a executable file KennethMungwira VB.NET 1 December 12th, 2003 05:52 PM





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