Search Issue Tracker
Fixed in 5.1.0
Votes
0
Found in
5.1.0a1
Issue ID
675656
Regression
Yes
[WP8.1] Deployment fails in 5.1.0a1 due to missing assembly "BridgeInterface.dll
Deploying a wp8.1 app fails with:
Exception: Failed to build Visual Studio project. Output:
AssemblyConverter done.
NewUnityProject29 -> C:\Users\Vilius\Documents\New Unity Project 29\New folder\NewUnityProject29\bin\ARM\Master\Template.exe
C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v12.0\AppxPackage\Microsoft.AppXPackage.Targets(852,9): error MSB3819: Cannot find assembly "C:\Users\Vilius\Documents\New Unity Project 29\New folder\Players\WindowsPhone81\ARM\Master\BridgeInterface.dll", which may contain managed resources that need to be included in this app package.
To reproduce:
1. Build & run a new project for WP8.1
2. Notice the error in console
You can build, but deploying through visual studio will not work either. It fails with:
Error 1 Cannot find assembly "C:\Users\Vilius\Documents\New Unity Project 29\New folder\Players\WindowsPhone81\ARM\Debug\BridgeInterface.dll", which may contain managed resources that need to be included in this app package. Please ensure that this assembly exists.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Code runs slower when using a cached exception instance compared to creating a new one
- Broken UI in Default Preset Add Section of "Preset Manager" window
- [iOS] The Player freezes when closing the Notification Center and quickly swiping down from top
- Crash on Texture2D:SetPixelImpl when rapidly calling Texture2D.Apply()
- Graph Lines are not rendered when using Experimental GraphView or GridBackground
Add comment