• 0

Visual Studio .NET 2003


Question

I got Microsoft Visual Studio .NET 2003 Enterprise Architect Version CD for my academic use. However, if I install Enterprise Architect Version, it require .NET Framework 1.1, Java SDK, and other components to be installed before VS .NET Enterprise Architect can be installed... These components consumed alot of space and resource on my computer...I don't want these components... I prefer Professional Version...So is it possible to modify the version from "Enterprise Architect" to "Professional"? Then I can have "Professional Version" so that I don't need to install these unnecessary components... Anyone who know how to modify the version i.e changing the setup files or system files to install as "Professional Version"?

Link to comment
https://www.neowin.net/forum/topic/165417-visual-studio-net-2003/
Share on other sites

15 answers to this question

Recommended Posts

  • 0

all versions of visual studio.net require the dot net framework and a bunch of other stuff to run. those are the runtimes that run the apps you write! as far as i know the prerequisites are no different for pro than they are for enterprise architect.

  • 0
  DarkLordSouron said:
awh man why did you got the architect version anyways

the pro. version is alot cheaper

Erm...My school lent me CD to let me install...but I see another student installing MS Visual Studio .NET Professional 2003 on his laptop without installing these components... I mean I look at them in "Add/Remove Program"...

Yup..I know Professional is cheaper than Enterprise Architect...

  • 0
  area91 said:
They are the same files in all editions! Also, its not the Java SDK it installs, its the J# .net runtime!

Why you must shout at me using exclaimation stop?

Oops...I know it is Visual J# .NET Redistributable Package...I was too busy so I typed "Java SDK"..

  • 0
  reactionary007 said:
all versions of visual studio.net require the dot net framework and a bunch of other stuff to run. those are the runtimes that run the apps you write! as far as i know the prerequisites are no different for pro than they are for enterprise architect.

But I checked other student's laptop with MS Visual Studio Professional installed...In "Add/Remove Program", I don't see "MS Framework 1.1 .NET" and "MS Visual J# .NET" being listed...I only see "MS Visual Studio .NET 2003 Professional" being listed...

  • 0

Now, if you actually read the install screens when you installed it you would see that those items are PREREQUISETS and MUST be installed for .NET to run.

And if you were really smart you would have ordered it for free from the Microsoft website and got a 60 day trial version for free on dvd in the mail... But instead you had to waste the $1600+ (aus) on it. Ah well.

  • 0
  scoult01 said:
Now, if you actually read the install screens when you installed it you would see that those items are PREREQUISETS and MUST be installed for .NET to run.

And if you were really smart you would have ordered it for free from the Microsoft website and got a 60 day trial version for free on dvd in the mail... But instead you had to waste the $1600+ (aus) on it. Ah well.

Well, I got it...But what I know the difference between 2 versions is that Enterprise Architect Version consumed more resource and space than Professional Version. Am I correct? If not, please correct me and clarify the difference between Enterprise Architect and Professional...Thanks...

Noooooo....I did not buy it..I mean my school give me Enterprise Architect CD through Volume License for Academic Use...

  • 0

snowblizzard, the .NET framework must be installed for you to install Visual Studio.NET. The applications that you will be creating using VS will depend this framework, so it must be installed. On the other hand, I don't think the J# redistributable package has to be installed, as long as you deselect the J# option in the VS install process. I could be wrong though, since I always install J#.

And to all of you who are telling him not to waste money on the Enterprise edition, maybe you should read the thread before you post. He got Enterprise free from school, he didn't pay anything for it.

  • 0
  hemi said:
snowblizzard, the .NET framework must be installed for you to install Visual Studio.NET. The applications that you will be creating using VS will depend this framework, so it must be installed. On the other hand, I don't think the J# redistributable package has to be installed, as long as you deselect the J# option in the VS install process. I could be wrong though, since I always install J#.

You can't deselect J# before you have installed the J# runtime ;)

Step 1 Prerequesites

