[mapguide-trac] #957: Doesn't check for computer configuration, to see if there is the right .NET inveroment

MapGuide Open Source trac_mapguide at osgeo.org
Wed Apr 8 01:22:11 EDT 2009


#957: Doesn't check for computer configuration, to see if there is the right .NET
inveroment
-----------------------+----------------------------------------------------
 Reporter:  nimcnaan   |         Owner:  nimcnaan
     Type:  defect     |        Status:  new     
 Priority:  low        |     Milestone:  2.1     
Component:  Installer  |       Version:  2.1.0   
 Severity:  trivial    |    Resolution:          
 Keywords:             |   External_id:          
-----------------------+----------------------------------------------------
Changes (by jbirch):

 * cc: jng, jbirch (added)

Comment:

 I just ran a test and got this result:

 {{{

 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -s
 W3SVC/1/ROOT/mapguide
 Start registering ASP.NET scriptmap (2.0.50727) recursively at
 W3SVC/1/ROOT/mapguide.
 The error indicates that this version of ASP.NET must first be registered
 on the  machine.

 }}}

 This is because on this image I installed IIS after !DotNet20.  ASP.Net
 was showing in the registry as being registered, but the IIS install had
 walked on top of it.

 To fix this, I ran the following;

 {{{

 C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe -ir
 Start installing ASP.NET (2.0.50727) without registering the scriptmap.
 ........................
 Finished installing ASP.NET (2.0.50727) without registering the scriptmap.

 }}}

 This worked fine; after I ran it I was able to manually assign the
 mapguide VDir the appropriate !DotNet version.  However, I'm not entirely
 convinced that we should do this as part of the installer.

-- 
Ticket URL: <https://trac.osgeo.org/mapguide/ticket/957#comment:2>
MapGuide Open Source <http://mapguide.osgeo.org/>
MapGuide Open Source Internals


More information about the mapguide-trac mailing list