|
I try to install Dotnetage 2.1.2 with SQL Express 2008 R2, But I got follow errror while install core solution:
An error occurred while updating the entries. See the inner exception for details. 源:EntityFramework 数据:System.Collections.ListDictionaryInternal 跟踪堆栈: at System.Data.Entity.Internal.InternalContext.SaveChanges() at DNA.Mvc.Installation.InstallationHelpers.WidgetsSeed(IDataContext dbContext) at DNA.Mvc.Controllers.InstallController.CreateWeb(Web web, String solution) I track this error with VS2010 and found: "InnerException = {"对象名 'dbo.dna_WidgetDescriptors' 无效。"}". What can I do now? Pls Help ! Thanks! |