Visual Studio does not compile for Windows Phone 8

Asked

Viewed 51 times

1

I’m facing a problem with the Visual Studio 2013 Update 4, when trying to build a project for Windows Phone 8, it presents the following error:

The"Compilexaml" task failed unexpectedly.System.IO.Filenotfoundexception:Could not load file or Assembly'Xamlserviceswp, Version= 11.0.0.0, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the specified file. File name:'Xamlserviceswp, Version= 11.0.0.0, Culture=neutral, Publickeytoken=b03f5f7f11d50a3a'Serverstack trace: at Microsoft.Silverlight.Build.Tasks.Compilexaml.Generatecode(Itaskitem item,Boolean isApplication) at Microsoft.Silverlight.Build.Tasks.Compilexaml.Execute() at System.Runtime.Remoting.Messaging.Stackbuildersink. _Privateprocessmessage(Intptr Md,Object[] args,Object server,Object[]& outArgs) at System.Runtime.Remoting.Messaging.Stackbuildersink.Syncprocessmessage(Imessage msg)Exception rethrown at [0]: at System.Runtime.Remoting.Proxies.Realproxy.Handlereturnmessage(Imessage reqMsg,Imessage retMsg) at System.Runtime.Remoting.Proxies.Realproxy.Privateinvoke(Messagedata& msgData,Int32 type) at Microsoft.Build.Framework.ITask.Run()
atMicrosoft.Build.Backend.TaskExecutionHost.Microsoft.Build.Backend.ITaskExecutionHost.Execute() at Microsoft.Build.Backend.TaskBuilder. <Executeinstantiatedtask>d__20.Movenext()WRN:Assembly Binding logging is turned OFF.To enable Assembly bind Failure logging,set the Registry value HKLM Software Microsoft Fusion! Enablelog to 1.Note:Thereis some performance penalty Associated with Assembly bind Failure logging. To turn this Feature off, remove the Registry value [HKLM Software Microsoft Fusion! Enablelog]. Myproject

I tried to reinstall the same, but nothing worked, 8.1 projects compile normally, but I need the 8 compiler working to compile games made in Unity 3D, how can I solve this error? The other way to compile the project generated by Unity? Perhaps by Visual Studio 2015?

Please help me, Unity is the only game development tool I feel comfortable with. The problem must be connected to the SDK of the 8, my computer is 32bits, and the functional SDK in only 64 bits, but I already managed to make it compile these projects, after I have formatted the computer I can’t get, is there any SDK or something like that? Use Windows 8.1 (same as the previous one when it worked).

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.