Check out our discord at https://discord.gg/3u69jMa 

MS Visual Studio 2003: Difference between revisions

From SWRC Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
'''.NET framework version 1.1'''
'''.NET framework version 1.1'''


Before you can install Visual Studio .NET 2003 you first need the .NET framework 1.1. However, it is not possible to install it the normal way due to compatibility issues with modern windows. As a convenience you can use this preconfigured installer: [https://wiki.swrc-modding.net/images/6/6b/DotNet1.zip download]. Simply extract the archive at a suitable location and run "install.bat".
Before you can install Visual Studio .NET 2003 you first need the .NET framework 1.1. However, it is not possible to install it the normal way due to compatibility issues with modern Windows. As a convenience you can use this preconfigured installer: [https://wiki.swrc-modding.net/images/6/6b/DotNet1.zip download]. Simply extract the archive at a suitable location and run "install.bat".


In case the "install.bat" file returns an error, run netfx.msi instead. After that, run the Visual Studio Setup again and install the missing required files there.
In case the "install.bat" file returns an error, run netfx.msi instead. After that, run the Visual Studio Setup again and install the missing prerequisites there.




'''Visual Studio .NET 2003'''
'''Visual Studio .NET 2003'''


Note: The installer might fail due to some file paths being too long so rename the folder you extracted from the archive to something short and put it in a directory that is not too far from the root like the desktop. To install it, simply run "setup.exe". Follow the steps as shown: First install the prerequisites and then Visual Studio itself. You can skip the remaining two installation steps since they are not required.  
Note: The installer might fail due to some file paths being too long so rename the folder you extracted from the archive to something short and put it in a directory that is not too far from the root like the desktop. To install it, simply run "setup.exe". Follow the steps as shown: First install the prerequisites and then Visual Studio itself. You can skip the remaining two installation steps since they are not required.
 
At some point the installer might seem to be stuck half way through. Don't worry, it can take relative long time (5 minutes) for installer to finish on Windows 10/11.




[[File:MsVisualStudio2003.png]]
[[File:MsVisualStudio2003.png]]

Latest revision as of 13:05, 9 July 2026

Republic Commando was developed using Microsoft Visual Studio .NET 2003 which makes it the best version to use to make sure native mods are as compatible as possible with the game. It should work fine on newer versions of Windows if you follow the installation steps on this page.

Download: here

Take a look at Writing Native Code for a detailed guide on how to use it for Republic Commando.

Installation

.NET framework version 1.1

Before you can install Visual Studio .NET 2003 you first need the .NET framework 1.1. However, it is not possible to install it the normal way due to compatibility issues with modern Windows. As a convenience you can use this preconfigured installer: download. Simply extract the archive at a suitable location and run "install.bat".

In case the "install.bat" file returns an error, run netfx.msi instead. After that, run the Visual Studio Setup again and install the missing prerequisites there.


Visual Studio .NET 2003

Note: The installer might fail due to some file paths being too long so rename the folder you extracted from the archive to something short and put it in a directory that is not too far from the root like the desktop. To install it, simply run "setup.exe". Follow the steps as shown: First install the prerequisites and then Visual Studio itself. You can skip the remaining two installation steps since they are not required.

At some point the installer might seem to be stuck half way through. Don't worry, it can take relative long time (5 minutes) for installer to finish on Windows 10/11.