No announcements
Found 2135043 threads
-
0 Votes
using System.Threading.Thread in a class library (portable)
Hi, The problem is that the System.Threading namespace is not available on all the target platforms that a portable class library supports. I think for ...Answered | 1 Replies | 1266 Views | Created by CraigBaines - Monday, December 8, 2014 7:33 PM | Last reply by Manuel Meyer - Tuesday, December 9, 2014 1:01 AM -
0 Votes
Unit Testing for Portable Class Library
Hello Tina-Shi and Nathan, I want to enter in this conversation for (maybe) find a good solution to unit test Portable Class Library. I ...Unanswered | 10 Replies | 5543 Views | Created by Nathan Sokalski - Saturday, November 29, 2014 1:37 AM | Last reply by Senglory - Wednesday, July 15, 2015 8:05 PM -
0 Votes
MSBuild Portable Class Library problems
\ dries_000 \ Projects \ ***** csproj.] I don't think it's typically MSBuild issue, it looks more like your framework version issue, I moved to Class Library ...Unanswered | 2 Replies | 1258 Views | Created by dries-itp - Wednesday, June 3, 2015 2:52 PM | Last reply by Fred Bao - Thursday, June 4, 2015 7:05 AM -
0 Votes
Portable class library projects are building with non portable library
know which class is supported, you could check symbol before the class name as below:Discussion | 1 Replies | 550 Views | Created by Satyajit Mohanty - Thursday, August 21, 2014 12:17 PM | Last reply by Fred Bao - Friday, August 22, 2014 2:05 AM -
1 Votes
Class Library (Portable for IOS, Android, & WIndows)
Basicaly you add a new project, search for portable and you will find Class Library (Portable Legacy), you give it a name and then a menu will pop ...Proposed | 3 Replies | 2101 Views | Created by jatteras - Friday, July 21, 2017 11:50 AM | Last reply by Smara - Monday, January 22, 2018 1:38 PM -
4 Votes
Universal Apps - Shared Or Portable Class Library?
project is different from the Portable Class Library in that it targets a single version of the .Net Framework rather than being portable across multiple ...Answered | 3 Replies | 4073 Views | Created by Fa310tx - Saturday, April 5, 2014 10:42 PM | Last reply by Matthieu Guyonnet-Duluc - Sunday, April 6, 2014 3:41 PM -
0 Votes
Using Microsoft.Phone dll in Portable class library
I don't think you can add the reference. You might have to pass the device id into the class in the portable libraryUnanswered | 2 Replies | 1248 Views | Created by ar212 - Thursday, July 18, 2013 7:19 AM | Last reply by Ken Tucker - Thursday, July 18, 2013 10:45 AM -
0 Votes
PRISM 4.0 with Portable Class Library
Hi, I have a portable class library project which targets to NET Framework 4.5, Silverlight 4 andAnswered | 1 Replies | 2672 Views | Created by vicprepr - Monday, April 2, 2012 11:35 AM | Last reply by AnandPatel - Monday, April 2, 2012 12:55 PM -
0 Votes
Entity Framework & Portable Class Library
Hi, I have a solution containing a WPF Project and a Windows Phone Project, both having a reference to my PCL that contains my Models and ViewModels. I also have a WCF ...Unanswered | 1 Replies | 1512 Views | Created by MxFragz - Tuesday, November 11, 2014 11:14 PM | Last reply by Andy ONeill - Wednesday, November 12, 2014 10:21 AM -
0 Votes
Metro, Portable Class Library and WCF
Hi Shiva, I've finally got it working in my Portable Class Library. Thanks for the response. RussAnswered | 4 Replies | 3517 Views | Created by Russty - Wednesday, July 25, 2012 4:50 PM | Last reply by Russty - Friday, July 27, 2012 1:19 PM -
0 Votes
Using Convertes in Portable Class Library
I have a lot of converters I used in WPF and Silverlight. I have ported these across to Windows 8 and Windows Phone 8, but I was wondering if it's possible (and how to if so) to use them in a ...Answered | 1 Replies | 1081 Views | Created by Craig Muckleston (MCPD, MCTS) - Sunday, March 10, 2013 12:51 PM | Last reply by Mike Feng - Monday, March 11, 2013 6:51 AM -
0 Votes
Accessing files in a Portable Class Library
I am writing windows 8 app and Windows Phone 8 App. I need both of these apps to process some data using exact same algorithms. I had decided to write a portable class ...Answered | 5 Replies | 7421 Views | Created by Richard.SF - Thursday, September 27, 2012 6:44 PM | Last reply by IODeveloper - Monday, March 18, 2013 5:54 PM -
2 Votes
Implement ICommand.CanExecuteChanged in portable class library (PCL)
I'm trying to put my implementation of DelegateCommand (a.k.a. RelayCommand) into a portable class library (PCL) that targets both .NET and Metro-style ...Answered | 3 Replies | 7496 Views | Created by Happy Nomad - Thursday, March 15, 2012 9:36 PM | Last reply by AlexLordEaster - Saturday, May 18, 2013 5:56 PM -
0 Votes
MockRepository with Async in Portable class library?
Could anyone please help me figure out what to return from this function in order for me to use my mock repository. BTW all my classes are within a portable class ...Unanswered | 1 Replies | 1136 Views | Created by lochnesse - Thursday, March 14, 2013 4:36 AM | Last reply by Bob Shen - Monday, March 18, 2013 8:42 AM -
0 Votes
Portable Class Library and Web API
Sometimes I have problems installing the Microsoft ASP.Net Web API 2.2 Client Library to a Portable Class Library when the Silverlight 5.0 and Windows Phone targets ...Answered | 1 Replies | 781 Views | Created by DaveIII - Saturday, December 20, 2014 12:30 AM | Last reply by Amanda Zhu - Monday, December 22, 2014 7:21 AM -
0 Votes
Portable Class Library and mpf11 project compatibility
I also add my question to this forum, because PCL team will probably know why I cannot add the reference. They built the Portable Class Library extension ...Unanswered | 4 Replies | 1539 Views | Created by Alphapage - Wednesday, April 10, 2013 3:18 PM | Last reply by Mike Feng - Thursday, April 11, 2013 12:09 PM -
0 Votes
referencing v2.0 from Portable Class Library (PCL)
Hi, The current release of Rx for portable libraries only supports .NET 4.5 + Windows Store Apps. It doesn't support Windows Phone 8 yet, though your ...Answered | 1 Replies | 3745 Views | Created by Kenneth Brubaker - Thursday, December 13, 2012 1:14 PM | Last reply by Dave Sexton - Thursday, December 13, 2012 6:52 PM -
0 Votes
Portable class library - SSL certificate ignore support.
Hi, We are developing mobile based project targeting to windows and ios platform. 1. Project has portable class library that is ...Answered | 2 Replies | 1617 Views | Created by Brajesh Patel - Friday, February 20, 2015 11:31 AM | Last reply by CB Yadav - Wednesday, March 30, 2016 10:13 AM -
0 Votes
Unable to compile Portable Class Library?
I have an ASP.NET MVC 4 project that includes a Portable Class Library which works on my end. However, when posting to Azure Websites via git I get the following ...Unanswered | 5 Replies | 6296 Views | Created by tofutim - Thursday, November 22, 2012 8:07 AM | Last reply by David Ebbo - Sunday, June 30, 2013 4:30 AM -
1 Votes
Portable Library - Timers
/questions/12555049/timer-in-portable-library I hope this helps.Answered | 1 Replies | 3168 Views | Created by e2Ben - Monday, November 4, 2013 10:46 AM | Last reply by Adavesh - Tuesday, November 5, 2013 5:18 AM
No announcements