How to avoid having to clean a portable class library every time?

WinRT Project Foo references a portable class library PCLFoo.  Whenever a change is made to Foo and it is run (by pressing F5 or Ctr+F5), the following error occurs:
The type or namespace name 'PCLFoo' could not be found (are you missing a using directive or an assembly reference?)
Everything will be fine after cleaning PCLFoo (right-click >Clean).  Is there a way to avoid having to do this cleaning every time?
Hong

Hi Jack,
I will try to reproduce it in a brand new solution.
The following is the VS:
Microsoft Visual Studio Ultimate 2013
Version 12.0.31101.00 Update 4
Microsoft .NET Framework
Version 4.5.51650
Installed Version: Ultimate
Architecture and Modeling Tools   06181-004-0451047-02055
Microsoft Architecture and Modeling Tools
UML® and Unified Modeling Language™ are trademarks or registered trademarks of the Object Management Group, Inc. in the United States and other countries.
LightSwitch for Visual Studio 2013   06181-004-0451047-02055
Microsoft LightSwitch for Visual Studio 2013
Team Explorer for Visual Studio 2013   06181-004-0451047-02055
Microsoft Team Explorer for Visual Studio 2013
Visual Basic 2013   06181-004-0451047-02055
Microsoft Visual Basic 2013
Visual C# 2013   06181-004-0451047-02055
Microsoft Visual C# 2013
Visual C++ 2013   06181-004-0451047-02055
Microsoft Visual C++ 2013
Visual F# 2013   06181-004-0451047-02055
Microsoft Visual F# 2013
Visual Studio 2013 Code Analysis Spell Checker   06181-004-0451047-02055
Microsoft® Visual Studio® 2013 Code Analysis Spell Checker
Portions of International CorrectSpell™ spelling correction system © 1993 by Lernout & Hauspie Speech Products N.V. All rights reserved.
The American Heritage® Dictionary of the English Language, Third Edition Copyright © 1992 Houghton Mifflin Company. Electronic version licensed from Lernout & Hauspie Speech Products N.V. All rights reserved.
Windows Phone SDK 8.0 - ENU   06181-004-0451047-02055
Windows Phone SDK 8.0 - ENU
AnkhSVN - Subversion Support for Visual Studio   2.5.12478.19
AnkhSVN - Subversion Support for Visual Studio 2.5.12478.19
 * Ankh.Package 2.5.12478.19
 * Subversion 1.8.10 via SharpSvn 1.8010.3368.58
SharpSvn is linked to: Apr 1.5.1, Apr-util 1.5.4, Cyrus Sasl 2.1.25, eXpat 2.0.1, OpenSSL 1.0.1j 15 Oct 2014, serf 1.3.8, SQLite 3.7.17, Subversion 1.8.10-SharpSvn-1.8.10, ZLib 1.2.8
SharpSvn is optionally linked to: Berkeley DB 4.4.20, SharpPlink 1.8010.3368.58
Application Insights Tools for Visual Studio Package   1.0
Application Insights Tools for Visual Studio
ASP.NET and Web Tools   12.4.51016.0
Microsoft Web Developer Tools contains the following components:
Support for creating and opening ASP.NET web projects
Browser Link: A communication channel between Visual Studio and browsers
Editor extensions for HTML, CSS, and JavaScript
Page Inspector: Inspection tool for ASP.NET web projects
Scaffolding: A framework for building and running code generators
Server Explorer extensions for Microsoft Azure Websites
Web publishing: Extensions for publishing ASP.NET web projects to hosting providers, on-premises servers, or Microsoft Azure
ASP.NET Web Frameworks and Tools 2012.2   4.1.21001.0
For additional information, visit
http://go.microsoft.com/fwlink/?LinkID=309563
ASP.NET Web Frameworks and Tools 2013   5.2.21010.0
For additional information, visit http://www.asp.net/
Common Azure Tools   1.3
Provides common services for use by Azure Mobile Services and Microsoft Azure Tools.
Microsoft Advertising SDK for Windows Phone 8.1 Silverlight   8.1.50112.0
Microsoft Advertising SDK for Windows Phone 8.1 Silverlight
Build 8.1.50112.0
Microsoft Azure HDInsight HQL Service   1.0.0000.0
Language service for Hive query
Microsoft Azure HDInsight Tools for Visual Studio   1.0.0000.0
An integrated development environment for HDInsight application development.
Microsoft Azure Mobile Services Tools   1.3
Microsoft Azure Mobile Services Tools
Microsoft Azure Tools   2.4
Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.4.20730.1601
Microsoft Azure Tools   2.5
Microsoft Azure Tools for Microsoft Visual Studio 2013 - v2.5.21104.1601
NuGet Package Manager   2.8.50926.663
NuGet Package Manager in Visual Studio. For more information about NuGet, visit
http://docs.nuget.org/.
Office Developer Tools for Visual Studio 2013 ENU   12.0.31105
Microsoft Office Developer Tools for Visual Studio 2013 ENU
PowerShell Tools   1.3
Provides file classification services using PowerShell
PreEmptive Analytics Visualizer   1.2
Microsoft Visual Studio extension to visualize aggregated summaries from the PreEmptive Analytics product.
SQL Server Data Tools   12.0.41025.0
Microsoft SQL Server Data Tools
Telerik Windows 8 XAML VSExtensions   2014.5.1021.0
Telerik UI for Windows 8 XAML VSExtensions
Telerik Windows Phone VSExtensions   2015.2.317.0
Telerik UI for Windows Phone VSExtensions
Visual Studio Spell Checker   VSSpellChecker
An editor extension that checks the spelling of comments, strings, and plain text as you type.
Web Essentials 2013   2.5.3
Adds many useful features to Visual Studio for web developers.
Windows Azure Tools   2.2
Windows Azure Tools for Microsoft Visual Studio 2013 - v2.2.11003.1601
Windows Azure Tools   2.3
Windows Azure Tools for Microsoft Visual Studio 2013 - v2.3.20320.1602
Windows Phone 8.1 SDK Integration   1.0
This package integrates the tools for the Windows Phone 8.1 SDK into the menus and controls of Visual Studio.
Workflow Manager Tools 1.0   1.0
This package contains the necessary Visual Studio integration components for Workflow Manager.
Git Extensions
Git Extensions is a graphical interface for Git
For more information about Git Extensions, see the Git Extensions website at
http://code.google.com/p/gitextensions/
Copyright © 2012 Henk Westhuis
Hong

Similar Messages

  • 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 been shared among all this platforms.
    2. We have asp.net web api services for data provider hosted on server with http and https (ssL) enabled. 
    3. We are successfully able to call web api methods using System.Net.HttpClient in portable class library and data is provided by the utility helper methods to all platforms. 
    4. Now based on the specific requirement we have to utilized https enabled service and we have to switch to ssl enabled call. 
    5. Based on my research over internet "ServicePointManager.ServerCertificateValidationCallback" is one we can use in .net native framework libraries but not available for portable libraries. 
    If anyone can help in this area that how can we make https call from portable class library.
    Thanks in Advance,
    Brajesh patel

    Hello Brajesh,
    As far as I know, in these currently released PCL, there seems to be no way to use the SSL certificate for http request.
    My suggestion is that you could invite your friends or colleagues to vote this idea in below link(someone else already psot this request to the team):
    http://visualstudio.uservoice.com/forums/121579-visual-studio/suggestions/4784983-support-server-ssl-certificate-chain-inspection-in
    With the increase of the the voice number, this priority of this idea would be improved.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • File Project Clean up is crashing Logic every time

    File>Project>Clean up is crashing Logic every time. I just copied the project folder to a brand new external 1TB Glyph hard drive. Everything has been working fine. The project is very big, with about 120 tracks. I am sure that I have lots of files to clean up, as I have been working on this project for months, and I have auditioned probably hundreds of soft synths that I'm not using anymore. Simultaneously, the Universal Control software (that controls the Presonus Firestudio Tube software mixer) has gotten buggy and now freezes all the time. I've come to a stand still and am not sure where the problem is.

    Having this same problem now.
    Any luck with yours?
    I found a workaround: I had a big project going with lots of different logic projects in one folder--thinking that would save time and space, because they referenced many of the same soundfiles.
    I started doing cleanups after a while, and they started crashing logic, i got the spinning ball, the fan turned on immediately to high, activity monitor told me that logic wanted 100% of CPU time, and always had to force quit.
    I took the latest project and created a new folder, stuck the project in it, opened the file, then saved, which copied all the soundfiles into that new folder. Then when i did a cleanup, it worked fine.
    So it has something to do with, er, having too many projects in one folder? too many sound files referenced by too many different projects?
    I don't know. But there exists this workaround.
    HTH.

  • Hello Apple? How do i fixed my problem with my ipad apps every time i open that apps it takes 10min. to play the games ant its getting LOST MODE and the ipad system is crashing

    How do i fixed my problem with my ipad apps every time i open that apps it takes 10min. to play the games ant its getting LOST MODE and the ipad system is crashing

    We are fellow users here on these user-to-user forums, you're not talking to iTunes Support nor Apple.
    Have you tried closing all apps via the iPad's multitasking bar and then doing a soft-reset and seeing that helps ? To close all apps :
    iOS 7: double-click the home button to open the taskbar, and then swipe or drag each app's screen from there up and off the top of the screen to close it, and click the home button to close the taskbar.
    iOS 6 and below : from the home screen (i.e. not with any app 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of each app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    Soft-reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

  • How do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)

    == Issue
    ==
    I have another kind of problem with Firefox
    == Description
    ==
    how do I fix the following error, it comes up every time I open a Firefox page; "type error: Components.classes[cid] is undefined" (JavaScript Application)
    == This happened
    ==
    Every time Firefox opened
    == a few months ago
    ==
    == Troubleshooting information
    ==
    Application Basics
    Name Firefox
    Version 3.6.3
    Profile Directory
    Open Containing Folder
    Installed Plugins
    about:plugins
    Build Configuration
    about:buildconfig
    Extensions
    Name
    Version
    Enabled
    ID
    Adblock Plus 1.2 true
    Adobe DLM (powered by getPlus(R)) 1,6,2,49 true
    AVG Safe Search 9.0.0.825 true {3f963a5b-e555-4543-90e2-c3908898db71}
    AVG Security Toolbar 4.504.019.002 true avg@igeared
    Fasterfox 2.0.0 false
    Forecastfox 0.9.10.2 true {0538E3E3-7E9B-4d49-8831-A227C80A7AD3}
    Java Console 6.0.05 true
    Java Console 6.0.03 true
    Java Console 6.0.07 true
    Java Console 6.0.11 true
    Java Console 6.0.13 true
    Java Console 6.0.15 true
    Java Console 6.0.17 true
    Java Quick Starter 1.0 true [email protected]
    Microsoft .NET Framework Assistant 1.2.1 true {20a82645-c095-46ed-80e3-08825760534b}
    NoScript 1.9.9.77 true {73a6fe31-595d-460b-a920-fcc0f8843232}
    Java Console 6.0.19 true
    Java Console 6.0.20 true
    Modified Preferences
    Name
    Value
    accessibility.typeaheadfind.flashBar 0
    browser.history_expire_days 0
    browser.history_expire_days.mirror 180
    browser.places.importBookmarksHTML false
    browser.places.importDefaults false
    browser.places.leftPaneFolderId -1
    browser.places.migratePostDataAnnotations false
    browser.places.smartBookmarksVersion 2
    browser.places.updateRecentTagsUri false
    browser.startup.homepage_override.mstone rv:1.9.2.3
    extensions.lastAppVersion 3.6.3
    general.useragent.extra.microsoftdotnet ( .NET CLR 3.5.30729)
    keyword.URL http://au.yhs.search.yahoo.com/avg/search?fr=yhs-avg&type=yahoo_avg_hs2-tb-web_au&p=
    network.cookie.prefsMigrated true
    places.last_vacuum 1272511429
    print.print_bgcolor false
    print.print_bgimages false
    print.print_command
    print.print_downloadfonts true
    print.print_evenpages true
    print.print_in_color true
    print.print_margin_bottom 0.5
    print.print_margin_left 0.5
    print.print_margin_right 0.5
    print.print_margin_top 0.5
    print.print_oddpages true
    print.print_orientation 0
    print.print_pagedelay 500
    print.print_paper_data 0
    print.print_paper_height 11.00
    print.print_paper_size -134744073
    print.print_paper_size_type 1
    print.print_paper_size_unit 0
    print.print_paper_width 8.50
    print.print_printer Lexmark 4200 Series
    print.print_reversed false
    print.print_scaling 1.00
    print.print_shrink_to_fit true
    print.print_to_file false
    print.printer_Lexmark_4200_Series.print_bgcolor false
    print.printer_Lexmark_4200_Series.print_bgimages false
    print.printer_Lexmark_4200_Series.print_command
    print.printer_Lexmark_4200_Series.print_downloadfonts true
    print.printer_Lexmark_4200_Series.print_edge_bottom 0
    print.printer_Lexmark_4200_Series.print_edge_left 0
    print.printer_Lexmark_4200_Series.print_edge_right 0
    print.printer_Lexmark_4200_Series.print_edge_top 0
    print.printer_Lexmark_4200_Series.print_evenpages true
    print.printer_Lexmark_4200_Series.print_footercenter
    print.printer_Lexmark_4200_Series.print_footerleft &PT
    print.printer_Lexmark_4200_Series.print_footerright &D
    print.printer_Lexmark_4200_Series.print_headercenter
    print.printer_Lexmark_4200_Series.print_headerleft &T
    print.printer_Lexmark_4200_Series.print_headerright &U
    print.printer_Lexmark_4200_Series.print_in_color true
    print.printer_Lexmark_4200_Series.print_margin_bottom 0.5
    print.printer_Lexmark_4200_Series.print_margin_left 0.5
    print.printer_Lexmark_4200_Series.print_margin_right 0.5
    print.printer_Lexmark_4200_Series.print_margin_top 0.5
    print.printer_Lexmark_4200_Series.print_oddpages true
    print.printer_Lexmark_4200_Series.print_orientation 0
    print.printer_Lexmark_4200_Series.print_pagedelay 500
    print.printer_Lexmark_4200_Series.print_paper_data 1
    print.printer_Lexmark_4200_Series.print_paper_height 11.00
    print.printer_Lexmark_4200_Series.print_paper_size -134744073
    print.printer_Lexmark_4200_Series.print_paper_size_type 0
    print.printer_Lexmark_4200_Series.print_paper_size_unit 1
    print.printer_Lexmark_4200_Series.print_paper_width 8.50
    print.printer_Lexmark_4200_Series.print_reversed false
    print.printer_Lexmark_4200_Series.print_scaling 1.00
    print.printer_Lexmark_4200_Series.print_shrink_to_fit true
    print.printer_Lexmark_4200_Series.print_to_file false
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_bottom 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_left 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_right 0
    print.printer_Lexmark_4200_Series.print_unwriteable_margin_top 0
    privacy.clearOnShutdown.cookies false
    privacy.clearOnShutdown.offlineApps true
    privacy.cpd.cookies false
    privacy.item.offlineApps true
    privacy.sanitize.migrateFx3Prefs true
    privacy.sanitize.timeSpan 3
    security.warn_viewing_mixed false
    security.warn_viewing_mixed.show_once false
    == Firefox version
    ==
    3.6.3
    == Operating system
    ==
    Windows XP
    == User Agent
    ==
    Mozilla/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 ( .NET CLR 3.5.30729)
    == Plugins installed
    ==
    *-getplusplusadobe16249
    *Office Plugin for Netscape Navigator
    *Adobe PDF Plug-In For Firefox and Netscape
    *Default Plug-in
    *NPRuntime Script Plug-in Library for Java(TM) Deploy
    *The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
    *Shockwave Flash 10.0 r45
    *iTunes Detector Plug-in
    *Garmin Communicator Plug-In 2.8.1.0
    *Windows Presentation Foundation (WPF) plug-in for Mozilla browsers
    *Java(TM) Platform SE binary
    *Next Generation Java Plug-in 1.6.0_20 for Mozilla browsers
    *Npdsplay dll
    *DRM Store Netscape Plugin
    *DRM Netscape Network Object

    How do I fix this problem ...javascript (cid) applications.

  • Firefox is trying to update my 8.0 version to 9.0.1. I'm not ready to do so because the Norton Toolbar is not yet compatable with the new Firefox release. How do I get firefox to stop trying to update every time I open the application?

    Question
    Firefox is trying to update my 8.0 version to 9.0.1. I'm not ready to do so because the Norton Toolbar is not yet compatable with the new Firefox release. How do I get firefox to stop trying to update every time I open the application?

    Swarnava wrote: '''''Firefox 9 is Compatible with Norton 2011, 2012, 360 v5'''''.
    This reads backwards, It is the other way as "Norton update is compatible with Firefox 9".

  • How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??

    How can I set home page for a new tab? how can i get firefox to open the home page every time i open a new tab in Windows vista home basic??
    == This happened ==
    Every time Firefox opened

    Firefox can have multiple home pages if you wish. Each home page that will open when starting Firefox is separated by the "|" character.
    See: http://support.mozilla.com/en-US/kb/How+to+set+the+home+page
    To have new tabs open a specific web site, add one of the following extensions:
    http://sogame.awardspace.com/newtaburl/
    https://addons.mozilla.org/en-US/firefox/addon/777

  • How come I have to put in a keychain password every time safari or mail is opened? Is there a way I can disable it or save the password so it doesn't pop up every time?

    How come I have to put in a keychain password every time safari or mail is opened? Is there a way I can disable it or save the password so it doesn't pop up every time? Also, I have my mail account set up from my Yahoo! account and every time I open mail, it asks for the password for my Yahoo! account. I have checked save this password to keychain and it persists on popping up repeatedly.

    You don't want to disable keychain (if there's even a good way to do so), since it stores stuff like certificates and the such.  It's quite useful.
    Anyways, Keychains>Preferences>First Aid.  Check Set Login Keychain as default.  When you login, it unlocks the keychain.
    That should help you.

  • How come iTunes won't open on my computer? Every time I go to open it a message pops up saying that it can't be run. How do I fix this?

    How come iTunes won't open on my computer? Every time I go to open it a message pops up saying that it can't be run. How do I fix this? Thanks If you can help me!

    Every time I go to open it a message pops up saying that it can't be run.
    What's the precise text of the message, please? (There's a few different ones I can think of that you might be getting.)

  • How to stop Firefox from checking for add-on compatibility every time it opens?

    How to stop Firefox from checking for add-on compatibility every time it opens?

    That can be a problem with the compatibility.ini file in the Firefox profile folder.
    Try to rename (or delete) the compatibility.ini file in the Firefox profile folder to see if that helps.
    You can use this button to go to the currently used Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
    *http://kb.mozillazine.org/Profile_folder_-_Firefox
    You can also check for problems with preferences.
    Delete possible user.js and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    *http://kb.mozillazine.org/Resetting_preferences

  • How can I stop (the annoying) McAffee Antivirus from downloading every time Adobe Flash needs to upate (which lately is every second day)

    How can I stop (the annoying) McAffee Antivirus from downloading every time Adobe Flash needs to upate (which lately is every second day)

    don't auto update.  manually update and untick mcaffee.

  • How do I backup my iphone to a computer when every time I plug it into the computer, it starts syncing it to itunes or trying to download itunes?  How do I back it up and where do I find the backup?

    How do I backup my iphone to a computer when every time I plug it into the computer, it starts syncing it to itunes or trying to download itunes?  How do I back it up and where do I find the backup?

    The backup does not include any itunes content. NO apps, music,etc
    You can transfer itunes purchases from iphone to computer:  File>Transfer Purchases
    You need to copy everything from your backup copy of your old computer to your new computer.

  • HT5631 How do I turn off being asked for my password EVERY time I want to download an app?

    How do I turn off being asked for my password EVERY time I download an App on the app store?  When I go to the security page on "Manage my Apple ID" it only has a link to set-up two step verification...not disable it.

    You can't.

  • How do I stop my iPad from going 'ding' loudly every time I get an iMessage?

    How do I stop my iPad from going ding loudly every time a text message comes through? Not a good look in a meeting!
    Cheers

    No worries think I've found it under sounds :)

  • How do I set up my Apple ID so that every time I download a tune/app and email is sent to me alerting me to this fact?

    How do I set up my Apple ID so that every time I download a tune/app and email is sent to me alerting me to this fact?

    If you follow the instructions on this page (i.e. select and 'buy' a free app when creating an account) then you should get the None option : http://support.apple.com/kb/HT2534

Maybe you are looking for

  • HT204053 how do i create an apple id for my 12 yr old?

    how do i create an apple id for my 12 yr old?

  • Cannot update CC application

    I am getting the error message attached Further error codes when updated from inside PS CC are as follows: Adobe Bridge CC 6.0.1 Update There was an error downloading this update. Please quit and try again later. Error Code: U43M1D207   Adobe Photosh

  • DB6_LOCK_SNAPSHOT not available

    Hay experts, Thanks for all sharing ur experinces. I have two Funnction module which is not available in target 2005 version. COuld you please let me know the Replacement. Below are the FUnctions no longer available. DB6_LOCK_SNAPSHOT. DB6_APPL_SNAPS

  • What's the best UML modeling tool?

    Anyone have thoughts?

  • "Compact/Compress" internal table

    I have an internal table that has two line items per records where the first line item has data in some fields and the second has data in the other fields.  What I want is to put these two line items into one so that all fields are filled, in one lin