No announcements
Found 3747616 threads
-
2 Votes
[UWP]Are UWP Class Libraries == Portable Class Libraries ?
Hi , The Portable Class Library project enables you to write and build managed assemblies that work on more than one .NET Framework platform.Answered | 2 Replies | 2045 Views | Created by Jignesh Desai - Friday, July 1, 2016 7:51 AM | Last reply by Jignesh Desai - Friday, July 15, 2016 8:21 AM -
0 Votes
Using MEF to link portable class library with platform specific code
http://blogs.msdn.com/b/dsplaisted/archive/2012/08/27/how-to-make-portable-class-libraries-work-for-you.aspx And following thread is ...Answered | 2 Replies | 2998 Views | Created by Vladimir Djurdjevic - Monday, August 31, 2015 5:21 PM | Last reply by WilliamAAA - Tuesday, September 1, 2015 7:59 AM -
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.Answered | 1 Replies | 1648 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
SQLite for Portable Class Library?
SQLite cannot be used in Portable Class library.Answered | 1 Replies | 5728 Views | Created by Pallam Madhukar - Tuesday, April 30, 2013 8:49 AM | Last reply by Khanna Gaurav - Tuesday, April 30, 2013 7:07 PM -
4 Votes
Portable class library unit tests and Network credentials
Seems like a bug related to the Portable Class Library getting confused over assembly versions.Answered | 5 Replies | 5686 Views | Created by Tomi Mäkinen - Tuesday, December 18, 2012 1:01 PM | Last reply by Edward D. Brey - Friday, January 25, 2013 4:15 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 and higher, ...Answered | 1 Replies | 2885 Views | Created by vicprepr - Monday, April 2, 2012 11:35 AM | Last reply by AnandPatel - Monday, April 2, 2012 12:55 PM -
3 Votes
Using Azure Mobile Services in a Portable Class Library?
Ian, We now have a portable library for the Azure Mobile Services SDK - check out the post atAnswered | 8 Replies | 7586 Views | Created by ThatAndyT - Friday, March 1, 2013 11:20 AM | Last reply by CarlosFigueira - Monday, May 13, 2013 1:57 PM -
0 Votes
[U8.1]Windows.Data.Pdf namespace is not available when developing in C# Class Library(Portable) or Class Library(Portable for Universal Apps)
The Portable Class Library will automatically limit the namespace available to what is common on all the target frameworks you choose.Answered | 2 Replies | 1432 Views | Created by Won Bin Kang - Tuesday, October 11, 2016 8:25 AM | Last reply by Xavier Xie-MSFT - Wednesday, October 12, 2016 8:16 AM -
1 Votes
Portable Class Libraries supported by Azure
Hi MartinJ87, We can find Windows Azure Guest OS release notes from Windows Azure Guest OS Releases and SDK Compatibility Matrix.Answered | 1 Replies | 7337 Views | Created by MartinJ87 - Wednesday, August 3, 2011 10:46 AM | Last reply by Wenchao Zeng - Thursday, August 4, 2011 6:05 AM -
0 Votes
Portable Class Library Build Errors
I've tried adding some comments to this post ...Answered | 1 Replies | 2252 Views | Created by MS_Eng - Wednesday, November 27, 2013 10:01 AM | Last reply by Charles-Li - Thursday, November 28, 2013 7:45 AM -
0 Votes
unit testing for portable class library (universal library)
Hi ventura8, I think it might be due to the platform target and the Default Processor Architecture.Answered | 5 Replies | 1641 Views | Created by ventura8 - Wednesday, February 4, 2015 9:56 AM | Last reply by ventura8 - Monday, February 23, 2015 3:36 PM -
0 Votes
Metro, Portable Class Library and WCF
Hi Shiva, I've finally got it working in my Portable Class Library.Answered | 4 Replies | 3722 Views | Created by Russty - Wednesday, July 25, 2012 4:50 PM | Last reply by Russty - Friday, July 27, 2012 1:19 PM -
0 Votes
How to launch bing map from windows portable class library
I came across this post which might be ...Answered | 10 Replies | 1248 Views | Created by Ram Charjan - Tuesday, May 20, 2014 11:57 AM | Last reply by Ram Charjan - Friday, May 30, 2014 12:07 PM -
0 Votes
Html character encode in Portable platform
System.Net.WebUtility.HtmlEncode() is available on portable platform.Answered | 1 Replies | 417 Views | Created by Ayswarya K - Thursday, June 16, 2016 12:28 PM | Last reply by cheong00 - Friday, June 17, 2016 1:22 AM -
0 Votes
Portable Class Library for Win 8 and WP8
Ideally this would be for all platforms ( .NET, Win8 and WP8 ).Answered | 4 Replies | 1640 Views | Created by shaggygi - Tuesday, January 22, 2013 2:23 AM | Last reply by shaggygi - Wednesday, January 23, 2013 12:18 AM -
0 Votes
VS2013 problem with Portable class library
Hi OmarBMW, As Paul says, you should post the question in aAnswered | 3 Replies | 1236 Views | Created by Omar Al Mukhtar - Sunday, November 24, 2013 5:07 PM | Last reply by Omar Al Mukhtar - Tuesday, November 26, 2013 3:08 PM -
2 Votes
Portable Class Library with Task based WCF calls?
Since a portable class library targets multiple platforms and the feature is only supported in .NET 4.5, you cannot automatically generate a proxy that ...Answered | 7 Replies | 6251 Views | Created by Russty - Tuesday, October 8, 2013 7:57 AM | Last reply by Russty - Saturday, March 8, 2014 10:09 PM -
1 Votes
Compiler directives using portable class library across platforms?
The point of a portable class library is that it contains only portable code.Answered | 2 Replies | 1573 Views | Created by Southbranch - Monday, February 3, 2014 10:39 PM | Last reply by Southbranch - Tuesday, February 4, 2014 9:35 AM -
0 Votes
Portable Class Library: Adding a Client Library project reference is not permitted
Portable Library projects can only reference other Portable Library projects and assemblies".Answered | 4 Replies | 576 Views | Created by KeldOelykke - Thursday, October 29, 2015 9:14 AM | Last reply by KeldOelykke - Wednesday, November 4, 2015 9:05 AM -
0 Votes
Not able to use async programming in WinRT via Portable Class Library
Hi, Please refer to this ...Answered | 8 Replies | 1981 Views | Created by SunnyDhuri - Wednesday, April 24, 2013 11:40 PM | Last reply by SunnyDhuri - Wednesday, May 1, 2013 5:23 PM - Items 1 to 20 of 3747616 Next ›
No announcements