Я использую Visual Studio 2010 и создал пример проекта MVC3 по умолчанию.Проект запускается нормально, и я получаю домашнюю страницу.
Но когда я иду, чтобы зарегистрировать нового пользователя, я получаю эту ошибку,
An error occurred during the execution of the SQL file 'InstallCommon.sql'. The SQL error number is 5177 and the SqlException message is: An unexpected error occurred while checking the sector size for file 'D:\WORK\VISUAL STUDIO PROJECTS\VISUAL STUDIO 2010\MVC3\MVC3\APP_DATA\ASPNETDB_TMP.MDF'. Move the file to a local NTFS volume, where the sector size can be retrieved. Check the SQL Server error log for more information.
CREATE DATABASE failed. Some file names listed could not be created. Check related errors.
Creating the ASPNETDB_af8cb88b53744229b5d3dca30395b572 database...
У меня также установлен SQLServer 2008 R2.
Кто-нибудь знает, почему это происходит?
Спасибо