Nuget is busted (for me)

When I select Load Tools | Library Package Manager | Manage NuGet Packages for Solution, it comes up with Onlilne | NuGet official package source selected, I see this err msg in the middle pane:
Unable to cast COM object of type 'System.__ComObject' to interface type 'EnvDTE.DTE'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{04A72314-32E9-48E2-9B87-A63603454F3E}' failed due to the following
error: Library not registered. (Exception from HRESULT: 0x8002801D (TYPE_E_LIBNOTREGISTERED)).
Similarly, perhaps, my project's Output shows: Could not parse the configuration file. The error message is: 'Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY))'. Try editing the file manually and then saving it.
What configuration file is it talking about? Web.config? I see nothing unusual in it...

The error message says that a plugin wants to use a version of Visual Studio core automation API which is not installed or registered as a COM object. I would try install the latest Visual Studio updates, then maybe reinstall the nuget plugin.
If it doesn't work create a copy of everything in the .nuget folder. Then
delete the .nuget folder, close the solution and open it again. Right click on the enable nuget package restore. This will create a new .nuget folder with new .config, targets and exe files. Hopefully it will work after that. 

Similar Messages

  • IPod touch erased when I updated and synced it on a different operating system.  Forgot password to backup file.  Windows 7 is a bust for the newest version of itunes.  Tired of fooling with it, so I tried to update and sync ipod to hubby's laptop.

    Sooooooo sick of trying to fix the bug with the newest version of itunes and Windows 7.  I'm over it.  Tried syncing ipod to hubby's laptop.  When update and sync was complete, all my apps, music, and pictures were gone.  When I open my itunes account on his computer, they are gone from there as well.  I cannot open itunes on my computer because I cannot fix the compatability issue.  Don't tell me how to go to 'computer', click 'program files' etc. etc......  Did that, unchecked compatability mode and nothing is fixed.  About to take a hammer to darned thing.

    Also, I have forgotten the password to my backup file, which could solve everthing.  I don't really remember ever setting a password for the backup file.  Tried every password I've ever used with this device.

  • What is the best add buster for Samsung Note6 edge?g

    Hate advertising

    There are Extensions for Android Firefox like these at https://addons.mozilla.org/en-US/android/search/?q=Adblock&appver=any&platform=all

  • How to find the source for an particular nuget

    Simple question.... with a GUI or Package Manager Console, how do I tell where a specific package came from?
    Thank Kevin

    Hi Kevin,
    >>Simple question.... with a GUI or Package Manager Console, how do I tell where a specific package came from?
    Since this forum is to discuss the VS IDE usage, for package manager console, maybe you could use the command line "get-help NuGet" to see all available NuGet commands.
    For example:
    Enter Get-Package -ListAvailable at the prompt to see a list of all packages  that are available in the selected package source.
    If we do not know the name of the package we want to remove, enter
    Get-Package at the prompt  without any flags to see a list of all of the packages that are currently installed.
    Reference:
    https://docs.nuget.org/consume/Package-Manager-Console-PowerShell-Reference
    https://docs.nuget.org/consume/package-manager-console
    A simliar thread:
    http://stackoverflow.com/questions/11867660/list-all-available-versions-of-a-specific-package-in-nuget-package-manager-conso
    Best Regards,
    Jack
    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.

  • Making a jargon buster in flash cs5 using XML

    Hi guys !!
    I am working o a jargon buster for a college project.
    I have written up an XML document like this:
    <Items>
          <Query>Rip</Query>
           <answer>to copy files from a disc onto a computer</answer>
    </Items>
    Basically the user inputs their query into a editable text field and then flash searches the xml for the query and returns an
    answer into a readable text field below.
    My problem is how do I get flash to do that??
    Thanks in advanced.

    I suggest you read some XML tutorials. Functionality you desire is one of the easiest to implement once you get a light grasp on XML.
    Here is one of the possible approaches:
    var xml:XML;
    init();
    search("Dog");
    function init():void
         xml =   <data>
                   <Items>
                        <Query>Rip</Query>
                        <answer>to copy files from a disc onto a computer</answer>
                   </Items>
                   <Items>
                        <Query>Dog</Query>
                        <answer>Animal that barks</answer>
                   </Items>
                   <Items>
                        <Query>Watermelon</Query>
                        <answer>Diuretic</answer>
                   </Items>
              </data>;
    function search(searchString:String):void
         for each (var node:XML in xml.Items)
              if (node.Query.toString() == searchString)
                   trace(node.Query.toString(), "is", node.answer);
                   break;

  • Why does Apple refuse to make a 64 bit version of quicktime for Windows?

    For those of us in digital media creation Quicktime is a highly used App, how ever access to 4+ gigs of ram is more important. I'm making the switch to a 64-bit OS in the next week or so, and it's really frustrating to see that Apple, after how many years since XP64 first hit, STILL does not have a 64-Bit version of Quicktime. What is the hold up?
    I also don't understand how they can release something where one of the main features is busted for multiple versions. I had to stick with an older version of QT for quite awhile before the load image sequence was fixed. Why are their Windows customers treated as second class citizens?

    http://www.apple.com/quicktime/feedback/

  • Nuget Package dlls not uploading to VS Online

    I have a large project using multiple Nuget packages.  It builds and works as expected on my local PC.  I thought I would try VS Online and make use of the TFS capabilities so that my co-worker and I could manage the project better.  However,
    the project will not build in VS Online.  Based upon the errors and after poking around I discovered that not all the Nuget packages were getting uploaded.  However, some of the folder structure gets uploaded, but not all.
    For example the AjaxControlToolkit.7.1213 has content, tools and lib subfolders on my local PC.  My VS Online version doesn't have the lib folder, which is where the dll resides.  This causes the error that
    occurs multiple times for numerous packages.
    What am I doing to cause this?  I have turned on "Enable Nuget package restore" and updated all packages.
    I posted a question concerning this in the wrong forum, you can see the error log here if
    needed.
    Any help would be greatly appreciated.  Thank you.

    The package restore workflow has been changed by NuGet team. For Team Foundation Build 2013 on-premises and Visual Studio Online  (formerly Team Foundation Service), the default Build Process  Templates already implement the NuGet Package Restore
    workflow without  any special configuration.
    Please ensure you have applied the right way to do package restore in your solution hosted in VSO and try to build again.
    Have a look at below links for more details:
    http://blog.davidebbo.com/2014/01/the-right-way-to-restore-nuget-packages.html
    http://www.xavierdecoster.com/migrate-away-from-msbuild-based-nuget-package-restore

  • Unit Testing with Microsoft Sharepoint Emulators and Fakes with Visual Studio 2013

    Hi All,
    I have created Test Project and now creating Test cases for Sharepoint. I found a link on MSDN which suggests using Fakes framework but it supports VS2012 and I am using Visual Studio 2013.
    So how can I use it with VS2013 or is there any other way with which I can implement the Test cases with VS2013.
    Please suggest.
    Thanks in advance.
    Himanshu Nigam

    Hi HimanshuNigam,
    According to your descrition, my understanding is that you want to use Fakes framework to create test case for SharePoint project in Visual Studio 2013.
    If you want to test using Fakes Framework, you can use the codeplex extension to achieve it. It supports Visual Studio 2013.
    Here is a detailed article for your reference:
    Better Unit Testing with Microsoft Fakes
    About how to include the Nuget package, you can use the package with the link below:
    NuGet Package Manager for Visual Studio 2013
    Installing NuGet
    If you still have question about this issue, I suggest you can create a post in Visual Studio, more experts will help you and you can get more detailed information from there:
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=visualstudio%2Cvsarch%2Cvsdbg%2Cvstest%2Cvstfs%2Cvsdata%2Cvsappdev%2Cvisualbasic%2Cvisualcsharp%2Cvisualc
    Best Regards
    Zhengyu Guo
    TechNet Community Support

  • Every single song I delete from iCloud on my Mac remains listed in the Music app on my iPhone 4S, and then becomes broken -- What the heck?

    Hello,
    So this is annoying me to no end because I just spent $25 to sign up for iTunes Match and so far its wasted my time and given me nothing but a massive headache. This is obviously a major bug on the SERVICE END, not mine.
    Starting with an empty iTunes library on my Mac, I began ripping my CDs in iTunes Plus AAC format the other night with the intent of matching & uploading my entire music library into iCloud for streaming & downloading to my iPhone 4S on the go. Simple in theory, right? After some basic tag editing -- changing genres, a simple alteration to a title here, deleting the composer there -- and then updating iTunes Match (Store > Update iTunes Match), I notice I'm getting duplicates of a bunch of my songs appearing on my iPhone. I haven't downloaded anything to the device, they're all just listed with the cloud icon next to them.
    So I'm thinking, whatever, I screwed something up. I'm only several CDs into the process so I'll just delete the iTunes library and start over again. Shift + right click, delete everything. Do you want to delete these songs from iCloud as well? Yes. Update iTunes Match. There are 0 songs in iCloud. Okay.
    The songs are still showing in my iPhone Music app. Strange. Swipe to delete does nothing, they're not on the device. They're pointing to files in the cloud that are either no longer there or somewhere that I cannot access anymore. Broken aliases. The album artwork still shows up, but playing the songs just kicks me back to the album menu. Navigating to Settings > General > Usage > Music shows me there is no data on the device. 0 bytes.
    One thing I notice is that sometimes after syncing a handful of these broken songs will show up in a "Purchased" playlist on my iPhone within the iTunes browser -- I haven't purchased any music from the iTunes store, not one song -- and inspecting them with right click > Get Info reveals them as Stream files, not iTunes Plus AAC files.
    Turning iTunes Match off and on again both from within iTunes and on my iPhone does nothing.
    Syncing wirelessly or via USB does nothing.
    Backing up and restoring my iPhone does nothing.
    Double clicking the Home button and quitting the Music process, then opening it again does nothing.
    Hard resetting the iPhone does nothing.
    This is something that's happening with my Apple ID on the service end, not locally or on the user end. As long as iTunes Match is turned on in my iPhone settings, all of this broken music -- everything I've matched to iCloud and deleted -- shows up. I've done everything within the parameters of proper usage, and iTunes tells me there is nothing in iCloud after it updates but my phone keeps seeing crap that isn't -- or shouldn't be -- there.
    I WANT to use iTunes Match, I just paid 25 freaking dollars for it, but its completely busted for me right now and I know ripping and matching some more CDs is just going to make it worse and populate my iPhone with an even bigger broken library. I just ripped and matched one more CD an hour ago without editing any of the tags, just let iTunes Match do its thing, and then after right clicking and following the prompts to delete the 18 songs both from both iTunes AND iCloud its still showing up on my iPhone. Busted like all the others.
    Can we please get an update on this as soon as possible? This is driving me nuts and I don't know what else to do.

    It's a slightly convoluted process.
    Disable iTunes Match on your iPhone
    Settings > Music > Itunes Match
    Now, make sure you've killed the Music app by double-tapping the home button, and deleting the app there where it is running.  Important step. The app should not be active.
    Next step:
    Settings > General > Usage (it takes a while to load) > then delete the Music app there
    Power your phone down, and back up again.
    Sync your music via iTunes like you always have ...
    ... and this should fix your problem.

  • How can I rip a dvd that has not been finalized.

    I need to recovery the video for work.  I can clearly see the content has been burned into the dvd, but since its not finalized, I cannot access any of it.  What can I do?  What software do I need?  I saw most forums suggest ISO-buster for PC users.  Is there an option for Mac users?

    restart your mac while holding down on the mouse.

  • Restore to factory, failed backups, files can't be found etc etc - Win7?

    Multiple probs...
    have got to the point that wondering if there is an iTunes/Win7 issue...
    Apple product: iPhone 3Gs 32GB*
    Computer OS: Win7
    +* NB: Throughout all of these issues iTunes repeatedly showed capacity as only 4GB, then at some point would switch to partially showing correct capacity (ie. had diff information between.. capacity shown in summary details, and that shown in used/free space status bar), OR would switch to fully showing correct capacity info (ie. summary details and used/free status bar info would agree).+
    *ISSUE 1*
    Orig issue - stopped being able to add music/video. Error message something like found folder where expected file.
    *ISSUE 2*
    Backed up iPhone (backup appeared successful.
    Restored phone to factory settings (appeared successful)
    Tried to restore backup > iTunes error message "iTunes could not... because the backup session failed" *NB: Searched computer, found the location that iTunes saves backup, files ARE there, and checked all photos and contacts are there (just in format that will need to translate if need to access via non-iTunes means)*
    *ISSUE 3*
    (Considered that might have been something wrong with my orig files, I decided to test with newly reset iPhone.)
    Set up as new phone (as no choice).
    Set up new music and added to phone (appeared successful; music visible on phone).
    Repeated with more music; then started to get error message (for tracks that had orig been added successfully "The iPhone cannot be synced. The required file could not be found"
    *ISSUE 4*
    Tried to reset again to factory.
    Had to use the Hard Reset method (simultaneously hold power button & home button, til slide bar for power off. Powered off. With iTunes running, hold down home button as plug into computer. iTunes recognises, asks if wish to reset device. Say yes, proceed through entire process, including entering simcard lock code, looks successful. Phone then has the "connect to iTunes"image.
    Did this repeatedly without success (always returned to be frozen on the connect to iTunes image. Tried all sorts of combinations - unplugging, rebooting pc, nothing worked... once phone got to this point every time it was plugged in iTunes froze, as soon as unplugged iTunes fully functional. Considered that iTunes might be processing slowly, so searched again... found webpage said to "Keep your device connected until the Connect to iTunes screen goes away or you see iPhone is activated." ref http://support.apple.com/kb/HT1414
    So repeated factory restore, and at end left phone connected overnight and still no change (still displaying connect to iTunes image). In morning, still no progress (still showing connect to iTunes image).
    *ISSUE 5*
    Happened to unplug phone, and replug into computer (not holding down home button or anything). iTunes then finally recognised phone. However, when tried to restore backup repeatedly still get error message "iTunes could not... because the backup session failed"
    So unless set up as new phone again, am stuck.
    Back to ISSUE 2/3 status.
    Expect that if go ahead with setting up as new phone again, will not be able to backup phone successfully, and at some stage will stop being able to add music etc.
    *ISSUE 6*
    Have tried to go ahead with setting up new phone. Still no success.
    Multiple error messages, most recent being
    "The iPhone X cannot be synced. A folder was specified instead of a file."
    Are there known problems with Windows 7? Or is this apple software issue? Apple hardware?<</div>
    At this stage I no longer have a phone (it my phone for everywhere), or sanity buster for 15-20 hours/week commuting. Not particularly comfortable with that...
    Message was edited by: RainingOutside
    Message was edited by: RainingOutside

    Hi, thanks for your feedback.
    No. None of music in iTunes synced. By "none of them showing probs"... Meant that iTunes can see all of those files, so no prob of that type; HOWEVER those files cannot be synced to iPhone. This is current status. Previously files HAD synced to iPhone.
    Ie one of first things that did was to reset all to ensure that working with only small test sample to minimize room for corrupted files.
    So situation is phone reset to factory; newly installed iTunes on new laptop, with new iPhone profile. In iTunes only small number of music files, that I've newly added to reduce chance that those files corrupted.
    From all that reading, and from discussions having with few fellow developers/analysts at work, thoughts are that iTunes not playing nice with 62bit Win7.
    Does anyone have contact with apple to have confirmed?
    There are number threads even just in this forum, reflecting same thoughts
    Cheers

  • Disk Utility Unable to Correctly Burn Bootable Discs From ISO Files with Yosemite (10.10.1)

    My problem is with burning ISO images to make a bootable DVD disc with OSX 10.10.1. I cannot drag and drop an ISO file (in this case, Ubuntu 14.04 server iso) to the disk utility and then burn it with Yosemite.  I have to first open the ISO file, then attempt to burn it.  The DVD it creates is unreadable. I tried to convert the ISO file to CDR and also IMG - same problem: disc unreadable error.
    I then went back to OSX 10.9.5 and tried the same thing - worked like a champ.  I was able to drag and drop the ISO file into the Disk Utility window and successfully burn a bootable DVD disc from the same Ubuntu ISO file I tried using with 10.10.1.
    Hey Apple, what's up?  You broke Disk Utility in 10.10.1.  Has anyone experienced the same problem and found a work-around?  I hate to have to keep booting an older version of OSX to accomplish this task.  So far, Yosemite has been a bust for me with all the other problems I have experienced.  I might as well go back to 10.9.5 on all my Macs until Apple gets their act together with Yosemite.

    Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
    Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
    Feedback
    Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
    Feedback via Apple Developer

  • A question about the month long ship date on preorders.

    I realize they received a ton of preorders, but it still doesn't make sense that people I know are able to walk into an AT&T store and get one within a day or two (one waited for 3 hours, and they reserved one of a new shipment the following day and called him in, another walked in and they had one within two days for him).
    What's the point of a preorder then if it takes a month to ship? (ordered June 17th, delivered by July 19th).
    It's not that big of a deal. I'll wait as I don't have much time this summer and am busy during AT&T's store hours (and I hear the waiting is worse at our local Apple store). My gripe is that it doesn't seem in any way logical, regardless of the amount of preorders or not (either stop the preorders earlier, or honor your mistake). It essentially defeats the entire purpose of a preorder.
    Then again, Apple pretty much always has supply issues with one of their products at least once every other year so it's not all that surprising either (I think the anticipation is what's getting to me since my current phone is broken).
    Message was edited by: Mikey U.

    I was completely prepared to live with my broken 3G for the next several months (been busted for about 4 months now), but then my wife ordered me the 4 for father's day (she's actually angrier than I am about the ship date now knowing she could have waited for a few hours to get one instead).
    Now that I know it's coming, the flaws of my 3G are all the more glaring and upsetting.
    Message was edited by: Mikey U.

  • IPhoto hangs when trying to set places

    so far iPhoto 09 is a complete bust for me. Among other things iPhoto is unusable if i try to set places. after typing in a location the pinwheel of death comes up and stays. anyone else seeing this? any fixes?

    Start with the troubleshooting basics:
    1. Delete the com.apple.iPhoto.plist file from the HD/Users/ Your Name / library / preferences folder. (Remember you'll need to reset your User options afterwards. These include minor settings like the window colour and so on. Note: If you've moved your library you'll need to point iPhoto at it again.)
    2. Repair Permissions using Disk Utility
    3. Create a new account (systempreferences -> accounts) and see if the problem is repeated there. If it is, then a re-install of the app might be indicated. If it's not, then it's likely the app is okay and the problem is something in the main account.
    Regards
    TD

  • Has anyone had success in borrowing e books from the Toronto Public Library? I keep getting strange pages but cannot get to browsing e books.

    I wander if I missed a step in getting set up.

    I also have not been able to download the ebooks from TPL. I have no trouble going to "Safari Books online" for the computer technical manuals but the ebooks have been a bust for me as well.

Maybe you are looking for