.NET Forum / Visual Studio.NET / General / July 2004
VB.net and build platforms
|
|
Thread rating:  |
pete - 03 Jul 2004 18:15 GMT Hi, I have brought VB.Net and I am following the training exercise,"Lucky7". The problem I have, is that the only build platform available is .Net. How Do I add other platforms, like xp Pro and XP home, etc.... Thanks :)
Chua Wen Ching - 03 Jul 2004 21:05 GMT Hi pete,
I am kind of confuse by your definition of platform.
is that the only build platform available is .Net. How Do I add other platforms, like xp Pro and XP home, etc.... ???
Sorry for the trouble. Cheers.
 Signature Regards, Chua Wen Ching :)
> Hi, > I have brought VB.Net and I am following the training exercise,"Lucky7". > The problem I have, is that the only build platform available is .Net. > How Do I add other platforms, like xp Pro and XP home, etc.... > Thanks :) pete - 03 Jul 2004 21:44 GMT When you want to compile the project , you have a choice of debug or release, and also what build platform you want. but the only one available is .net
> Hi pete, > [quoted text clipped - 11 lines] > > How Do I add other platforms, like xp Pro and XP home, etc.... > > Thanks :) Chua Wen Ching - 03 Jul 2004 22:25 GMT Hi pete,
I assume the .NET means .NET Framework. And .NET framework works fine in windows xp professional.
Yeah, I had tested on windows 2000 professional, windows xp professional and windows server 2003 too.
Correct me if i am wrong. Cheers.
 Signature Regards, Chua Wen Ching :)
> When you want to compile the project , you have a choice of debug or > release, and also what build platform you want. but the only one available [quoted text clipped - 15 lines] > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > Thanks :) Chua Wen Ching - 03 Jul 2004 22:33 GMT Hi again,
I think i made a mistake.
If you actually look into denenv command, you can set
DEBUG|.NET or RELEASE|Win32
Hmm... i never seen win32 before. I am used to the default build on .NET Platform.
Sorry earlier that i made a mistake.
 Signature Regards, Chua Wen Ching :)
> Hi pete, > [quoted text clipped - 23 lines] > > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > > Thanks :) pete - 03 Jul 2004 23:15 GMT Cool, now how do get an "windows" application, made in visual studio.net, to work in "windows" XP Home??
> Hi again, > [quoted text clipped - 35 lines] > > > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > > > Thanks :) Chua Wen Ching - 03 Jul 2004 23:35 GMT Hi Pete,
All .NET application will runs on windows with .NET Framework (see the system requirements below) installed. You can get the .NET redistributable here.
http://www.microsoft.com/downloads/details.aspx?FamilyID=262d25e3-f589-4842-8157 -034d1e7cf3a3&displaylang=en
Supported Operating Systems: Windows 2000, Windows 98, Windows ME, Windows NT, Windows XP Microsoft Windows NT 4.0 requires Service Pack 6a.
I believe it will work on Windows XP home editions.
Good Luck! :)
 Signature Regards, Chua Wen Ching :)
> Cool, now how do get an "windows" application, made in visual studio.net, > to work in "windows" XP Home?? [quoted text clipped - 43 lines] > > > > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > > > > Thanks :) pete - 03 Jul 2004 23:35 GMT http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157 -034D1E7CF3A3&displaylang=en
Download this file, install on the target machine, (including XP Home), and your applications with the " .net" extensions, will RUN!
> Cool, now how do get an "windows" application, made in visual studio.net, > to work in "windows" XP Home?? [quoted text clipped - 43 lines] > > > > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > > > > Thanks :) Chua Wen Ching - 03 Jul 2004 23:46 GMT Hi pete,
Download this file, install on the target machine, (including XP Home), and your applications with the " .net" extensions, will RUN! --> Well i think applications are normally in an executable form (*.exe) rather than (*.net). Yeah you install this in each target machine you want to run an .net application.
Cheers.
 Signature Regards, Chua Wen Ching :)
> http://www.microsoft.com/downloads/details.aspx?FamilyId=262D25E3-F589-4842-8157 -034D1E7CF3A3&displaylang=en > [quoted text clipped - 54 lines] > > > > > > > How Do I add other platforms, like xp Pro and XP home, etc.... > > > > > > > Thanks :) Poolbeer - 05 Jul 2004 21:18 GMT The platform is not important as .net is the only supported platform for VB.net. I believe it can only be changed if you're using C++ (giving the options .NET -> managed and Win32 -> unmanaged), although I did not check that.
The WinForms application you create will still have the .exe extension like any other type of executable and .dll for all components.
greets,
Poolbeer (MCP .net framework)
> Hi, > I have brought VB.Net and I am following the training exercise,"Lucky7". > The problem I have, is that the only build platform available is .Net. > How Do I add other platforms, like xp Pro and XP home, etc.... > Thanks :)
Free MagazinesGet these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...
|
|
|