Message in Polish (Polski)

Element <compilation> pliku Web.config nie ma atrybutu targetFramework. Dlatego program ASP.NET przyjmuje, że wersją docelową programu .NET Framework dla aplikacji sieci Web jest wersja 3.5 lub starsza, ale program ASP.NET nie może odnaleźć plików, które są instalowane z programem .NET Framework w wersji 3.5 i które musi skompilować. W przypadku kompilowania tej aplikacji sieci Web z uwzględnieniem wersji 3.5 lub starszej programu .NET Framework upewnij się, że jest zainstalowana wersja 3.5 programu .NET Framework. W przypadku kompilowania tej aplikacji sieci Web z uwzględnieniem wersji 4 lub nowszej programu .NET Framework dodaj atrybut targetFramework do elementu <compilation> pliku Web.config (na przykład <compilation targetframework="4.0">).</compilation></compilation></compilation>

Unlocalized message

The <compilation> element of the Web.config file does not have a 'targetFramework' attribute. Therefore ASP.NET assumes that the Web application targets the .NET Framework version 3.5 or earlier, but ASP.NET could not find files that are installed with the .NET Framework version 3.5 that it needs to compile. If you are compiling this Web application for version 3.5 or earlier of the .NET Framework, make sure that version 3.5 of the .NET Framework is installed. If you are compiling this Web application for version 4 or later of the .NET Framework, add the 'targetFramework' attribute to the <compilation> element of the Web.config file (for example, '<compilation targetframework="4.0">').</compilation></compilation></compilation>

Search by Google
Available localized messages
Hebrew (עברית) Dutch (Nederlands) Norwegian (Bokmal) (Norsk (Bokmål)) Hungarian (magyar) Finnish (suomi) Turkish (Türkçe) Russian (Русский) Italian (Italiano) Prior (Message) French (Français) Chinese (Simplified) (中文(简体)) Arabic (العربية) Japanese (日本語) German (Deutsch) Czech (Čeština) Korean (한국어) Next (Message) Greek (Ελληνικά) Spanish (Español) Danish (Dansk) Swedish (Svenska) Chinese (Traditional) (中文(繁體)) Portuguese (Brazil) (Português (Brasil))