Git Product home page Git Product logo

Comments (2)

wade0016 avatar wade0016 commented on September 1, 2024

It is expected that there are incompatibilities between mismatched versions of TemplateWizardInterface and the metapackage. Could you please let us know which versions of the packages you were using? For example. I got errors just as you described with this:

<PackageReference Include="Microsoft.VisualStudio.SDK" Version="16.0.206" ExcludeAssets="runtime">
    <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
  </PackageReference>
  <PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface">
    <Version>17.0.0-previews-1-31314-256</Version>
  </PackageReference>

But this worked fine:

    <PackageReference Include="Microsoft.VisualStudio.SDK" Version="17.0.0-previews-1-31314-256" ExcludeAssets="runtime">
      <IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
    </PackageReference>
    <PackageReference Include="Microsoft.VisualStudio.TemplateWizardInterface">
      <Version>17.0.0-previews-1-31314-256</Version>
    </PackageReference>

It is unfortunate that the default new Vsix project behavior leads you to the first option (we're working on that).

from vsextensibility.

vvatkov avatar vvatkov commented on September 1, 2024

I forgot to mention the problem is when you use Microsoft.VisualStudio.TemplateWizardInterface and Microsoft.VisualStudio.Interop as regular references to the local Visual Studio installation folder. But I was not aware that there is a Microsoft.VisualStudio.TemplateWizardInterface NuGet package. So, everything is fine from my perspective.

Thank you!

from vsextensibility.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.