Nuget package consuming issue through VSIX

My solution contains 20 projects and am consuming 5 nuget packages like Json, AutoFac, etc. I want to create a project template which will have 15 projects from my solution. So I followed below steps.
1. Using "export template" feature I exported the 15 projects.
2. Unzipped them and added a root .vstemplate file along with them to create the VSIX installer.
3. Added below xml template to each projects that consuming the nuggets.
 <WizardExtension>
        <Assembly>MyWizard, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, Custom=null</Assembly>
    </WizardExtension>
    <WizardData>
      nugget details........
    </WizardData>
Now my issue is that after installing the VSIX although the projects is added successfully, the nugget references are not getting added. Those are showing with yellow exclamation mark after following the manage/restore nugget also. How to resolve it.
Also is there any way to export all the projects at a time instead of exporting them as templates one by one.

Hi JitendraKumarSahoo,
This forum is discuss C# programming problem. Please post your problem in the Nuget Forum for effective response. Please refer to the following link.
http://nuget.codeplex.com/discussions. Thank you for understanding.
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

  • Nuget packages are not uninstalled properly in VS 2010

    Hi,
    I have created 3 Nuget packages. One package is dependency of other two Nuget packages. Once I install the 3 packages in my project it installed and working fine. If I uninstall the nuget from my VS2010 project it will throw the below messages.
    Access to the path <packageslocation>\AssemlyName40\lib\net40\AssemblyName.dll   is denied.
    It uninstalled from the project correctly. But the packages dlls are not removed from the package installed location.
    Note: This issue not occurred in VS2012,VS2013 projects.
    If the assembly is presented in GAC location this error occurred in Visual Studio 2010. If not its not reproducing VS2010 also.
    Thanks,
    Abbas
    - Abbas K

    Hi Abbas,
    Thank you for posting in MSDN forum.
    Since this issue is to discuss:Visual Studio WPF/SL Designer, Visual Studio Guidance Automation Toolkit, Developer
    Documentation and Help System, and Visual Studio Editor. As you said about the Nuget packages un-install issue, since Nuget packages is a third-party packages, it is out of support of Visual Studio General Questions forum.
    To help you find the correct forum for this issue, I suggest you can ask the issue directly to
    Nuget, it will better support this issue.
    Thanks for your understanding.
    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.

  • The following Nuget packages could not be installed in project~

    When i create a new azure cloud service project in VS, the VS
    process fails with dialog message. See this error,
    Windows Azure Tools for Microsoft Visual Studio
    The following NuGet packages could not be installed in project
    WebRole:
    Microsoft.WindowsAzure.Caching (version ?.2.0.0?: Value cannot
    be null.
    Parameter name: path1
    WindowsAzure.Storage (version ?.1.0.0?: Value cannot be null.
    Parameter name: path1
    I wanted to upload image, but the forum give me a tip:
    Body text cannot contain images or links until we are able to verify your account.
    So I have to paste the error in post.
    I installed the azure SDK2.2 and VS2013. Can you tell me how to set the Path and how to solve issue?
    Thanks!
    Regards,

    Hi,
    I have faced a similar issue.
    It seems the installation was broken.
    Solution would be to uninstall both VS 2013 and Azure SDK.
    And then re-install them.
    Note: Some times azure SDK web platform installer gives errors after installing some components. on that case you might need to run the web platform installer again to install remaining components.
    If you found this post useful, Please "Mark as Answer"
    and "Vote as Helpful".
    Best Regards, Tuan Khalib

  • "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.

  • Running Tests where the test runner is in a nuget package using Vstest.console.exe

    I am trying to run my unit tests from a batch file.  I got it working a week or so ago and then my test runner (xunit) got changed from using a vsix install to using a nuget package to install it.
    When my batch file runs, it does not find any tests anymore.  It works great in Visual Studio and with TFS Build.
    I guess that when I try to run Vstest.console.exe in my batch file, it has no idea about the settings from the solution where VS and TFS both do have that available.
    My question is:  Is there a way to run my tests using Vstest.console.exe where it goes to nuget and gets the test runner?  Are there settings I can put into a test settings file to use when running the tests or Do I need to switch to using a MSBuild
    script to run the tests? 

    Hi Dave,
    Thank you for posting in the MSDN forum.
    How did you get VSTest.Console.exe to pick up an extension installed into a project from NuGet?
    Whether this blog is helpful for you?
    http://blogs.msdn.com/b/aseemb/archive/2012/03/03/how-to-make-your-discoverer-executor-extension-visible-to-ute.aspx
    Note: See "4. Use Nu-get extensions  (Updated 29/8)" in above blog.
    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.

  • Install a Nuget package programmatically

    I found this
    blog post by the Nuget team showing how you can install a nuget package programmatically. I've essentally created the same thing in my code however I want to install to the default $(SolutionDir)\packages folder.
    // Install the TemplateBuilder Nuget pkg into the target project
    string packageID = "TemplateBuilder";
    IPackageRepository repo = PackageRepositoryFactory.Default.CreateRepository("https://packages.nuget.org/api/v2");
    string installPath = ""; // Somehow need to get $(SolutionDir)\packages of the target project
    PackageManager packageManager = new PackageManager(repo, installPath);
    packageManager.InstallPackage(packageID);
    Does anyone know how to set the path as the default location?

    It took another full day of digging through the documentation but I finally figured it out. Turns out Nuget.Core was not what I was looking for. I needed the IVsPackageInstaller interface from the Nuget Extensibility APIs, which you can find
    documentation for here. You can also find out how to use this API by using the
    information found here. For anyone interested here's how I was able to install the package:
    private bool InstallTemplateBuilderPackage(EnvDTE.Project project)
    bool installedPkg = true;
    try
    var componentModel = (IComponentModel)Package.GetGlobalService(typeof(SComponentModel));
    IVsPackageInstallerServices installerServices = componentModel.GetService<IVsPackageInstallerServices>();
    if (!installerServices.IsPackageInstalled(project, "TemplateBuilder"))
    var installer = componentModel.GetService<IVsPackageInstaller>();
    installer.InstallPackage("All", project, "TemplateBuilder", (System.Version)null, false);
    catch (Exception ex)
    installedPkg = false;
    // Log the failure
    return installedPkg;

  • Goos  issue through MIGO based on work order problems

    Hi All,
    Can any one guide me how to overcome the error"Purchasinh Info record not found in purchasing organisation 2434" while doing Goods(consignment materials) Issue through MIGO transaction based on work order. How to create the Purchase Info record??
    Any pointer from any side  will be highly appreciable...thanks in Advance
    Regards
    Azizur

    Dear Azis,
             Double Click on the serial no of the Component you will get the  inforecord fieldin the Purchasing tab. But this is only for Stock Materials.
    Please recheck again your components.
    Regards,
    Shareeq
    Edited by: K M AHAMED SHAREEQ HUSSAIN on Oct 13, 2009 2:42 PM

  • How to re-run output determination after goods issue through idoc

    Hello,
    i've got a question about output determination. We are currently in a process to automate picking, packing and goods issue through a 3rd party software. The software creates DELVRY03-Idocs including picking, packing and goods issue-information. Picking, packing and goods issue work just find and after submitting the idoc, the delivery is updated as needed.
    The problem arises when it comes to printing the shipping document on the printer belonging to the picking station that just processed the delivery. To determine the correct printer, the external software includes the picking station number inside the idoc. A user exit in idoc_input_delivery puts the number (3 digits) into likp-traid. The customizing for using this field inside output determination is complete and seems to be working.
    The problem is: as the number of the picking station is not known before goods issue, the LD00 message must not be generated before goods issue. I used the appropriate condition insinde the message scheme, the message is not generated until goods issue is complete. After processing the DELVRY03-Idoc, the message should be found and generated, but it isn't. When i take a look at the delivery after submitting the idoc, goods issue is complete, picking and packing is done - and no sign of an header message of type LD00. First i thought about a misconfiguration inside my customizing for output determination, but when i access the delivery via vl02n (change delivery), output determination seems to be processed again and without making any changes or actions, LD00 is generated and waiting for processing. After saving the delivery, LD00 is processed and the shipping document is printed exactly where it should be.
    So, as my customizing seems to work and everything else around idoc processing doesn't make any problems either, i conclude that, after processing the idoc, R/3 just needs a little kick to re-run the output determination, find the now fitting condition for LD00, find the appropriate entry in the condition table and print the document.
    I already tried report rsnast00, but this one just seems to run already created messages.
    Any ideas how to automate this little "kick in the butt"?
    Thanks in advance!

    I'm working on a similar issue with ws_delivery_update. I'm not using the IDOC as you are, but I'm using the function in a program of mine to PGI the delivery, but the output isn't being added to the delivery. I've tried to run the function twice as you suggested, but that doesn't seem to work. Do you have any suggestions or ideas on things to try?
    Thanks,
    Eric

  • Can one avoid names to be listed in packaged applications (issue tracker, for example)?

    I've installed the packaged app "Issue tracker" in a workspace, but now have a problem with German's law (and maybe others), which does not allow people to make reports that explicitely mention names of employees, except if you are their manager.
    So the issue tracker's reports, which can be used by anybody and display assignees' names, are not allowed by German's law !
    I guess that all packaged apps have the same users control mechanism. If so, this issue is not specific to the issue tracker. Is that right?
    To make the issue tracker compliant with German's law, one should be able to hide names or ideally to make them only visible by the employee's management.
    Hide name would imply:
    - Remove the updaters' name in the projects/issues
    - Remove assignees' name in the projects/issues/reports
    I guess this could be done via a plugin "display names" in the "build options".
    Make names only visible to managers would imply:
    - Assign a manager to each user
    - Adapt the display depending on the identity of the user
    Does this make sense? If so, I guess I should add an entry in Oracle Application Express Feature Requests, right?
    TIA for your feedback,
    Stefane

    [discussion moved to Creating, Editing & Exporting PDFs forum]

  • How can i solve a issue through remeady

    how can i solve a issue through remeady..
    With Regards
    Prasanta

    Hello,
    Remedy and other similar products are the tools which track the Action / Time taken for resolving a call. Normally, once an issue is reported, that will be recorded in a tool with an estimated fix time. If the call is not fixed / actioned within the estimated time, it go as breached.
    The analyst need to update the call status in the tool. They will need to update the actions taken, call notes ..etc. Once the issue is fixed, you may set the call status as resolved. Once you set the status as resolved, the user who riased the issue will get an e-mail. They will confirm whether the issue is actually closed or not. Depends upon their cconfirmation, the status will be set to Closed or again Reopen.
    This is a typical helpdesk tool scenario.
    Prase

  • Multiple RDS Device CALs Issued through Windows 2003 RDS Hosts

    Environment
    Windows 2012 R2 RDS license server issuing device CALs
    5 Citrix farms (PS4, PS4.5, XA5, XA6, and XA6.5) 
    Symptoms
    - RDS device CALs issued through the PS4/Windows 2003 R2 and PS4.5/Windows 2003 R2 servers show the Citrix server name in the Window 2012 R2 RD license manager console instead of the workstation name (See below).
    - The PS4/Windows 2003 R2 and PS4.5/Windows 2003 R2 servers are issuing a large number of device CALs to workstations.  For example, we have two PS4/Windows 2003 R2 servers that publish a single application.  There are 20 users
    of the applications with dedicated workstations that should all have a device CAL, but everyday I see device CALs being issued from these servers (See below).  
    Any help would be greatly appreciated.  Thank you.
     Scott   

    Hi Scott,
    Thank you for posting in Windows Server Forum.
    Have you find any Error\Event Id for this case?
    From the description it appears that there is some misconfiguration for redirecting the server during load balancing the device CAL among the server and that’s why device is getting misplaced. You can please relook at configuration for License server with following
    article.
    RD Licensing Configuration on Windows Server 2012
    http://blogs.technet.com/b/askperf/archive/2013/09/20/rd-licensing-configuration-on-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Can I use WindowsAzure NuGet package for Windows Server development?

    Which Nuget package should I be using when developing a service that uses the Service Bus for Windows Server 1.1? 
    I've been using the 'ServiceBus.v1_1' package up to now, but on a whim tried using the 'WindowsAzure.ServiceBus' package and that appears to be working for a basic program:
    var namespaceManager = NamespaceManager.Create();
    var messagingFactory = MessagingFactory.Create();
    var sub = messagingFactory.CreateQueueClient("queue");
    sub.RegisterSessionHandler(typeof(MySessionHandler));
    The reason I want to use this is as above - I want to use the RegisterSessionHandler feature to manage my sessions for me, but this functionality appears to be missing in the Service Bus 1.1 package.
    If I avoid using the newer, unsupported Azure features, should I be safe using this package?

    I can't speak to teh display quality of Office for Windows 2010 on a Retina display, but I'm successfully running Parallels 8 with Windows XP and Office 2010 - no problems with VBA at all.
    But let's hear from the Retina owners - I wouldn't think that you'd have any problems.
    Clinton

  • [svn] 4859: -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater .

    Revision: 4859
    Author: [email protected]
    Date: 2009-02-05 10:15:22 -0800 (Thu, 05 Feb 2009)
    Log Message:
    -Fix packaging timing issue that was caused by the rebuilding of the air applicationupdater. The recompiled files would get laid down properly only to have the old files put back down on top of them. I also made sure the build directory was removed after updateAIR ran so it would not be included in the package
    -removed bundles.properties from the wireframe project
    bug:SDK-19128
    qa:yes
    doc:no
    checkintests:pass
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-19128
    Modified Paths:
    flex/sdk/branches/i10/build.xml
    flex/sdk/branches/i10/frameworks/build.xml
    Removed Paths:
    flex/sdk/branches/i10/frameworks/projects/wireframe/bundles.properties

    Hi Chris,
    I have confirmed this is an AIR SDK 13.0.0.83 bug.
    I have reported this bug to Adobe Bugbase, and I also included the workaround:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3750892
    The workaround is:
    Simply comment the <externalSwfs> tag in your -app.xml will solve this bug, like this: <!-- <externalSwfs></externalSwfs> -->
    DarkStone
    2014-04-28

  • Lync Sign in issue through Proxy

    Hi All,
    Not to be confused when said Lync Sign in issue through Proxy as it is unlikely that this is an issue with the proxy settings. Find it out yourself from the behavior below.
    It is in fact a weird issue that I have come across.
    Overall there are almost 30 Lync Users accounts.
    And they are trying to authenticate to external Lync Server.
    28/30 works fine through the proxy. Except for 2 user accounts.
    The proxy settings are same for all the users and no individual configurations set.
    Now, here is the interesting part. Go out of the network and authenticate this 2 user account to any of the workstation which is not going through Proxy, it works. Come back to the workstation which is going through the proxy and try again, it will work
    now.
    Now, I am interested in finding how exactly does Microsoft authenticates their Lync users. And what are the step by step procedure of User Authentication for Lync service. And why is this happening?
    Just to add some more point here, these happens only with 2 specific accounts.
    And if you try using these 2 accounts on any of the 28 working workstations, which is going through the proxy, the first time, it would still fail to get authenticated.
    Can someone put a highlight on these behaviors? is there any user specific settings on the lync server?
    Thanks for your inputs.

    You can check the following blogs about Lync authentication process:
    http://blog.schertz.name/2012/12/lync-2013-client-autodiscover/
    http://blogs.technet.com/b/nexthop/archive/2012/11/28/lync-2010-client-authentication.aspx
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or
    suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    You can enable Lync client logging to collect the log file to check the sign in process for these two users can’t sign in externally.
    Lisa Zheng
    TechNet Community Support

  • HT201272 Does anyone know how to get an episode of a tv programme that never downloaded when I bought a subscription. Episode 1 didn't download and I have all other episodes. I looked at the issues through report a problem but I cannot find an answer.

    Does anyone know how to get an episode of a tv programme that never downloaded when I bought a subscription. Episode 1 didn't download and I have all other episodes. I looked at the issues through report a problem but I cannot find an answer.
    I bought a series pass and unfortunately epsiode 1 didn't download at all. I was watching the downloads and restarting once they stopped as I allow multiple downloads at athe same time

    It sounds like you may have hidden it, in which case you should be able to unhide it : iTunes Store: Hiding and unhiding purchases. (You can't turn off the hiding of items.)
    But you should be keeping and maintaining a backup copy of all of your downloads and not relying on being able to redownload them - any item could be removed from the store by the rights-holders at any time, if they do then you won't be able to redownload them (nor will be able to do redownload items if you move countries).

Maybe you are looking for

  • Why did my podcasts suddenly become garbled? Music is fine.

    I'm using ipod nano 6th gen. My downloaded podcasts suddenly became garbled, but all my downloaded music is fine. Can anyone help? I've had the ipod for 8 months. -Gary

  • There is no google search

    there is no google search and no other search. can't find it on the addons site - there are customised google searches but what makes me really cranky is when i type google none of the top options are anything to do with google. this simply isn't teh

  • Widget on desktop!

    I am at a loss...suddenly i have my weather widget on my desktop...it is no longer on the dashboard, and i can't get rid of it! it is front and center, working, but a real distraction. how do I get it off?

  • Java.io.IOException:Data has already been flushed to the client

    hi, will u please anyone tell about this exception? its very urgent to me? i am getting exception when i ma forwarding a page in jsp. exception is : java.io.IOException : Data has already been flushed to the client. my code where i am getting this ex

  • Can I see examples of usage

    I am looking to improve my workflow. I am interested in setting up from scratch a new iCal on a new machine. I believe I could probably utilize iCal better than I am. What would help me is a bunch of examples of how to set up calendars. I know how to