RE: Help getting started
Brought to you by:
wrowe
From: Trent N. <tn...@on...> - 2007-04-24 08:12:42
|
> mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine. Only .NET 1.0 and 1.1 are supported at the moment. You'll need to uncomment one of the 'AspNetVersion' directives to force the correct CLR engine: # A specific version of the .NET Common Language Runtime may be forced # with the AspNetVersion directive; uncomment one of the lines below # for the v1.0 or v1.1 general release versions, and refer to the # C:/WINDOWS/Microsoft.NET/Framework directory for installed versions. # The default is the most recent installed .NET CLR version. # #AspNetVersion v1.0.3705 #AspNetVersion v1.1.4322 Regards, Trent. |