Skip to content

Instantly share code, notes, and snippets.

@Mythli
Created August 29, 2013 10:29
Show Gist options
  • Save Mythli/fd2010373157b819bf23 to your computer and use it in GitHub Desktop.
Save Mythli/fd2010373157b819bf23 to your computer and use it in GitHub Desktop.
Serverfehler in der Anwendung /.
Konfigurationsfehler
Beschreibung: Fehler beim Verarbeiten einer Konfigurationsdatei, die für diese Anforderung erforderlich ist. Überprüfen Sie die unten angegebenen Fehlerinformationen, und ändern Sie die Konfigurationsdatei entsprechend.
Parserfehlermeldung: Die Datei oder Assembly "MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" oder eine Abhängigkeit davon wurde nicht gefunden. Das System kann die angegebene Datei nicht finden.
Quellfehler:
Zeile 250: <providers>
Zeile 251: <add name="AspNetSqlMembershipProvider" type="System.Web.Security.SqlMembershipProvider, System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" connectionStringName="LocalSqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Hashed" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
Zeile 252: <add name="MySQLMembershipProvider" type="MySql.Web.Security.MySQLMembershipProvider, MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d" connectionStringName="LocalMySqlServer" enablePasswordRetrieval="false" enablePasswordReset="true" requiresQuestionAndAnswer="true" applicationName="/" requiresUniqueEmail="false" passwordFormat="Clear" maxInvalidPasswordAttempts="5" minRequiredPasswordLength="7" minRequiredNonalphanumericCharacters="1" passwordAttemptWindow="10" passwordStrengthRegularExpression="" />
Zeile 253: </providers>
Zeile 254: </membership>
Quelldatei: C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\machine.config Zeile: 252
Überwachung beim Laden der Assembly: Mit folgenden Informationen kann bestimmt werden, warum die Assembly MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d nicht geladen werden konnte.
=== Zustandsinformationen vor Bindung ===
LOG: Benutzer = BOOKHIT\Anhalt
LOG: DisplayName = MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d
(Fully-specified)
LOG: Appbase = file:///C:/Users/Anhalt/Documents/Visual Studio 2012/Projects/TestMvc/TestMvc/
LOG: Ursprünglicher PrivatePath = C:\Users\Anhalt\Documents\Visual Studio 2012\Projects\TestMvc\TestMvc\bin
Aufruf von Assembly : (Unknown).
===
LOG: Diese Bindung startet im default-Load-Kontext.
LOG: Die Anwendungskonfigurationsdatei wird verwendet: C:\Users\Anhalt\Documents\Visual Studio 2012\Projects\TestMvc\TestMvc\web.config
LOG: Die Hostkonfigurationsdatei wird verwendet: C:\Users\Anhalt\Documents\IISExpress\config\aspnet.config
LOG: Die Computerkonfigurationsdatei von C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config wird verwendet.
LOG: Verweis nach der Richtlinie: MySql.Web, Version=6.7.4.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d
LOG: Download von neuem URL file:///C:/Users/Anhalt/AppData/Local/Temp/Temporary ASP.NET Files/root/056dc76a/789b12c7/MySql.Web.DLL.
LOG: Download von neuem URL file:///C:/Users/Anhalt/AppData/Local/Temp/Temporary ASP.NET Files/root/056dc76a/789b12c7/MySql.Web/MySql.Web.DLL.
LOG: Download von neuem URL file:///C:/Users/Anhalt/Documents/Visual Studio 2012/Projects/TestMvc/TestMvc/bin/MySql.Web.DLL.
LOG: Download von neuem URL file:///C:/Users/Anhalt/Documents/Visual Studio 2012/Projects/TestMvc/TestMvc/bin/MySql.Web/MySql.Web.DLL.
LOG: Download von neuem URL file:///C:/Users/Anhalt/AppData/Local/Temp/Temporary ASP.NET Files/root/056dc76a/789b12c7/MySql.Web.EXE.
LOG: Download von neuem URL file:///C:/Users/Anhalt/AppData/Local/Temp/Temporary ASP.NET Files/root/056dc76a/789b12c7/MySql.Web/MySql.Web.EXE.
LOG: Download von neuem URL file:///C:/Users/Anhalt/Documents/Visual Studio 2012/Projects/TestMvc/TestMvc/bin/MySql.Web.EXE.
LOG: Download von neuem URL file:///C:/Users/Anhalt/Documents/Visual Studio 2012/Projects/TestMvc/TestMvc/bin/MySql.Web/MySql.Web.EXE.
Versionsinformationen: Microsoft .NET Framework-Version:4.0.30319; ASP.NET-Version:4.0.30319.18045
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment