"manage nuget packages for solution" is missing in the drop down for NuGet Package Manager

Hi,
I have VS2013 Ultimate on windows 7 PC and that Nuget Option does show in the dropdown.  Today, I setup a vm in Azure, from image I select VS2013 Ultimate, just like the one on my PC.  However, when I click on the Tools, Nuget, there is only 2
drop down option, "package manager console" and "package manager settings" are the only 2 available.  How can I get the ""manage nuget packages for solution"?
I want to install the xamarin.forms extension and I need this.
thank you
Thank you

Hi laJasmine,
Based on your issue, generally, I know that there have two ways to see the "manage nuget packages for solution" option after we install the VS2013 Ultimate.
One way is that it is default that we can see the "manage nuget packages for solution" option by right click this Solution->Manage NuGet Packages for Solution option like the following screen shot.
Another way is that we can see the "manage nuget packages for solution" option by clicking the Tools->Library Package Manager-> manage nuget packages for solution like the following screen shot.
So please check if you can get the "manage nuget packages for solution" option from this above two way again.
If you still could not the "manage nuget packages for solution" option in this VS2013 Ultimate, to check if this issue is related to the VS2013 Ultimate set up file. I suggest you could try to copy this setup file and then install it on other machine
and then check if you still get the issue.
If you have any updated message about this issue, please tell me.
Best 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.

