Answered by:
erreur on mainpag.xaml

Question
-
I was trying to develop an WIndows store App, So I installed Visual Studio express 2013 preview for windows. I selected all features while instalation. When installed, I created a new project in Windows Store (Visual Basic - XAML). I opened the MainPage.xaml as designer view. It occurs following error: -
System.Exception
Package failed updates, dependency or conflict validation.Windows cannot install package App.a9079b928.a1ac4.a444c.ab0c4.a357bd7c0b23a because this package depends on another package that could not be found. This package requires minimum version 0.0.0.0 of framework Microsoft.VCLibs.110.00.Debug published by any publisher to install. Provide the framework along with this package.
at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateDesignerProcess(String applicationPath, String clientPort, Uri hostUri, IDictionary environmentVariables, Int32& processId, Object& processData) at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.ProcessIsolationDomain..ctor(ProcessDomainFactory factory, IIsolationBoundary boundary, AppDomainSetup appDomainInfo, FrameworkName targetFramework, String identifier, String baseDirectory) at Microsoft.Expression.DesignHost.Isolation.Primitives.ProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary) at Microsoft.Expression.HostUtility.Platform.AppContainerProcessDomainFactory.CreateIsolationDomain(IIsolationBoundary boundary) at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.Initialize() at Microsoft.Expression.DesignHost.Isolation.Primitives.IsolationBoundary.CreateInstance[T](Type type) at Microsoft.Expression.DesignHost.Isolation.IsolatedExportProvider.Initialize() at Microsoft.VisualStudio.ExpressionHost.Services.VSIsolationService.CreateExportProvider(IIsolationTarget isolationTarget, ICatalogFactory catalogFactory, IExportFilter filter) at Microsoft.Expression.DesignHost.Isolation.IsolationService.CreateLease(IIsolationTarget isolationTarget) at Microsoft.Expression.DesignHost.IsolatedDesignerService.CreateLease(IIsolationTarget isolationTarget, CancellationToken cancelToken, DesignerServiceEntry& entry) at Microsoft.Expression.DesignHost.IsolatedDesignerService.IsolatedDesignerView.CreateDesignerViewInfo(CancellationToken cancelToken) at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.InvokeWithCulture[T](CultureInfo culture, Func`2 func, CancellationToken cancelToken) at Microsoft.Expression.DesignHost.Isolation.IsolatedTaskScheduler.<>c__DisplayClassa`1.<StartTask>b__6() at System.Threading.Tasks.Task`1.InnerInvoke() at System.Threading.Tasks.Task.Execute()
Please help me. Any helpful answers would be appreciated.
Thanks!
- Moved by Herro wongMicrosoft contingent staff, Moderator Monday, October 28, 2013 6:04 AM
Friday, October 25, 2013 9:21 PM
Answers
-
Hi, Kerim
It sounds like that the problem here is that Aftab unchecked C# support during installation of
Visual Studio 2013 and that may be the root cause of this issue. You can repair the VS and
make sure that C# is checked on during installation.
If the problem do not resolve after you repair the VS, You can reinstall the VS. See the
Develop Windows Store apps using Visual Studio 2013 on windows 8.1 to get more information.Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.Monday, October 28, 2013 6:45 AM
All replies
-
Hi Kerim,
I think this thread is specific to Windows Store apps forum. This form is to discuss problems about CLR development. So I am helping you to move this thread directly into that forum. Thank you for your understanding.
Best Regards,
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.Monday, October 28, 2013 6:05 AMModerator -
Hi, Kerim
It sounds like that the problem here is that Aftab unchecked C# support during installation of
Visual Studio 2013 and that may be the root cause of this issue. You can repair the VS and
make sure that C# is checked on during installation.
If the problem do not resolve after you repair the VS, You can reinstall the VS. See the
Develop Windows Store apps using Visual Studio 2013 on windows 8.1 to get more information.Best Wishes!
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. Thanks<br/> MSDN Community Support<br/> <br/> Please remember to "Mark as Answer" the responses that resolved your issue. It is a common way to recognize those who have helped you, and makes it easier for other visitors to find the resolution later.Monday, October 28, 2013 6:45 AM