No announcements
Found 2877279 threads
-
0 Votes
SQLite for Portable Class Library?
SQLite cannot be used in Portable Class library.Answered | 1 Replies | 5935 Views | Created by Pallam Madhukar - Tuesday, April 30, 2013 8:49 AM | Last reply by Khanna Gaurav - Tuesday, April 30, 2013 7:07 PM -
0 Votes
VS2013 problem with Portable class library
I was about to send it to Visual Studio forum BUT for some unknown reason I couldn't get the subforums like general questions.Answered | 3 Replies | 1360 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 -
1 Votes
Visual Basic Express 2008 (Portable) ??
There are many files/registry keys that are required for Visual Studio to run.Answered | 10 Replies | 35417 Views | Created by Dark Slipstream - Thursday, October 2, 2008 11:29 PM | Last reply by no123 - Wednesday, September 22, 2010 5:32 PM -
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 | 3029 Views | Created by vicprepr - Monday, April 2, 2012 11:35 AM | Last reply by AnandPatel - Monday, April 2, 2012 12:55 PM -
1 Votes
Visual Studio Express Edition.
If you are looking for a library to do most of the work for you, check, out boost's serialization library , which can be used with VC express, including saving to an XML ...Answered | 3 Replies | 2713 Views | Created by TRNorth - Sunday, February 14, 2010 12:22 AM | Last reply by SimonRev - Sunday, February 14, 2010 2:06 PM -
0 Votes
unit testing for portable class library (universal library)
Are they the class methods in the dll?Answered | 5 Replies | 1759 Views | Created by ventura8 - Wednesday, February 4, 2015 9:56 AM | Last reply by ventura8 - Monday, February 23, 2015 3:36 PM -
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 | 2222 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
[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 | 1497 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 -
0 Votes
Building for Win XP with Visual Studio Express 2012
With update3, you ought to deployment your application on xp Reply, then visible.Answered | 3 Replies | 2611 Views | Created by Norm Bullen - Tuesday, July 16, 2013 11:58 PM | Last reply by i1friend - Thursday, July 18, 2013 9:14 AM -
2 Votes
Visual Studio 2012 RTM Portable Libraries and TPL Dataflow
An update for dataflow is now available, which allows you to consume it in portable libraries.Answered | 3 Replies | 5751 Views | Created by AceHack - Monday, September 3, 2012 8:57 PM | Last reply by Alok Shriram- MSFT - Wednesday, October 24, 2012 9:55 PM -
0 Votes
cant reference ComponentModel in VS 2010 Portable Class Library project
If you follow the provided links on SO: There several hints and descriptions about the portable library and the difference of the namespaces.Answered | 3 Replies | 1558 Views | Created by Berryl - Friday, May 3, 2013 12:20 PM | Last reply by chriga - Friday, May 3, 2013 10:20 PM -
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 | 633 Views | Created by KeldOelykke - Thursday, October 29, 2015 9:14 AM | Last reply by KeldOelykke - Wednesday, November 4, 2015 9:05 AM -
3 Votes
visual studio express 2012 for web
Hello, Any express editions of Visual Studio of any versions are completely free , whether it's for web or windows or windows desktop ...Answered | 3 Replies | 1077 Views | Created by divya.p - Friday, August 8, 2014 11:34 AM | Last reply by Anindita-MSFT - Friday, August 8, 2014 5:12 PM -
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 | 1829 Views | Created by CraigBaines - Monday, December 8, 2014 7:33 PM | Last reply by Manuel Meyer - Tuesday, December 9, 2014 1:01 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 | 7457 Views | Created by MartinJ87 - Wednesday, August 3, 2011 10:46 AM | Last reply by Wenchao Zeng - Thursday, August 4, 2011 6:05 AM -
1 Votes
Is Portable C# Express Edition available?
this thread may be a year old, but a google search for 'visual studio portable' brings it up, so i'll say this for any people who stumble onto here.Answered | 5 Replies | 11910 Views | Created by Vibhor Agarwal - Monday, July 20, 2009 12:05 PM | Last reply by Hypernite Industries - Tuesday, May 18, 2010 11:21 AM -
1 Votes
Using DLL/library created with Visual Studio C# Express 2010 in Visual Studio Pro 2012?
There should be no problem using assemblies generated in 2010 within 2012.Answered | 2 Replies | 1327 Views | Created by BassMan99 - Thursday, March 21, 2013 3:48 PM | Last reply by Reed Copsey, Jr - Thursday, March 21, 2013 4:04 PM -
0 Votes
Visual Studio Express 2012
Here's your issue: "Windows v6.1 (Build 7600: Service Pack 0)" All VS 2012 editions require, at minimum, Windows 7 Service Pack 1.Answered | 8 Replies | 2929 Views | Created by capitaladv - Wednesday, June 19, 2013 11:57 AM | Last reply by capitaladv - Saturday, June 22, 2013 3:20 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 uses Task ...Answered | 7 Replies | 6403 Views | Created by Russty - Tuesday, October 8, 2013 7:57 AM | Last reply by Russty - Saturday, March 8, 2014 10:09 PM -
0 Votes
Static Checking of Portable Libraries
Cheers, -MaF (Manuel Fahndrich)Answered | 4 Replies | 3307 Views | Created by Joe-Sanders - Monday, August 27, 2012 12:16 AM | Last reply by Manuel Fahndrich - Tuesday, April 2, 2013 3:30 PM - Items 1 to 20 of 2877279 Next ›
No announcements