vce C# 2010:cant install openTK, help.

Started by
3 comments, last by nickme 11 years, 4 months ago
hi,

i downloaded opentk and tried to install it w/o success. according to the errors log that i attached below, i needed to install vs 2008 first. but, if i am going to use vs 2010, why do i have to install 2008?

i really like to use opentk with c#.

thanks
Advertisement
i am sorry, i attached the error log but it did not get it. i will include the file here.

12/6/2012 12:27:17 PM - Microsoft VSIX Installer
12/6/2012 12:27:17 PM - -------------------------------------------
12/6/2012 12:27:17 PM - Initializing Install...
12/6/2012 12:27:17 PM - Extension Details...
12/6/2012 12:27:17 PM - Identifier : NShader.51a01e9d-eb56-4ee2-a9fd-8212bf6bf2b1
12/6/2012 12:27:17 PM - Name : NShader
12/6/2012 12:27:17 PM - Author : Alexandre Mutel
12/6/2012 12:27:17 PM - Version : 1.1
12/6/2012 12:27:17 PM - Description : NShader is an extension to Visual Studio 2008/2010 that provides syntax highlighting for various shader languages including HLSL - GLSL - CG
12/6/2012 12:27:17 PM - Locale : en-US
12/6/2012 12:27:17 PM - MoreInfoURL : http://nshader.codeplex.com/
12/6/2012 12:27:17 PM - InstalledByMSI : False
12/6/2012 12:27:17 PM - SupportedFrameworkVersionRange : [4.0]
12/6/2012 12:27:17 PM -
12/6/2012 12:27:17 PM - Supported Products :
12/6/2012 12:27:17 PM - Microsoft.VisualStudio.Ultimate
12/6/2012 12:27:17 PM - Version : [10.0]
12/6/2012 12:27:17 PM - Microsoft.VisualStudio.Premium
12/6/2012 12:27:17 PM - Version : [10.0]
12/6/2012 12:27:17 PM - Microsoft.VisualStudio.Pro
12/6/2012 12:27:17 PM - Version : [10.0]
12/6/2012 12:27:17 PM -
12/6/2012 12:27:17 PM - References :
12/6/2012 12:27:17 PM -
12/6/2012 12:27:17 PM - Searching for applicable products...
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual C# Express 2010
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual C++ Express 2010
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual Studio 2010 Express for Windows Phone
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual Studio Express 2012 for Windows 8
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual Studio Express 2012 for Windows Phone
12/6/2012 12:27:17 PM - Found installed product - Microsoft Visual Studio Express 2012 for Windows Desktop
12/6/2012 12:27:17 PM - Found installed product - Global Location
12/6/2012 12:27:17 PM - VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.
at VSIXInstaller.App.InitializeInstall()
at System.Threading.Tasks.Task.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
The more important problem is that no version of Visual * Express supports third party plugins.

You can use the Visual Studio Shell to install plugins if you're using something like a full language implementation like Amethyst, but Visual Studio Shell doesn't include any languages (C++, C#, etc), so it's mostly only useful if the plugin you're trying to use is a full language itself. I haven't used NShader, but it sounds like it might treat shader files as languages.
Disable the options to install NShader 1.x and it should install just fine.
hi,

thanks zipster.

This topic is closed to new replies.

Advertisement