I am looking for access to some functions in the DLL I mentioned above. I am not aware of any Nuget package that provides this DLLs. So my question is, where do I get the latest version of this .dll from MS, and are they compatible with plugins targeting VS2019 and later?
1
There are 1 best solutions below
Related Questions in VISUAL-STUDIO-2019
- Multiple "The system cannot find the path specified" messages on running "Developer Command Prompt for VS 2019"
- Problem With Publishing a Self Contained EXE (Issue With Nuget)
- OpenCV haarcascades loading is NOT working at all
- The default ASP.NET Core + React template in Visual Studio 2019 doesn't work
- Visual Studio 2019 using 32-bit FileTracker with 64-bit toolset
- How to eliminate the intellisense warning under the <<<>>> in vs2019
- Problem searching for specific Mails using MS-Graph API
- Visual Studio 2019 Test Explorer did not find c++ google tests
- MSBuild 16.0 not finding its own dependent assemblies when loaded through MSBuildLocator
- Report viewer is not showing crystal report
- How to change default C++ language standard in Visual Studio 2019?
- Using Telerek Just Decompile to re-create a .NET source projectL: Unable to debug as normal
- Does VisualStudio support multiple GIT submodules?
- Passing environment variables to tests in Visual Studio 2019
- Visual Studio 2019 Keeps Directing to MetaData Files when using Go To Definition
Related Questions in VSPACKAGE
- Get the path of the active document in Visual Studio
- How get the current running Visual Studio installation path from VSPackage
- MPF Project : VS Package Build Event Not calling in VS 2012
- Access denied when copying files to Visual Studio's installation folder
- Change menu item string for VSPackage
- The new project type and template does not show up after installing VSIX package
- VisualStudio VSPackage Custom Command
- Append item to Add menu of solution- or project node in Solution Explorer
- Visual Studio extension does not load in experimental instance
- Visual Studio Custom Project System
- DynamicEnumProperty provider class that implements IDynamicEnumValuesProvider not being loaded by Visual Studio 2013
- How to add commands dynamically in VSPackage (Visual Studio 2013 Package)
- Capture method, class, assembly name from right click inside Visual Studio
- Attach VsPackage to Roslyn Instance
- How to debug a VSPackage project
Related Questions in VSSDK
- Work Item Query Policy to check workitems match on merge
- What is the Microsoft.VisualStudio.Platform.WindowManagement.dll and where can I get the official ones from Microsoft?
- Retrieve log file of specific Build task in multi job pipeline in Azure DevOps releases
- Debugging Angular TFS extension
- subscribe to events in tfs extension using VSS SDK
- Add settings or configuration file to TFS Extension development
- Error issuing session token: HostAuthorizationNotFound
- Where can I download the latest version of VSLangProj150
- Visual Studio SDK: Whole line suggestions
- VSTS/TFS Extension - Reflect changes in Grid/Board without refreshing entire page
- Importing vss-web-extension-sdk modules in Angular-CLI components
- Visual Studio Extension - Registering a new service
- How to get IntermediateOutputPath from Visual Studio extension and new csproj format
- Diff Classifier - MEF component
- What should i do to create Custom code validator according to my sdk in visual studio
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Thanks for the answers, I am new to stack-overflow and probably didn't explain myself better. I am developing a Visual Studio Plugin which closes some Document Windows in VS. I found some repos of VS plugins on Github which has a reference to this .DLL, and they use it to close all clones of Document Windows by casting the
IVsWindowFrametoWindowFrameclass belonging to this DLL.As pointed out in comments: I found the DLL in my C: drive under this path:
C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\Common7\IDE