All Questions
Tagged with xamarin.uwp visual-studio-2015
8 questions
0
votes
0
answers
2k
views
How to use Self Created Certificate in Visual Studio
So as in the Titel said, my Problem is that i cant use my self Signed Cert to sign the app via Visual Studio.
I created 2 Certificates, one via MakeCert.exe and one in Powershell via ...
0
votes
1
answer
586
views
Is there any way to fetch the IMEI Number of the Windows Phone device Using C#
Is there any way to fetch the IMEI Number of the Windows Phone device Using C#
windows-phone-8.1
uwp
xamarin.uwp
c#
visual-studio-2015
3
votes
2
answers
1k
views
How to make UWP apps compatible with windows 8.1
I have installed Visual studio 2017 and Visual studio 2015.
Using visual studio 2015 I am able to create Xamarin.winphone projects and I am able to run this app on windows 8,8.1,10
Using visual ...
3
votes
1
answer
5k
views
"Microsoft.Windows.UI.Xaml.Common.targets" was not found in Xamarin project
I had to format my computer, reinstall all Visual Studio and Xamarin stuff , but after that, my old projects and new ones throws this error:
The imported project "C:\Program Files (x86)\Windows Kits\...
8
votes
1
answer
7k
views
How can I add a UWP target to an existing Xamarin Forms project?
I have an existing Xamarin Forms app that's setup to build for Android and iOS. I want to add a UWP target so I can see how the app performs on Windows. I assume I can do this without having to create ...
0
votes
1
answer
488
views
How to resolve Debug error on VS for Xamarin.Forms UWP app?
I'm developing a Xamarin.Forms App,
but when I Debug on the Local Machine for UWP,
Visual Studio prompts me with this Error.
Any solutions solving this problems?
Update with the e Event Details
0
votes
1
answer
746
views
How to use pre-populated sqlite database in UWP?
This is my 1st attempt to make cross-platform app using Visual Studio 2015. With the help from tutorials available on net, I was able to use SQLite in UWP (Xamarin Forms). But, I don't know how to ...
1
vote
3
answers
967
views
Couldn't Start UWP project in Xamrin Forms
I am starting my first Xamarin Forms application using Visual Studio 2015. The default template provided 6 Project. (Android,iOS,PCL,UWP,8.1,windows phone).
All the projects works correctly including ...