portable-class-library Questions

3

Solved

I'm learning WPF with MVVM Light and i've an issue with my Portable Class Library. I follow this tutorial: http://www.codeproject.com/Articles/536494/Portable-MVVM-Light-Move-Your-View-Models I cr...
Finnegan asked 14/4, 2014 at 19:7

2

Solved

I am developing Xamarin.Forms project, iOS, Android and Windows Phone. My app ask the user to enter text Message and Phone number then on submit, I need to send SMS to the phone number. I prefer ...

3

Solved

I'm new in the .NET and Xamarin world's. Currently I'm work in the migration of an app developed in an hybrid approach to Xamarin.Forms. The data handled by this app has not a fixed structure (sche...

4

Solved

I updated my Xamarin.Forms package to the latest (2.3.4.224) in all my projects (platform+shared) and it seems now I shouldn't use anymore Device.OS nor TargetPlatform enum as they are deprecated. ...
Comedic asked 8/4, 2017 at 13:24

3

Solved

I am running Windows 8 and have both Visual Studio 2010 Ultimate w/sp1 and Visual Studio 2012 Ultimate and I am trying to create a Portable Class Library that supports .net 3.5 and greater. When I...

9

Solved

I'm trying to build a portable class library that generates OAuth urls for other classes/applications to use. This class library using OAuth has to be a portable class library so it can work with d...
Implode asked 20/4, 2012 at 22:28

2

Solved

My goal is to use the HttpClient class to make a web-request so that I can write the response to a file (after parsing). Therefore I need the result as a Stream. HttpClient.GetStreamAsync() only t...

2

Solved

I'm reading that .NET Standard is now preferred over PCL class libraries to share code. My question is should I use a .NET Standard library over a PCL for the core of a Xamarin Forms solution? Cur...
Colet asked 7/11, 2017 at 15:36

3

Solved

I am looking for a way to store image files in my local filesystem using the PCL Storage plugin in my core Project for Windows Phone, Xamarin.Android and Xamarin.iOS. However, the plugin does just...
Holozoic asked 19/3, 2014 at 7:47

1

Solved

It might be a silly question, Let's say I don't have a Windows OS, have a Linux. I have created a .Net core console app, also want to create a class library and reference it in console app. I can't...
Lorca asked 30/9, 2017 at 15:43

3

Solved

I am working on Xamarin.forms Android Project, I am searching away to display a pop up for user: New Version Available when user try to open an Application and a new update is available on pla...

4

Solved

I am porting an existing .NET class library to a Portable Class Library. The .NET library makes extensive use of the ICloneable interface, which is not included in the portable subset. Typically,...
Nonsuit asked 4/12, 2013 at 13:18

2

Solved

Does anyone have any clue on why calling GetRuntimeMethod is returning null for the following case? _toListMethod = typeof(Enumerable).GetRuntimeMethod("ToList", new Type[] { typeof(IEnumerable&lt...
Bambino asked 23/1, 2014 at 12:14

3

Solved

I am working on visual studio with Xamarin.Forms, I get the following Error: Exception while loading assemblies: System.IO.FileNotFoundException: Could not load assembly 'Xamarin.Android.Suppor...
Repercussion asked 17/3, 2016 at 11:9

4

I need to put a background to a grid, a PNG image. I can not find concrete solutions online, you can add it from xaml? or necessarily must act through c #? Thank you. <StackLayout VerticalOpt...
Condiment asked 19/12, 2016 at 11:13

1

Solved

I am struggling with the creation of a pfx file with Xamarin and BouncyCastle. I have the following settings/ specification .NET: PCL .Net Framework 4.5.1 Xamarin: 4.5.0.476 BouncyCastle: BouncyC...
Cheep asked 26/6, 2017 at 7:51

1

I'm having trouble understanding the difference between all these different Class Library templates in Visual Studio 2015. Can anyone explain or provide documentation? I've tried looking but have b...

1

Solved

I am trying to build an ASP.NET Core docker image with following Dockerfile: FROM microsoft/aspnetcore-build:1.1.1 WORKDIR /app COPY src . RUN dotnet restore RUN dotnet publish --output /out/ --co...
Hydrops asked 1/6, 2017 at 2:12

2

Solved

I try to get a X509Certificate2 from a BountyCastle X509Certificate and a PKCS12. I use the following code: certificate = new X509Certificate2(rawData, password, storageFlags); I generate the r...
Sn asked 27/5, 2017 at 21:8

1

Solved

I have a client/server solution using C#, WPF, ASP.NET WebAPI and Entity Framework. Client and server clases share the model among his projects. Now I am trying to create a new client, using Xamari...

1

I have an XAML Grid with columns and I would like to hide or collapse the column when the content is not visible. Example: I have this layout: <Grid > <Button Grid.Column="0" x...
Putnam asked 10/4, 2017 at 12:33

2

I'm making an UWP app that uploads files to facebook, I'm using a custom HttpContent to upload the files in 4k blocks to minimize the memory usage for big files (>100mb) and to report progress. My...

4

Solved

On MSDN I noticed a section about a Portable Class Library, under Version Information. See System.Object for an example. http://msdn.microsoft.com/en-us/library/system.object.aspx I did a brief G...
Ingres asked 8/3, 2011 at 22:9

1

Solved

I am using Xamarin.forms, Some times user will click twice on same button, I am search away to avoid open same page twice, maybe disable the button after first click will work fine, but i am ...

3

Solved

There are two projects in my solution currently: a Windows Class Library (targeting .NET Framework 4.6.1) and another class library that targets .NET Standard 1.3. I'm using Visual Studio 2015 Upda...
Inspect asked 15/2, 2017 at 16:1

© 2022 - 2024 — McMap. All rights reserved.