This is a migrated thread and some comments may be shown as answers.

Windows Phone 8 cloud build not working

2 Answers 63 Views
AppBuilder extension for Visual Studio
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Gonzalo
Top achievements
Rank 1
Gonzalo asked on 02 Jun 2015, 11:01 PM

Hi, I'm trying to build my project as an Application Package for Windows Phone 8 using the Visual Studio extension.

I've been building in the cloud for Android and it works fine, but WP8 shows this error:

"Cannot find application package for WP8. See the log for more information."

 

Not sure which log should I look at, but checking the output panel in Visual Studio I found this, can you please giev me some advice on what the issue is?

 

         Building package: [C:\Project\obj\Debug\MyApp.zip]
        Project files uploaded to the cloud.
        Sending build request for project MyApp with parameters ProjectTypeGuids={070BCB52-5A75-4F8C-A973-144AF0EAFCC9}
Platform=WP8
MobileProvisionIdentifier=
iOSCodesigningIdentity=
AndroidCodesigningIdentity=
Configuration=Debug
WP8CompanyHubApp=True
BuildForiOSSimulator=
LiveSyncToken=BZIzGNgcW2TjQIAtkQj2AH8bJSKnPnGfOJFv8kNh3SPMhmFk6xapJTmN0HHG7D6RHRvoy44RSxOw6k2T2EOWsElaeQXA3Bk/cmXphR0n/HA=.
C:\Users\Usuario\AppData\Local\Microsoft\VisualStudio\12.0\Extensions\usw4tbbn.wzy\Targets\Build.targets(188,3): error : Server build failed. Server output: Project "GEOApp.tmp.proj" (default targets):
    WP8 Build Tooling revision 2015.5.19.3r
    Error:  Newline in constant in Properties\AssemblyInfo.cs (10,32)
    Error:  Newline in constant in Properties\AssemblyInfo.cs (13,1)
    Error:  ) expected in Properties\AssemblyInfo.cs (10,33)
    Error:  Syntax error, ']' expected in Properties\AssemblyInfo.cs (10,33)
    Error:  A namespace cannot directly contain members such as fields or methods in Properties\AssemblyInfo.cs (13,1)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (14,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (15,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (16,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (17,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (18,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (19,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (22,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (27,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (30,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (41,2)
    Error:  Assembly and module attributes must precede all other elements defined in a file except using clauses and extern alias declarations in Properties\AssemblyInfo.cs (42,2)
    Error: C:\t\50f398c89039\bin\GEOApp.xap file could not be found. Check the path and retry.

XAPSignTool log:
Done building project "GEOApp.tmp.proj" -- FAILED.
.
Done building project "GEOApp.iceproj" -- FAILED.

Build FAILED.

 

2 Answers, 1 is accepted

Sort by
0
Accepted
Kaloyan
Telerik team
answered on 05 Jun 2015, 01:50 PM
Hi Gonzalo,

Thank you for contacting us.

We have seen similar error during a WP8 cloud build inside AppBuilder. The issue was due to invalid entries in the project Properties page. For example, in that specific case, the error was caused from new line symbols (Enter) in the Description filed in the General tab? Could you please check if this is not the case on your side as well? If so, please remove those symbols (stick to one-line description) and try again. Further, we already have this as a defect, logged on our portal and we will introduce a fix for it as soon as possible. I hope this helps.

Please, let me know of the results.

Regards,
Kaloyan
Telerik
 

Visit the Telerik Verified Plugins Marketplace and get the custom Cordova plugin you need, already tweaked to work seamlessly with AppBuilder.

 
0
Gonzalo
Top achievements
Rank 1
answered on 05 Jun 2015, 02:19 PM

Thanks Kaloyan, that fixes the issue! For some reason the description field of my project only contained 3 empty lines.

I just deleted those lines and rebuilt and it workes.

Thanks again.

- Gonzalo

Tags
AppBuilder extension for Visual Studio
Asked by
Gonzalo
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Gonzalo
Top achievements
Rank 1
Share this question
or