<<back

Q: Should I install Microsoft .NET Framework?

A:
First, click here to see if it is installed on your computer.
If your machine does not have Framework installed, QuakeMap will not start after installation, and a message similar to these will be displayed:





In this case you need to install the FREE update from Microsoft by following instructions here. After updating your system, just run QuakeMap from Start menu - it will start normally.

 

Q: Which versions of Microsoft .NET Framework are supported?

A:
The program is intended for officially released Frameworks 1.0, 1.1 or 2.0 (preferrable).
To make it work with any other version please edit the file
C:\Program Files\VitalBytes\QuakeMap\bin\quakemap.exe.config to look like this:


	<?xml version ="1.0"?>
	<configuration>
		<startup>
			<supportedRuntime version="v2.0.50727" />
			<supportedRuntime version="v1.1.4322" />
			<supportedRuntime version="v1.0.3705" />
			<supportedRuntime version="vYOUR VERSION HERE" />
		</startup>
		<runtime>
			<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
				<publisherPolicy apply="no"/>
			</assemblyBinding>
		</runtime>
		<!-- system.net>
			<connectionManagement>
			<clear/>
			<add address="*" maxconnection="10" />
			</connectionManagement>
		</system.net -->
	</configuration>
			

Exact version of the framework on your machine is reflected here: C:\WINDOWS\Microsoft.NET\Framework