c# - Error while Generating Windows 10 Build in Visual Studio 2015 Update 3 -


i have developed windows 10 app , when create app packages x86/x64/arm. generates .appx package x86 others following error

error   cs0029  cannot implicitly convert type 'windows.ui.xaml.controls.image' 'coding4fun.toolkit.controls.superimage' mcs f:\company\windows 10\mcs\mcs\obj\x64\release\views\questions_answerspage.g.cs 

i got same error @ start solved , after when try generate .appxupload, above error x64, build generates x86.

while generating build, configuration selected following

configuration

can suggest, doing wrong? have 1 common project , 2 background task(push notification , timer)

i'm experiencing similar problems. manually rebuild solution (x84, x64, arm) platforms release configuration. i'm able generate .appxupload package.


Comments

Popular posts from this blog

java - Jasper subreport showing only one entry from the JSON data source when embedded in the Title band -

serialization - Convert Any type in scala to Array[Byte] and back -

SonarQube Plugin for Jenkins does not find SonarQube Scanner executable -