Step 2 Select what you want (and remove the J# runtime after the installation completes. Just like frontpage extensions and stuff)

And the applications won't depend on the .NET framework, if he doesn't use .NET languages.

(E.g. he just installs VC++ like I did. No program you'd build with that should need the .NET framework unless you explicitly use something that's part of .NET (if that is even possible with plain C++ (I guess it is))).

  • 0

you HAVE to install the .NET Framework to run ANY version of VS.NET, and more importantly, if you dont have the .NET framework the apps you write wont even run anyway (unless you write a pure C++ appthat doesnt use any .NET features).

The professional version DOES make you install the .NET Framework, though im not sure about the J# Redist Package but the J# one isnt that big i dont think.

As for it consuming more space, you can select what components you want to install in the installer anyway, so just dont install some of the more advanced features. The major advantage of Enterprise Architect over Pro is its SQL Server integration anyway, there arnt that many other differences.

  • 0

Ooo...Sorry....Take my apologize...I did not know that these components are NEEDED to be installed before VS .NET can be installed...Coz I have not installed MS VS .NET Enterprise Architect yet even though I have CD with me...Now, I got it...Thanks all of you for your great advice...Hmmm...I guess I am satisfied with Enterprise Architect since Enterprise Architect is about the same as Professional... Anyway, I will install it now :D

  • 0
  hemi said:
That's true about the unmanaged VC++ programs 8tImER, but I was assuming that he was more interested in the managed languages like C# and VB.NET.

That's correct...I am learning C++ and Visual Basic in my collegue...As for Java# - not now but maybe in future when I have mastered C++ and VB.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Well, that's good to hear. No one here wants MAGAs to breed.
    • OpenAI announces significant updates to Codex and voice agent tools by Pradeep Viswanathan Apart from serving the ChatGPT experience to hundreds of millions of users everyday, OpenAI is also engaged in providing its platform for developers creating AI applications. OpenAI is popular among developers not just for its cutting-edge models, but also because of its strong tooling and support for developers. Today, OpenAI announced two significant updates for developers. The first is about Codex, OpenAI’s software engineering agent. OpenAI is now making Codex available to ChatGPT Plus users. For a limited time, ChatGPT Plus users will be able to enjoy generous usage limits, but OpenAI will rate-limit them during high-demand periods. Codex can now connect to the internet to install dependencies, upgrade packages, run tests that need external resources, and more. OpenAI specified that internet access is off by default, but users can enable it for specific environments. Users can also control the specific domains which Codex can access and more. This Codex Internet access capability is available for ChatGPT Plus, Pro, and Teams users, and it is coming soon to Enterprise users. With today’s update, Codex users can now update existing pull requests when following up on a task. Finally, users can now dictate tasks to Codex. Apart from the above and bug fixes, OpenAI has made the following improvements to Codex: Added support for binary files: When applying patches, all file operations are supported. When using PRs, only deleting or renaming binary files is supported for now. Improved error messages for setup scripts. Increased the limit on task diffs from 1 MB to 5 MB. Increased the limit for setup script duration from 5 to 10 minutes. Polished GitHub connection flow. Re-enabled Live Activities on iOS after resolving an issue with missed notifications. Removed the mandatory two-factor authentication requirement for users using SSO or social logins. The second major update from OpenAI today is about voice agents. OpenAI’s Agents SDK is now available in TypeScript and it comes with support for handoffs, guardrails, tracing, MCP, and other core agent primitives. This SDK also includes new support for human-in-the-loop approvals, allowing developers to pause tool execution, serialize and store the agent state, approve or reject specific calls, and resume the agent run. OpenAI also released an updated speech-to-speech model with improvements in instruction-following reliability, tool-calling consistency, and interruption behavior. Also, developers can now customize how fast the voice speaks during each session. Developers can now access the updated model via gpt-4o-realtime-preview-2025-06-03 in the Realtime API and gpt-4o-audio-preview-2025-06-03 in the Chat Completions API. Finally, the Traces dashboard now supports Realtime API sessions, allowing developers to easily visualize voice agent runs, including audio input/output, tool invocations, and interruptions.
    • VirtualBox 7.1.10 by Razvan Serea VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Presently, VirtualBox runs on Windows, Linux, macOS, and Solaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, 7, 8, Windows 10 and Windows 11), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x, 4.x, 5.x and 6.x), Solaris and OpenSolaris, OS/2, OpenBSD, NetBSD and FreeBSD. Some of the features of VirtualBox are: Modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox. Virtual machine descriptions in XML. The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers. VirtualBox 7.1.10 changelog: VBoxManage: Fixed a crash when running 'guestcontrol run' on Windows hosts (bug #22175) Audio: Fixed device switching on Windows hosts (bug #22267) Windows host installer: Fixed multiple installation entries in the 'Add or remove programs' dialog and upgrade issues Linux host: Fixed issue which caused VM Selector process crash due to missing libdl.so and libpthread.so libraries (bug #22193) Linux host: Removed libIDL as a build time dependency when building VirtualBox from source code (bug #21169) Linux guest and host: Added initial support for kernel 6.15 (bug #22420) Linux guest: Added initial support for kernel 6.16-RC0 Linux guest and host: Fixed issue with building modules for UEK8 kernel on Oracle Linux 9 distribution RDP: Fixed issue when it was not possible to paste clipboard buffer into a guest over RDP remote session Download: VirtualBox 7.1.10 | 119.0 MB (Open Source) Download: VirtualBox 7.1.10 Extension Pack | 21.9 MB View: VirtualBox Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • I think the reason is, it is cross platform.
  • Recent Achievements

    • Week One Done
      jrromero17 earned a badge
      Week One Done
    • One Month Later
      jrromero17 earned a badge
      One Month Later
    • Conversation Starter
      johnwin1 earned a badge
      Conversation Starter
    • One Month Later
      Marwin earned a badge
      One Month Later
    • One Year In
      fred8615 earned a badge
      One Year In
  • Popular Contributors

    1. 1
      +primortal
      236
    2. 2
      snowy owl
      156
    3. 3
      ATLien_0
      139
    4. 4
      Xenon
      131
    5. 5
      +FloatingFatMan
      128
  • Tell a friend

    Love Neowin? Tell a friend!