-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VCProjectEngine not included #11
Comments
You shouldn't be using the package anymore. Use Microsoft.VisualStudio.SDK instead. |
Thanks for the reply. If I use that one then it doesn't include half the
packages I need (like DTE, etc.)
…On Thu, 20 May 2021, 17:14 Mads Kristensen, ***@***.***> wrote:
You shouldn't be using the package anymore. Use
*Microsoft.VisualStudio.SDK* instead.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQH6KMN76OOC2ZMNXY6QLTOUROFANCNFSM45HCQW5Q>
.
|
oh, that's weird. It should. However, now that I think of it, I'm not sure it includes any of the VC* packages as well. Can you provide me with a list of missing packages and I can add them to the package and open a ticket to add them to the Microsoft.VisualStudio.SDK package as well? |
Sure! The packages I am missing are:
EnvDTE
Microsoft.VisualStudio.Shell
Microsoft.VisualStudio.Shel.Interop
Microsoft.VisualStudio.OLE.Interop
Microsoft.VisualStudio.Threading
Microsoft.VisualStudio.VCProject
Microsoft.VisualStudio.VCProjectEngine
Microsoft.VisualStudio.VCCodeModel
Microsoft.VisualStudio.VC.Interfaces
I'm sure there's more but those are the ones it can't find when I remove
your package and include the Microsoft.VisualStudio.SDK. I am working
around it by using your package and then manually including the VC* ones
from my local SDK.
Thanks,
James
…On Thu, 20 May 2021, 18:32 Mads Kristensen, ***@***.***> wrote:
oh, that's weird. It should. However, now that I think of it, I'm not sure
it includes any of the VC* packages as well. Can you provide me with a list
of missing packages and I can add them to the package and open a ticket to
add them to the Microsoft.VisualStudio.SDK package as well?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQH6NMAJSQLO7AMORZVQ3TOU2RFANCNFSM45HCQW5Q>
.
|
The first ones are all there. Check the Dependencies on https://www.nuget.org/packages/Microsoft.VisualStudio.SDK/ |
Hmmm, that's very strange. It doesn't compile as it is unable to resolve
those namespaces if I add that nuget package. I'll investigate further and
let you know what I find,
James
…On Thu, 20 May 2021, 19:56 Mads Kristensen, ***@***.***> wrote:
The first ones are all there. Check the Dependencies on
https://www.nuget.org/packages/Microsoft.VisualStudio.SDK/
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACQH6KUJIHSJGIS3HHEIULTOVENJANCNFSM45HCQW5Q>
.
|
I opened a bug on the missing VC* dependencies: https://developercommunity.visualstudio.com/t/Missing-NuGet-package-dependencies-in-th/1428615. Make sure to go vote |
It appears the none of the VC* dlls are included
The text was updated successfully, but these errors were encountered: