unable to load Microsoft.WITDataStore32.dll with nuget package : Microsoft.TeamFoundationServer.ExtendedClientHow do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?Unable to load DLL (Module could not be found HRESULT: 0x8007007E)How do I fix the Visual Studio compile error, “mismatch between processor architecture”?ReSharper “Cannot resolve symbol” even when project buildsNuGet Package restore for websiteCan't uninstall/reinstall NuGet packageSource unreachable when using the NuGet Package Manager ConsoleHow do I enable NuGet Package Restore in Visual Studio?How to debug code in a nuget package created by meRedirect for Nuget Package DLL files

Does a gnoll speak both Gnoll and Abyssal, or is Gnoll a dialect of Abyssal?

When was the earliest opportunity the Voyager crew had to return to the Alpha quadrant?

Do ibuprofen or paracetamol cause hearing loss?

ArcPy: define fields to keep, delete all other fields in a feature class

A shy person in a queue

Why isn't `typename` required for a base class that is a nested type?

How to say "quirky" in German without sounding derogatory?

In Germany, how can I maximize the impact of my charitable donations?

Uncovering the Accelerated Dragon opening

"Literally" Vs "In the true sense of the word"

Relocation error, error code (127) after last updates

How can I locate a missing person abroad?

What's the biggest organic molecule that could have a smell?

What are uses of the byte after BRK instruction on 6502?

Why is the Digital 0 not 0V in computer systems?

Are scroll bars dead in 2019?

Double it your way

Should I leave the first authorship of our paper to the student who did the project whereas I solved it?

Can I toggle Do Not Disturb on/off on my Mac as easily as I can on my iPhone?

How to work with a technician hired with a grant who argues everything

Is this WWI movie scene realistic?

How are aircraft depainted?

Why is Kirchoff's loop rule true in a resistive DC circuit?

Why is the T-1000 humanoid?



unable to load Microsoft.WITDataStore32.dll with nuget package : Microsoft.TeamFoundationServer.ExtendedClient


How do I remedy the “The breakpoint will not currently be hit. No symbols have been loaded for this document.” warning?Unable to load DLL (Module could not be found HRESULT: 0x8007007E)How do I fix the Visual Studio compile error, “mismatch between processor architecture”?ReSharper “Cannot resolve symbol” even when project buildsNuGet Package restore for websiteCan't uninstall/reinstall NuGet packageSource unreachable when using the NuGet Package Manager ConsoleHow do I enable NuGet Package Restore in Visual Studio?How to debug code in a nuget package created by meRedirect for Nuget Package DLL files






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I want to create a library with visual studio/c# using TFS API for create / update workitem.



I added nuget package "TeamFoundationServer.ExtendedClient" to my library and I have the following error when I try to access to WorkItemStores:




Unable to load DLL 'Microsoft.WITDataStore64.dll.




It's working when I try directly on my console application, and it's not when I referenced it on my library and called it from my console application.



Another strange things it's that dll is correctly in my bin folder ( Microsoft.WITDataStore32.dll and Microsoft.WITDataStore64.dll).



I try to reinstalled TFS in my local environnement, reinstalled NuGet package, try on another library, it's still not working.



 tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri(uri)); // https://mytfs.visualstudio.com/DefaultCollection
tfs.Authenticate();

var workItemStore = new WorkItemStore(tfs);


Anyone with a solution or at least a workaround?










share|improve this question
































    0















    I want to create a library with visual studio/c# using TFS API for create / update workitem.



    I added nuget package "TeamFoundationServer.ExtendedClient" to my library and I have the following error when I try to access to WorkItemStores:




    Unable to load DLL 'Microsoft.WITDataStore64.dll.




    It's working when I try directly on my console application, and it's not when I referenced it on my library and called it from my console application.



    Another strange things it's that dll is correctly in my bin folder ( Microsoft.WITDataStore32.dll and Microsoft.WITDataStore64.dll).



    I try to reinstalled TFS in my local environnement, reinstalled NuGet package, try on another library, it's still not working.



     tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri(uri)); // https://mytfs.visualstudio.com/DefaultCollection
    tfs.Authenticate();

    var workItemStore = new WorkItemStore(tfs);


    Anyone with a solution or at least a workaround?










    share|improve this question




























      0












      0








      0








      I want to create a library with visual studio/c# using TFS API for create / update workitem.



      I added nuget package "TeamFoundationServer.ExtendedClient" to my library and I have the following error when I try to access to WorkItemStores:




      Unable to load DLL 'Microsoft.WITDataStore64.dll.




      It's working when I try directly on my console application, and it's not when I referenced it on my library and called it from my console application.



      Another strange things it's that dll is correctly in my bin folder ( Microsoft.WITDataStore32.dll and Microsoft.WITDataStore64.dll).



      I try to reinstalled TFS in my local environnement, reinstalled NuGet package, try on another library, it's still not working.



       tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri(uri)); // https://mytfs.visualstudio.com/DefaultCollection
      tfs.Authenticate();

      var workItemStore = new WorkItemStore(tfs);


      Anyone with a solution or at least a workaround?










      share|improve this question
















      I want to create a library with visual studio/c# using TFS API for create / update workitem.



      I added nuget package "TeamFoundationServer.ExtendedClient" to my library and I have the following error when I try to access to WorkItemStores:




      Unable to load DLL 'Microsoft.WITDataStore64.dll.




      It's working when I try directly on my console application, and it's not when I referenced it on my library and called it from my console application.



      Another strange things it's that dll is correctly in my bin folder ( Microsoft.WITDataStore32.dll and Microsoft.WITDataStore64.dll).



      I try to reinstalled TFS in my local environnement, reinstalled NuGet package, try on another library, it's still not working.



       tfs = TfsTeamProjectCollectionFactory.GetTeamProjectCollection(new Uri(uri)); // https://mytfs.visualstudio.com/DefaultCollection
      tfs.Authenticate();

      var workItemStore = new WorkItemStore(tfs);


      Anyone with a solution or at least a workaround?







      c# visual-studio dll tfs






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Mar 28 at 22:05









      Shayki Abramczyk

      10.4k11 gold badges19 silver badges39 bronze badges




      10.4k11 gold badges19 silver badges39 bronze badges










      asked Mar 28 at 9:20









      KerzKerz

      11 bronze badge




      11 bronze badge

























          1 Answer
          1






          active

          oldest

          votes


















          0
















          I fixed the solution,
          here the workaround if this can help :



          the dll need to be referenced on the console application calling the library.



          We can do that with xcopy command in your library postbuild command.



          Add this ( replace TestConsoleApp with your name application ) :



          xcopy . $(SolutionDir)TestConsoleAppbinDebug /Y /R



          Enjoy.



          EDIT : this is not a clean way to fix it ,instead I used different way to create a work item, we can find microsoft documentation here : https://docs.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?view=azure-devops






          share|improve this answer


























            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );














            draft saved

            draft discarded
















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393984%2funable-to-load-microsoft-witdatastore32-dll-with-nuget-package-microsoft-teamf%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0
















            I fixed the solution,
            here the workaround if this can help :



            the dll need to be referenced on the console application calling the library.



            We can do that with xcopy command in your library postbuild command.



            Add this ( replace TestConsoleApp with your name application ) :



            xcopy . $(SolutionDir)TestConsoleAppbinDebug /Y /R



            Enjoy.



            EDIT : this is not a clean way to fix it ,instead I used different way to create a work item, we can find microsoft documentation here : https://docs.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?view=azure-devops






            share|improve this answer































              0
















              I fixed the solution,
              here the workaround if this can help :



              the dll need to be referenced on the console application calling the library.



              We can do that with xcopy command in your library postbuild command.



              Add this ( replace TestConsoleApp with your name application ) :



              xcopy . $(SolutionDir)TestConsoleAppbinDebug /Y /R



              Enjoy.



              EDIT : this is not a clean way to fix it ,instead I used different way to create a work item, we can find microsoft documentation here : https://docs.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?view=azure-devops






              share|improve this answer





























                0














                0










                0









                I fixed the solution,
                here the workaround if this can help :



                the dll need to be referenced on the console application calling the library.



                We can do that with xcopy command in your library postbuild command.



                Add this ( replace TestConsoleApp with your name application ) :



                xcopy . $(SolutionDir)TestConsoleAppbinDebug /Y /R



                Enjoy.



                EDIT : this is not a clean way to fix it ,instead I used different way to create a work item, we can find microsoft documentation here : https://docs.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?view=azure-devops






                share|improve this answer















                I fixed the solution,
                here the workaround if this can help :



                the dll need to be referenced on the console application calling the library.



                We can do that with xcopy command in your library postbuild command.



                Add this ( replace TestConsoleApp with your name application ) :



                xcopy . $(SolutionDir)TestConsoleAppbinDebug /Y /R



                Enjoy.



                EDIT : this is not a clean way to fix it ,instead I used different way to create a work item, we can find microsoft documentation here : https://docs.microsoft.com/en-us/azure/devops/integrate/quickstarts/create-bug-quickstart?view=azure-devops







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited May 6 at 13:54

























                answered Mar 29 at 16:13









                KerzKerz

                11 bronze badge




                11 bronze badge





















                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.







                    Got a question that you can’t ask on public Stack Overflow? Learn more about sharing private information with Stack Overflow for Teams.




















                    draft saved

                    draft discarded















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55393984%2funable-to-load-microsoft-witdatastore32-dll-with-nuget-package-microsoft-teamf%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

                    Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

                    Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript