Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > .NET 1.0 and Visual Studio.NET > VS.NET 2002/2003
|
VS.NET 2002/2003 Discussions about the Visual Studio.NET programming environment, the 2002 (1.0) and 2003 (1.1). ** Please don't post code questions here ** For issues specific to a particular language in .NET, please see the other forum categories.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the VS.NET 2002/2003 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 May 5th, 2004, 05:11 AM
Authorized User
 
Join Date: Apr 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default Run a .net application on Windows98

Hi,
Just a beginner to this.
I have a simple application (no linked to any database or using any ASP) and I want to run the .exe file in other PC with windows 98 without any .NET.

Probably I have to add more stuff on the .exe to make work on any Windows OS
What should I do?
Thanks for help
Francisco


 
Old May 5th, 2004, 05:24 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

Well, the "add more stuff" in this case means installing the .NET Framework on the Windows 98 machine. You can't run a .NET exe on Windows without the .NET Framework installed.

You can get the (relatively small) .NET redistributable from this page: http://msdn.microsoft.com/netframework/downloads/

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Time Is Running Out by Muse (Track 3 from the album: Absolution) What's This?
 
Old May 5th, 2004, 07:29 AM
Authorized User
 
Join Date: Apr 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

I was afraid of such answer.
I want to send this application to a group that can/cannot have .Net framework.
is there any way around this?
Thanks
Fran

 
Old May 5th, 2004, 07:39 AM
Imar's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
Default

No. .NET applications need the .NET Framework to run on.

You could, however, create a setup for your application that includes the .NET Framework. When your users then try to install your app, and the Framework isn't present, it will be installed automatically.

Take a look here for some ideas:
http://www.codeproject.com/dotnet/dotNetInstaller.asp

http://msdn.microsoft.com/library/de...distdeploy.asp

http://www.codeproject.com/managedcp...asp#xx522027xx

Cheers,

Imar
---------------------------------------
Imar Spaanjaars
Everyone is unique, except for me.
While typing this post, I was listening to: Muscle museum by Muse (Track 20 from the album: Hullabaloo) What's This?
 
Old May 5th, 2004, 10:39 AM
Authorized User
 
Join Date: Apr 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Iamar,
Thanks a lot. I have a place to start now.
Franc






Similar Threads
Thread Thread Starter Forum Replies Last Post
How can I run or not run Google AD in my ASP.NET w mycwcgr ASP.NET 2.0 Professional 0 November 5th, 2007 07:18 AM
Not able to run my application twice! nicky05 Excel VBA 0 August 26th, 2005 04:44 AM
can i run dot net application on linux VIshwastrivedi SQL Server 2000 4 September 21st, 2004 02:11 AM
can i run dot net application on linux VIshwastrivedi .NET Framework 2.0 1 September 21st, 2004 01:27 AM





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