De nieuwe versie van ElvyWeb, die beschikbaar is in release 2104, maakt gebruik van een nieuwe versie van het Microsoft .NET Framework: versie 4.8. Deze versie van het Microsoft.NET Framework moet geïnstalleerd zijn op de server waar ElvyWeb op staat, zodat de nieuwe versie van ElvyWeb naar behoren werkt.
Het installatiepakket voor het Microsoft .NET Framework is te vinden op de website van Microsoft: https://dotnet.microsoft.com/download/dotnet-framework/net48.
Als deze versie niet geïnstalleerd is, dan krijgt de gebruiker de volgende foutmelding bij het starten van ElvyWeb:
Server Error in '/' Application.
Configuration Error
Parser Error Message: The 'targetFramework' attribute in the element of the Web.config file is used only to target version 4.0 and later of the .NET Framework (for example, ). The 'targetFramework' attribute currently references a version that is later than the installed version of the .NET Framework. Specify a valid target version of the .NET Framework, or install the required version of the .NET Framework.
Source Error:
Line 64: </authorization>
Line 65: <customErrors mode="RemoteOnly" defaultRedirect="Error.aspx" />
Line 66: <compilation debug="true" targetFramework="4.8">
Line 67: <assemblies>
Line 68: <add assembly="Microsoft.ReportViewer.Common, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845DCD8080CC91" />
An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Source File: G:\xxx\xxx.com\httpdocs\web.config Line: 24
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.34248
Opmerkingen (0 opmerkingen)