Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 12 Next capture
2021 2022 2023
1 capture
12 Jun 22 - 12 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by ssk090 · Oct 24, 2015 at 01:37 PM · visual studiowindows phonewindows store

Building error when building for windows phone(UWP).

I was trying to build my project to UWP but unfortunately i faced 2 error messages

I am using windows 10 and visual studio 2015 community

ERROR 1

Exception: Failed to build Visual Studio project using arguments 'C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe "C:\Users\Shubham\Desktop\Dan\New Unity Project.sln" /nologo /maxcpucount /p:Configuration=Master /p:Platform=x86 /p:SolutionDir="C:\\Users\\Shubham\\Desktop\\Dan\\" /t:Build /clp:Verbosity=minimal'. Output: UnityInstallationDir "C:\Program Files\Unity\Editor". UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\metrosupport". UnityProjectDir "C:\Users\Shubham\Documents\New Unity Project". Copying unprocessed assemblies... Running AssemblyConverter... AssemblyConverter done. New Unity Project -> C:\Users\Shubham\Desktop\Dan\New Unity Project\bin\x86\Master\New Unity Project.exe Starting .NET Native compilation Processing application code Computing application closure and generating interop code Generating serialization code Compiling interop code C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PropertyDispatcherFactory.Accessor(PropertyInfo, SetOrGet)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.CreateSetter(MemberInfo)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.d__f.MoveNext()' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'ExtensionRegistry.AddExtensionMembers(List, Type)' will always throw an exception due to the missing method 'Type.GetMembers(BindingFlags)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] Cleaning up unreferenced code Generating native code Generating fixups for native code Package.appxmanifest(18,101): error APPX1619: App manifest references the small logo image 'Assets\SmallLogo.scale-100.png' which does not have valid dimensions. It must be 44x44 pixels. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj]

ApplicationLauncherImpl.RunMSBuild (System.String args) (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/ApplicationLauncher.cs:290) ApplicationLauncherImpl.Build () (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/ApplicationLauncher.cs:174) ApplicationLauncher.BuildAndRun (BuildLaunchPlayerArgs args, WSASDK wsaSDK) (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/ApplicationLauncher.cs:56) ApplicationLauncher.BuildAndRun (BuildLaunchPlayerArgs args) (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/ApplicationLauncher.cs:46) UnityEditor.Metro.BuildPostprocessor.LaunchPlayer (BuildLaunchPlayerArgs args) (at C:/buildslave/unity/build/PlatformDependent/MetroPlayer/Extensions/Managed/ExtensionModule.cs:72) UnityEditor.PostprocessBuildPlayer.Launch (BuildTarget target, System.String path, System.String productName, BuildOptions options) (at C:/buildslave/unity/build/Editor/Mono/BuildPipeline/PostprocessBuildPlayer.cs:282) UnityEditor.HostView:OnGUI()

ERROR 2

Exception: Failed to build Visual Studio project using arguments 'C:\Program Files (x86)\MSBuild\14.0\Bin\MSBuild.exe "C:\Users\Shubham\Desktop\Dan\New Unity Project.sln" /nologo /maxcpucount /p:Configuration=Master /p:Platform=x86 /p:SolutionDir="C:\\Users\\Shubham\\Desktop\\Dan\\" /t:Build /clp:Verbosity=minimal'. Output: UnityInstallationDir "C:\Program Files\Unity\Editor". UnityWSAPlayerDir "C:\Program Files\Unity\Editor\Data\PlaybackEngines\metrosupport". UnityProjectDir "C:\Users\Shubham\Documents\New Unity Project". Copying unprocessed assemblies... Running AssemblyConverter... AssemblyConverter done. New Unity Project -> C:\Users\Shubham\Desktop\Dan\New Unity Project\bin\x86\Master\New Unity Project.exe Starting .NET Native compilation Processing application code Computing application closure and generating interop code Generating serialization code Compiling interop code C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'PropertyDispatcherFactory.Accessor(PropertyInfo, SetOrGet)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.CreateSetter(MemberInfo)' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'SliceDispatcherFactory.d__f.MoveNext()' will always throw an exception due to the missing method 'PropertyInfo.GetSetMethod(bool)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] C:\Program Files (x86)\MSBuild\Microsoft.NetNative\x86\ilc\IlcInternals.targets(886,5): warning : Method 'ExtensionRegistry.AddExtensionMembers(List, Type)' will always throw an exception due to the missing method 'Type.GetMembers(BindingFlags)'. There may have been a missing assembly. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj] Cleaning up unreferenced code Generating native code Generating fixups for native code Package.appxmanifest(18,101): error APPX1619: App manifest references the small logo image 'Assets\SmallLogo.scale-100.png' which does not have valid dimensions. It must be 44x44 pixels. [C:\Users\Shubham\Desktop\Dan\New Unity Project\New Unity Project.csproj]

Please help. I have been working on the project since 2 months and now this. :(

THANK YOU

Comment
Add comment
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

1 Reply

· Add your reply
  • Sort: 
avatar image
0

Answer by HiepNP · Oct 27, 2015 at 09:26 AM

Maybe you should scale all of your images to scale 200% (default scale of UWP) and rebuild again. It worked when I had the same errors. Other scale didn't work in my case. I got that solution from this blog: http://blogs.msdn.com/b/maartenb/archive/2015/10/06/missing-default-200-logos-and-appx3210.aspx I hope this will help.

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

implementing admob banners in unity 3d visual studio project 0 Answers

unable to export visual studio solution using windows phone app plugin 0 Answers

Read write data for Windows Store/Phone C# 1 Answer

Cannot install the game on Windows phone 1 Answer

No Master Build option in drop down menu on Visual Studio 2015 w/ latest Unity Update 0 Answers


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges