1

私はWindows Phoneアプリケーションの開発を開始しました。新しいプロジェクトを作成すると、以下の例外が表示されます。私はその問題が何であるか分からない。誰も助けることができますか?ウィンドウフォンアプリケーション実行時エラー

System.InvalidProgramException 
Common Language Runtime detected an invalid program. 
    at System.ComponentModel.TypeConverterAttribute..ctor(Type type) 
    at MS.Internal.Metadata.IntrinsicMetadata.AddTypeConverterAttributes() 
    at MS.Internal.Metadata.IntrinsicMetadata.get_CustomAttributes() 
    at Microsoft.Windows.Design.Platform.SilverlightMetadataContext..ctor() 
    at Microsoft.Windows.Design.Platform.SilverlightMetadataContext..ctor(DesignerPlatform platformFactory, Platform blendPlatform) 
    at MS.Internal.Platform.SilverlightPlatformImpl.get_MetadataContext() 
    at MS.Internal.Platform.SlmPlatformImpl.get_MetadataContext() 
    at MS.Internal.Package.VSIsolationProviderService.RemoteReferenceProxy.EnsurePlatformInitialized() 
    at MS.Internal.Package.VSIsolationProviderService.RemoteReferenceProxy.EnsurePlatformInitialized() 
    at MS.Internal.Package.VSIsolationProviderService.CreateIsolationProvider(String originalIdentifier, Boolean isGlobal, String identity, FrameworkName frameworkName, AssemblyName appAssemblyName, IVsHierarchy hierarchy) 
    at MS.Internal.Package.VSIsolationProviderService.CreateIsolationProviderWorker(String identifier, IServiceProvider provider) 
    at MS.Internal.Package.VSIsolationProviderService.CreateIsolationProvider(String identifier, IServiceProvider provider) 
    at MS.Internal.Providers.VSDesignerContext.CreateIsolationProvider(IServiceProvider provider, IVsHierarchy hierarchy) 
    at MS.Internal.Providers.VSDesignerContext.<>c__DisplayClass1.<Initialize>b__0(IsolationProviderProxy i) 
    at MS.Internal.Providers.IsolationProviderProxy.get_RealProvider() 
    at MS.Internal.Providers.IsolationProviderProxy.add_UnhandledException(UnhandledExceptionEventHandler value) 
    at MS.Internal.Designer.DesignerPane.LoadDesignerView() 
+0

デバイスやエミュレータを使用しているかどうか、使用しているプロジェクトテンプレートなどの詳細については、 –

+0

ご迷惑をおかけしますか?(私はエミュレータを使用しています。私は言及の問題のための解決策を得た。私はすべてのソフトウェアを再インストールし、後で仕事を得た –

+0

:)あなたのresponeのためにありがとう –

答えて

2

私はまた、このような状況を持っていたので、私はちょうどMSのVisual Studio Service Pack 1およびWindows PhoneのSDK 7.1.1アップデートをインストールし、今では動作します:) 私は別のソリューションhereを見てきました、それはしかし、それは他の人を助けるかもしれません。

+0

私の応答のための感謝、それは私に多くの助けです –