2017-09-13 8 views
1

ASP.NET MVCフレームワークを使用してWebアプリケーションの開発にVisual Studio 2017を使用しています。私は私のプロジェクトを開くためにずっと問題はありません。しかし、昨日、私はちょうど今日10私の窓を更新し、私はVisual Studio 2017:Windows 10のアップデート後にASP.NET MVCプロジェクトを開くことができません

An exception was encountered while constructing the content of this frame. This information is also logged in "C:\Users\chan.yoonghon\AppData\Roaming\Microsoft\VisualStudio\15.0_3a4e3740\ActivityLog.xml". 

Exception details: 
System.ArgumentException: The number of generic arguments provided doesn't equal the arity of the generic type definition. 
Parameter name: instantiation 
    at System.RuntimeType.MakeGenericType(Type[] instantiation) 
    at Microsoft.VisualStudio.Composition.Reflection.TypeRef.get_ResolvedType() 
    at Microsoft.VisualStudio.Composition.RuntimeComposition.RuntimeImport.get_ImportingSiteType() 
    at Microsoft.VisualStudio.Composition.RuntimeComposition.RuntimeImport.get_ImportingSiteTypeWithoutCollection() 
    at Microsoft.VisualStudio.Composition.RuntimeComposition.RuntimeImport.get_IsLazy() 
    at Microsoft.VisualStudio.Composition.RuntimeComposition.RuntimeImport.get_LazyFactory() 
    at Microsoft.VisualStudio.Composition.RuntimeExportProviderFactory.RuntimeExportProvider.GetValueForImportSite(RuntimePartLifecycleTracker importingPartTracker, RuntimeImport import) 
    at Microsoft.VisualStudio.Composition.RuntimeExportProviderFactory.RuntimeExportProvider.RuntimePartLifecycleTracker.SatisfyImports() 
    at Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.SatisfyImmediateImports() 
    at Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.MoveNext(PartLifecycleState nextState) 
    at Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.MoveToState(PartLifecycleState requiredState) 
    at Microsoft.VisualStudio.Composition.ExportProvider.PartLifecycleTracker.GetValueReadyToExpose() 
    at Microsoft.VisualStudio.Composition.ExportProvider.<>c__DisplayClass53_0.<CreateExport>b__0() 
    at System.Lazy`1.CreateValue() 
    at System.Lazy`1.LazyInitValue() 
    at System.Lazy`1.get_Value() 
    at Microsoft.VisualStudio.Composition.ExportProvider.<>c__DisplayClass70_0`2.<GetExports>b__1() 
    at System.Lazy`1.CreateValue() 
    at System.Lazy`1.LazyInitValue() 
    at System.Lazy`1.get_Value() 
    at Microsoft.VisualStudio.Composition.ExportProvider.GetExportedValue[T]() 
    at Microsoft.VisualStudio.ComponentModelHost.ComponentModel.GetService[T]() 
    at Microsoft.Internal.VisualStudio.PlatformUI.PivotNavigatorServices.get_AttachedCollectionService() 
    at Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.RefillNavigator() 
    at Microsoft.VisualStudio.PlatformUI.SolutionNavigatorPane.OnToolWindowCreated() 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, UInt32 flags) 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Type toolWindowType, Int32 id, ProvideToolWindowAttribute tool) 
    at Microsoft.VisualStudio.Shell.Package.FindToolWindow(Type toolWindowType, Int32 id, Boolean create, ProvideToolWindowAttribute tool) 
    at Microsoft.VisualStudio.Shell.Package.CreateToolWindow(Guid& toolWindowType, Int32 id) 
    at Microsoft.VisualStudio.Shell.Package.Microsoft.VisualStudio.Shell.Interop.IVsToolWindowFactory.CreateToolWindow(Guid& toolWindowType, UInt32 id) 
    at Microsoft.VisualStudio.Platform.WindowManagement.WindowFrame.ConstructContent() 

次のエラーが発生しても、新しいVisual StudioのASP.NETプロジェクトを作成する私にもできない、次のと私の以前のVisual Studioプロジェクトを開くことができません。

The number of generic arguments provided doesn't equal the arity of the generic type definition. 
Parameter name: instantiation 

答えて

1

ビジュアルスタジオの修理または再インストールをお勧めします。

進み、それを実行します>> Visual Studioインストーラーを起動するには>> Klick起動するには次のアイコンが>>それは私の作品 Repair Visual Studio

+0

を修復します –

関連する問題