<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Install Server on Windows 2003 - General Questions				            </title>
            <link>https://solidcp.com/forum/question/install-server-on-windows-2003/</link>
            <description>SolidCP Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Mon, 14 Sep 2026 09:11:22 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>Answer: Install Server on Windows 2003</title>
                        <link>https://solidcp.com/forum/question/install-server-on-windows-2003/#post-7393</link>
                        <pubDate>Fri, 12 Jul 2019 15:32:39 +0000</pubDate>
                        <description><![CDATA[The installer needs asp.net v4 and this runs ok, as we have v4 installed.  The error happens when the try to install the Server ASP.NET v2 component in the list.

In the end I got this worki...]]></description>
                        <content:encoded><![CDATA[The installer needs asp.net v4 and this runs ok, as we have v4 installed.  The error happens when the try to install the <span>Server ASP.NET v2 component in the list.</span>

In the end I got this working by installing manually.

Thanks

Pete]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>petem</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/install-server-on-windows-2003/#post-7393</guid>
                    </item>
				                    <item>
                        <title>Answer: Install Server on Windows 2003</title>
                        <link>https://solidcp.com/forum/question/install-server-on-windows-2003/#post-7389</link>
                        <pubDate>Thu, 11 Jul 2019 22:19:00 +0000</pubDate>
                        <description><![CDATA[Hello,

Do you have asp.net v4 installed?

Even though the module is made for asp.net v3.5 it will install under asp.net v4.0 to start with (which you can switch via IIS afterwards).

Regard...]]></description>
                        <content:encoded><![CDATA[Hello,

Do you have asp.net v4 installed?

Even though the module is made for asp.net v3.5 it will install under asp.net v4.0 to start with (which you can switch via IIS afterwards).

Regards,

Marco]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>Marco Tiggelaar</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/install-server-on-windows-2003/#post-7389</guid>
                    </item>
				                    <item>
                        <title>Install Server on Windows 2003</title>
                        <link>https://solidcp.com/forum/question/install-server-on-windows-2003/#post-1469</link>
                        <pubDate>Tue, 09 Jul 2019 14:11:47 +0000</pubDate>
                        <description><![CDATA[Hi,

We are currently testing SolidCP.  Most of our servers are Windows 2012R2 which appear to install and work ok but when trying to install on Windows 2003 (Server ASP.NET v2 component) th...]]></description>
                        <content:encoded><![CDATA[Hi,

We are currently testing SolidCP.  Most of our servers are Windows 2012R2 which appear to install and work ok but when trying to install on Windows 2003 (Server ASP.NET v2 component) the install fails with the following showing in the installation log:-




 INFO: Tmp directory created
 START: Downloading file
 INFO: Downloading file "~/Files/1.4.3/SolidCP-Server-asp-v2.zip" to "C:Program FilesSolidCP InstallerTmpSolidCP-Server-asp-v2.zip"
 END: Downloaded 16801404 bytes
 START: Unzipping file
 INFO: Unzipping file "C:Program FilesSolidCP InstallerDataSolidCP-Server-asp-v2.zip" to the folder "C:Program FilesSolidCP InstallerTmp"
 END: Unzipped file
 START: Running installer SolidCP.Setup.Serveraspv2143.Install from C:Program FilesSolidCP InstallerTmpsetupsetup.dll
 ERROR: Installer error
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---&gt; System.TypeLoadException: Could not load type 'System.Runtime.CompilerServices.ExtensionAttribute' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
at System.ModuleHandle.ResolveMethod(RuntimeModule module, Int32 methodToken, IntPtr* typeInstArgs, Int32 typeInstCount, IntPtr* methodInstArgs, Int32 methodInstCount)
at System.ModuleHandle.ResolveMethodHandleInternalCore(RuntimeModule module, Int32 methodToken, IntPtr[] typeInstantiationContext, Int32 typeInstCount, IntPtr[] methodInstantiationContext, Int32 methodInstCount)
at System.ModuleHandle.ResolveMethodHandleInternal(RuntimeModule module, Int32 methodToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
at System.Reflection.CustomAttributeData..ctor(RuntimeModule scope, CustomAttributeRecord caRecord)
at System.Reflection.CustomAttributeData.GetCustomAttributes(RuntimeModule module, Int32 tkTarget)
at System.Reflection.CustomAttributeData.GetCustomAttributesInternal(RuntimeAssembly target)
at System.Reflection.RuntimeAssembly.GetCustomAttributesData()
at System.Reflection.CustomAttributeData.GetCustomAttributes(Assembly target)
at System.Resources.ManifestBasedResourceGroveler.GetNeutralResourcesLanguage(Assembly a, UltimateResourceFallbackLocation&amp; fallbackLocation)
at System.Resources.ResourceManager.CommonSatelliteAssemblyInit()
at System.Resources.ResourceManager..ctor(String baseName, Assembly assembly)
at SolidCP.Setup.Properties.Resources.get_ResourceManager()
at SolidCP.Setup.Properties.Resources.get_BannerImage()
at SolidCP.Setup.InstallerForm.InitializeComponent()
at SolidCP.Setup.InstallerForm..ctor()
at SolidCP.Setup.Server.InstallBase(Object obj, String minimalInstallerVersion)
at SolidCP.Setup.Serveraspv2143.Install(Object obj)
--- End of inner exception stack trace ---
at System.RuntimeMethodHandle._InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, SignatureStruct&amp; sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.RuntimeMethodHandle.InvokeMethodFast(IRuntimeMethodInfo method, Object target, Object[] arguments, Signature sig, MethodAttributes methodAttributes, RuntimeType typeOwner)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks)
at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture)
at SolidCP.Installer.Common.AssemblyLoader.RemoteRun(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Common.AssemblyLoader.RemoteRun(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Common.AssemblyLoader.Execute(String fileName, String typeName, String methodName, Object[] parameters)
at SolidCP.Installer.Controls.ComponentsControl.StartInstaller(DataRowView row)
 START: Loading list of available components
 END: Available components loaded




Does anyone have an idea why the install fails?

Thanks

Pete]]></content:encoded>
						                            <category domain="https://solidcp.com/forum/question/">General Questions</category>                        <dc:creator>petem</dc:creator>
                        <guid isPermaLink="true">https://solidcp.com/forum/question/install-server-on-windows-2003/#post-1469</guid>
                    </item>
							        </channel>
        </rss>
		