c# - CompileXaml failed unexpectedly -
i`ve created new project of windows 8 application. want create c#/xaml. i'm creating project , press f5 , get
the "compilexaml" task failed unexpectedly.
system.nullreferenceexception: object reference not set instance of object.
@ microsoft.windows.ui.xaml.build.tasks.compilexaml.checkfordesigntimebuildmode()
@ microsoft.windows.ui.xaml.build.tasks.compilexaml.execute()
@ microsoft.build.backend.taskexecutionhost.microsoft.build.backend.itaskexecutionhost.execute()
@ microsoft.build.backend.taskbuilder.d__20.movenext()
i didn`t change anything. same thing happens when chose blanktemplate, splittemplate, gridtemplate.
dunno do
i solved problem. tbh i`m not sure how did this.
i've uninstalled visual stuidos , downloaded latest version of visual studio 2012 rc ms site. installed scratch , worked
Comments
Post a Comment