1. Install a recent build of the ASP.NET Fall 2012 Update on a machine with a preview build of Visual Studio 2012 Update 1 installed.<br />2. Open Visual Studio and attempt to create a C# Razor V2 website.<br /><br />Result: You'll get the following error when the website is being created. (Original Czech text first, then English translation.) Other packages appear to install correctly.<br /><br />---------------------------<br />Microsoft Visual Studio<br />---------------------------<br />Chyba instalace balíčku<br /><br />Do projektu se nepodařilo přidat všechny požadované balíčky. Následující balíčky se ze C:\Program Files (x86)\Microsoft ASP.NET\ASP.NET Web Pages\v2.0\Packages nepodařilo nainstalovat:<br /><br />Microsoft.AspNet.Razor.2.0.20710.0 : Nelze nalézt verzi 2.0.20710.0 balíčku Microsoft.AspNet.Razor.<br /><br />NuGet.Core.1.6.2 : Nelze nalézt verzi 1.6.2 balíčku NuGet.Core.<br /><br />Microsoft.AspNet.WebPages.Administration.2.0.20710.0 : Nelze nalézt verzi 2.0.20710.0 balíčku Microsoft.AspNet.WebPages.Administration.<br />---------------------------<br />OK <br />---------------------------<br /><br />---------------------------<br />Microsoft Visual Studio<br />---------------------------<br />Error installing package<br /><br />The project failed to add all of the required packages. The following packages are from C:\Program Files (x 86) \Microsoft ASP.NET ASP.NET Web \ Pages\v2.0\Packages failed to install:<br /><br />Microsoft. AspNet. Razor. 2.0.20710.0: cannot find the version of the 2.0.20710.0 package Microsoft.AspNet.Razor.<br /><br />Mesh. Core 1.6.2: can't find version 1.6.2 Mesh package. Core.<br /><br />Microsoft. In AspNet.. Administration. 2.0.20710.0: cannot find the version of the 2.0.20710.0 package Microsoft. In AspNet.. Administration.<br />---------------------------<br />OK<br />---------------------------<br />
↧