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

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

c++ - Accessing inactive union member and undefined behavior? -

php - Get uncommon values from two or more arrays -