Top "Portable-class-library" questions

The Portable Class Library project enables you to write and build managed assemblies that work on more than one .NET Framework platform (Silverlight, WP7, or XNA).

Exception while loading assemblies Xamarin.Android.Support.v4

I am working on visual studio with Xamarin.Forms, I get the following Error: Exception while loading assemblies: System.IO.…

c# visual-studio xamarin xamarin.forms portable-class-library
ConfigurationManager and AppSettings in universal (UWP) app

I would like to store an API key in a configuration file without checking it into source control, and read …

c# uwp portable-class-library
SQLite net PCL - Simple select

I use SQLite from windows app and now I am developing in Xamarin a portable app so I am using …

c# sqlite xamarin portable-class-library
Add Portable Class Library (in DLL form) to Xamarin Studio

I have built a Portable Class Library with Visual Studio 2012 that will also build in Xamarin Studio. I would like …

c# visual-studio-2012 portable-class-library xamarin-studio
using SQLite inside portable class library

recently we started to work on a new project which includes clients for Windows 8 Metro, Windows Phone and Desktop application. …

c# sqlite windows-8 windows-phone-8 portable-class-library
PCL Save Image File to local File System

I am looking for a way to store image files in my local filesystem using the PCL Storage plugin in …

cross-platform xamarin storage portable-class-library
The name ViewModelLocator does not exist in the namespace

I'm learning WPF with MVVM Light and i've an issue with my Portable Class Library. I follow this tutorial: http://…

wpf mvvm-light portable-class-library
Portable Class Library vs. library project

I want to know the difference between PCL (Portable Class Library) and a normal library. PCL uses profiles with which …

c# dll xamarin.ios xamarin portable-class-library
Creating a class library in visual studio code

It might be a silly question, Let's say I don't have a Windows OS, have a Linux. I have created …

.net-core portable-class-library
How to implement progress reporting for Portable HttpClient

I'm writing a library with intentions to use it in desktop (.Net 4.0 and up), phone (WP 7.5 and up) and Windows …

c# portable-class-library dotnet-httpclient