I have installed Visual Studio 2012 Ultimate. Installation is completed but following Warning is shown- "Windows Error Log file is full." I restarted computer without dealing with this warning. And created a new asp.net project. Then I added a sql server database in App_Data folder, but when I open this database in Server Explorer, I am getting in the following error -
System.MissingMethodException
Method not found: 'Void Microsoft.Data.Tools.Schema.Sql.Build.SqlTaskHost.GetWorkload(Int32 ByRef, Int32 ByRef, System.String ByRef)'.
at Microsoft.VisualStudio.Data.Tools.Package.StatusBarService.TotalWorkload(String& description)
at Microsoft.VisualStudio.Data.Tools.Package.StatusBarService.UpdateStatusBar()
at Microsoft.VisualStudio.Data.Tools.Package.StatusBarService.OnIdle()
at Microsoft.VisualStudio.Data.Tools.Package.UI.DataPackage.OnIdle()
at Microsoft.VisualStudio.Data.Tools.Package.Project.VsPkgIdleProcessingComponent.FDoIdle(UInt32 grfidlef)
After displaying this error message, Visual Studio is restarted automatically. Please tell me solution for this problem. Thank you.