Similar Messages

  • In logic X I am trying to normalize but the track and file option in the edit window is not there at all just the drop down for pointer eraser etc. Any ideas? Thanks!..

    In logic X I am trying to normalize but the track and file option in the edit window is not there at all just the drop down for pointer eraser etc. Any ideas? Thanks!..

    Total life saver. Thank you

  • When trying to download an APP, it's requesting answers to 3 security questions and it hangs up the iPad when clicking the drop down for the questions...any ideas?

    When trying to download an APP, it's requesting setup for answers to 3 security questions and it hangs up the iPad when clicking the drop down for the questions...any ideas?

    Had to do a hard reboot on the iPad and we were able to get the questions to pop up. Now it's just slow downloading the apps.

  • When I click on the Menu or Choose the Drop down for CC, it doesn't show the options

    I've been having this issue for a while now since the last update. When I click on the top nav options or try to select "CC" or "BCC" when creating an email. The outline of the dropdown box shows, however the listed options don't show or it takes a minute for them to show. I have attached a screenshot of what I'm seeing. I typed out a sentence and right clicked, but the options don't appear, only the outline of a box.

    ''Zenos [[#answer-677769|said]]''
    <blockquote>
    Is there any sign of a highlight moving up and down the menu? Could the text be there but with white letters on a white background?
    </blockquote>
    I don't see any "highlight" moving up and down. Sometimes I have to guesstimate where the "paste without formatting" is, so I know the text is there and clickable. Sometimes the text does show, but it takes a WHILE.

  • Where is the drop down for bookmarks toolbar?

    On old version I could hit a drop down to access complete toolbar list for bookmarks. Now drop down has everything but the extended toolbar file. How do I get it back?

    Did you look at: http://support.mozilla.com/en-US/questions/845262 ?

  • Try to export address book but the drop down for file type is blank. no options are offered. Version 24.5.

    An unusual problem happened when I upgraded from earlier version of thunderbird - which was working fine - version 9. I decided to update. So update to latest version. Once I did this something happened:
    1. When I go to address book, I select address book and then select Export.
    2. The export window pops up, but the field where you select FILE TYPE is blank - there is no CSV, TXT etc. options to select.
    So... I saved a copy of my profile as a back up.
    Then I uninstalled that version.
    Then installed the version my husband is using - 24.5 - which he uses with no problems at all.
    After installing the 24.5 version I still have the same problem. We are completely stumped and don't know what is causing this.
    Something must have happened when I upgraded from the very early version 9 to the 31.
    Its like its not seeing the FILE TYPE to display when I go to export.
    Any suggestions or help would be greatly appreciated!
    Thank You
    Daphna

    Restart Thunderbird with add ons disabled. You might have one that does not like the newer versions. You can do this from the Help menu.

  • My camera will does not appear in the drop down for importing videos even though it is listed as a supported camera - sony hdr-xr260

    I am trying to import video footage from my sony camera on to imovie. The camera does not appear on the drop down when i connect it to the pc via usb. Anyone any ideas?

    I'm using a zr500 via firewire and it doesn't recognize it either. Are you using firewire?

  • SQL 2000 Database Maintenance Plan drop downs for days, weeks, months, not displaying

    When setting up a SQL 2000 Database Maintenance Plan the drop down for Remove files older than is not populating with hours, days, weeks, or months. It is just blank. The version is  Microsoft SQL Server  2000 - 8.00.2039 (Intel X86)  
    May  3 2005 23:18:38   Copyright (c) 1988-2003 Microsoft Corporation  Desktop Engine on Windows NT 5.2 (Build 3790: Service Pack 2). Is there a fix for this issue?

    This also works. All the credit goes to a user named eyechart.  Great directions provided as well.
    http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=47575
    sqlmaint.exe
    was missing from MSDE 2000, but that was fixed in SP1 I think. Since this is SP3
    you probably have a missing registry value for the backup directory.
    I
    had to fix a similar problem last year on a bunch of laptops. They were all
    missing a registry value. Anyway, here is the fix:
    1. Fire up regedit and
    look under HKLM\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer
    2. Ensure you have
    a string value called BackupDirectory. The value for this should be the path to
    your backup dir. The default value is C:\Program Files\Microsoft SQL
    Server\MSSQL\BACKUP
    btw, this fix assumes you have a default instance
    installed. A named instance will have slightly different registry location and
    filesystem path.
    -ec
    Edited by -
    eyechart on 03/25/2005 21:04:27

  • Drop down for a field in a table

    hi friends,
       need a help from u, how to maintain the drop down for a field in a table..
    advance thanks..

    Hi,
    You can use the function module F4IF_INT_TABLE_VALUE_REQUEST
    TABLES: T005T.
    DATA: BEGIN OF t_t005 OCCURS 0,
            land1 TYPE t005-land1,
          END OF t_t005.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(6) v_text FOR FIELD P_LAND1.
    PARAMETERS: p_land1  TYPE t005-land1.
    SELECTION-SCREEN COMMENT 13(35) v_text1.
    SELECTION-SCREEN END OF LINE.
    INITIALIZATION.
      v_text = 'Country'.
      v_text1 = ' '.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_land1.
      REFRESH: t_t005.
      SELECT land1
             INTO TABLE t_t005
             FROM t005.
      CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
           EXPORTING
    *            DDIC_STRUCTURE   = 'T005'
                PVALKEY          = ' '
                retfield         = 'LAND1'
                dynpprog         = sy-repid
                DYNPNR           = sy-dynnr
                dynprofield      = 'P_LAND1'
                callback_program = sy-repid
                value_org        = 'S'
           TABLES
                value_tab        = t_t005
           EXCEPTIONS
                parameter_error  = 1
                no_values_found  = 2
                OTHERS           = 3.
      IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    Thanks
    Naren

  • Rule Policies:  Value drop down for category blank

    Hello,
    We have implemented Rule Policies in CRM 7.0.  When entering a condition for attribute "ICWC_Category" the drop down for "Value" is blank.  We have checked the following:  Categorization schemas are active and user has access to display categorization schemas.  When checking in all other systems, this is working with no issue, but in the productioin system, the value drop down is blank.
    If you have any ideas to trouble shoot or recreate the issue, it would be appreciated.
    Regards,
    E. Simpson

    Hi Anil,
    There is a SAP note availble for this problem.Please check.
    Thanks,
    Ashish

  • [svn] 3403: Fix for SDK-17097 - Missing summary description of a class in package classes table

    Revision: 3403
    Author: [email protected]
    Date: 2008-09-29 12:36:37 -0700 (Mon, 29 Sep 2008)
    Log Message:
    Fix for SDK-17097 - Missing summary description of a class in package classes table
    QA: Yes
    Doc:
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17097
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/class-files.xslt

    Well, it's kind of logical that as you put more jar files (classes) in Tomcat, it changes the error to ask for the classes (inside a jar) it cannot find.
    There was a good class->jar finder on the internet some years ago, but i don't remember the address. Try looking for that and search all the missing classes (NotDefined) and their correspondig jar files.
    Good Luck!

  • Compressor plug-in missing drop down for side chaining

    I want to use side chain compression but the Logic Pro X 10.1 compressor seems to be missing the drop down menu to specify what track I want to side chain to. I looked at screen shots of the compressor online and mine looks exactly the same except for missing that and a couple other elements in the header bar of the compressor.
    Any thoughts about how to fix this? Should I just delete and reinstall Logic?
    Thanks

    Make sure you have the correct Advanced Tools enabled.
    Sidenote: lots of people seem to think that reinstalling Logic will solve issues, but it will not, except maybe in very rare and unusual cases (when a harddisk crashed or hung during install, for instance)

  • Hi i been try to minimise few app like safari,Ical etc etc from the fullscreen view but didn't manage to find any solution!! With the command   M shortcuts didn't work...any help???

    Hi i been try to minimise few app like safari,Ical etc etc from the fullscreen view but didn't manage to find any solution!! With the command   M shortcuts didn't work...any help???

    To make a screen full screen, you click on the arrows in the upper right corner.  To minimize, move your cursor all the way to the upper right corner of your desktop--give it a second--a symbol will appear that lets you "reverse" the action and minimize the window.  Hope I'm explaining this correctly. 

  • Since upgrading to 10.8, my wireless stalls out. The drop down under the wireless icon says "Wi-Fi: Looking for networks- and has a rotating gear. I have to turn the wireless off and then back on to get back on the internet. Does anyone have a solution?

    since upgrading to 10.8, my wireless stalls out. The drop down under the wireless icon says “Wi-Fi: Looking for networks… and has a rotating gear. I have to turn the wireless off and then back on to get back on the internet. Does anyone have a solution? All iPhones and iPad and windows computers work fine.

    since upgrading to 10.8, my wireless stalls out. The drop down under the wireless icon says “Wi-Fi: Looking for networks… and has a rotating gear. I have to turn the wireless off and then back on to get back on the internet. Does anyone have a solution? All iPhones and iPad and windows computers work fine.

  • HT4847 My Ipad says that i am running out of storage but my icloud says that ive only used 1.4gb of the 5 allotted and when i go to usage manage storage all my apps are turned t the on postpition for backup. So i dont nderstand why my ipads storage is bei

    My Ipad says that i am running out of storage but my icloud says that ive only used 1.4gb of the 5 allotted and when i go to usage manage storage all my apps are turned t the on postpition for backup. So i dont nderstand why my ipads storage is being used

    iCloud doesn't give you more storage on your device, it only gives you more storage in iCloud to sync data, store your backups, etc.  If you're running out of space on your iPad you'll have to delete some data off your iPad to free it up, such as syncing some of your music or other media off your iPad. 
    You can check how much free space is available on your iPad by going to Settings>General>Usage and looking at the Available number at the top.

Maybe you are looking for

  • Role Name Server defined in SLD but no CimomURL maintained

    Hello gurus! We have a problem with our NWDI setup. What I want to do is to update an existing track DFODEV02 with the software package EP-RUNTIME. I synchronize with the SLD. However when I try to save, I get the following error: "SLD (URL http://<N

  • Modify Elastic parameters

    I'm useing "Elastic" as a easer for a Move animation.  The elastic bounces a bit too much for my taste.  Is there a failry easy way to modify the amount of "bouncing" it does?  (I'm going to post this as another question as well, regarding the public

  • Mobility Anchor/Foreign WLC code versions

    I am trying to setup a mobility anchor (5500 version: 7.2.111.3). I need this version as to support the Bonjour gateway. The foreign WLC is a WiSM-1 (version: 7.0.220.0). I have control/data path up. I am able to ping through it. I am, however, getti

  • Setting for ANSI_PADDING

    Hi All, I'm bit confused on how you would configure the setting for ANSI_PADDING. When this setting is ON the sql server will not discard the trailing blank spaces. Now I tried different settings to get me the right results for the following. SELECT

  • Split Parameter

    hi all, i m passing a parameter to function. this parameter can be a word or series of words like 'abc' or 'abc def ..' how i split this parameter string into each separate word in function, means if it is find a 'space' in sentence, it should split