Giter VIP home page Giter VIP logo

Comments (5)

Meai1 avatar Meai1 commented on July 22, 2024 1

The Ook integration sample. I did finally get it running now, after upgrading to .net 4.6 in various places, replacing the nuget packages all with 15.0, fixing something in the vsix manifest (prerequisites was missing?)
Everything seems to be working except for the intellisense. EDIT: No idea why but on 2nd start it started working...

from vssdk-extensibility-samples.

justcla avatar justcla commented on July 22, 2024

Sorry for the inconvenience. We are working on upgrading the samples.
Which sample are you most interested in running?

from vssdk-extensibility-samples.

justcla avatar justcla commented on July 22, 2024

Thanks. The samples are currently written for VS2015. Hence why the extension manifest in in VSIXv2 format. I'm working on upgrading the Ook sample now.

from vssdk-extensibility-samples.

justcla avatar justcla commented on July 22, 2024

I have merged in an upgrade that builds and runs on both VS2015 and VS2017.
Please let me know if it works for you. Thanks.

from vssdk-extensibility-samples.

gojimmypi avatar gojimmypi commented on July 22, 2024

I just installed a freshly compiled Ook, and it claims This extension is not installable on any currently installed products.

image

image

1>------ Rebuild All started: Project: OokLanguage, Configuration: Debug Any CPU ------
1>  OokLanguage -> C:\workspace\VSSDK-Extensibility-Samples\Ook_Language_Integration\C#\bin\Debug\OokLanguage.dll
1>  OokLanguage -> C:\workspace\VSSDK-Extensibility-Samples\Ook_Language_Integration\C#\bin\Debug\OokLanguage.vsix
1>  Enabled always loading Extensions from LocalAppData
========== Rebuild All: 1 succeeded, 0 failed, 0 skipped ==========
4/13/2019 8:56:44 AM - Microsoft VSIX Installer
4/13/2019 8:56:44 AM - -------------------------------------------
4/13/2019 8:56:44 AM - Initializing Install...
4/13/2019 8:56:44 AM - Extension Details...
4/13/2019 8:56:44 AM - 	Identifier      : c729d6b2-f512-49ed-893d-a8f61f25db98
4/13/2019 8:56:44 AM - 	Name            : OokLanguage
4/13/2019 8:56:44 AM - 	Author          : Microsoft
4/13/2019 8:56:44 AM - 	Version         : 1.0
4/13/2019 8:56:44 AM - 	Description     : Sample classifier extension to the Visual Studio Editor. Implements the 'Ook' language
4/13/2019 8:56:44 AM - 	Locale          : en-US
4/13/2019 8:56:44 AM - 	MoreInfoURL     : 
4/13/2019 8:56:44 AM - 	InstalledByMSI  : False
4/13/2019 8:56:44 AM - 	SupportedFrameworkVersionRange : [4.5]
4/13/2019 8:56:44 AM - 
4/13/2019 8:56:44 AM - 	Supported Products : 
4/13/2019 8:56:44 AM - 		Microsoft.VisualStudio.Enterprise
4/13/2019 8:56:44 AM - 			Version : [15.0,16.0)
4/13/2019 8:56:44 AM - 
4/13/2019 8:56:44 AM - 	References      : 
4/13/2019 8:56:44 AM - 
4/13/2019 8:56:44 AM - Searching for applicable products...
4/13/2019 8:56:44 AM - Found installed product - Global Location
4/13/2019 8:56:44 AM - Found installed product - AtmelStudio
4/13/2019 8:56:44 AM - Found installed product - ssms
4/13/2019 8:56:44 AM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
   at VSIXInstaller.App.InitializeInstall(Boolean isRepairSupported)
   at VSIXInstaller.App.InitializeInstall()
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

edit, still fails with only my version of VS selected:
image

but I did eventually learn on stackoverflow that apparently despite the vsix being executable, apparently it needs to be installed via the respective VSIXInstaller.exe - in my case, like this:

"C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\VSIXInstaller.exe" C:\workspace\VSSDK-Extensibility-Samples\Ook_Language_Integration\C#\bin\Release\OokLanguage.vsix

from vssdk-extensibility-samples.

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.