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

您能否提供更多詳細信息,例如您的環境,您是否使用設備或模擬器,您正在使用哪個項目模板等 – 2012-04-05 08:17:00

+0

對於遲到回覆抱歉:(我正在使用模擬器(windows phone模擬器7)。我得到了提及問題的解決方案,我已經重新安裝了所有的軟件,後來得到了工作 – 2012-04-18 06:13:11

+0

:) :)感謝您的回覆 – 2012-04-18 06:14:58

回答

2

我也有這樣的情況,所以我剛安裝MS Visual Studio中的Service Pack 1和Windows Phone SDK 7.1.1更新,現在,它的工作原理:) 我已經看到了另一種解決方案here,它沒有幫助我,但它可以幫助別人。

+0

感謝您的回覆,這對我更有幫助 – 2012-05-24 10:46:46

相關問題