Giter VIP home page Giter VIP logo

Comments (6)

AlexEyler avatar AlexEyler commented on June 24, 2024

I'm not able to reproduce this one. Can you check your NuGet Package Manager options in Tools > Options > NuGet Package Manager > Package Sources and make sure nuget.org (https://api.nuget.org/v3/index.json) is checked?

from vssdk-extensibility-samples.

gsantopaolo avatar gsantopaolo commented on June 24, 2024

to reproduce the issue

  1. download source code at https://github.com/Microsoft/VSSDK-Extensibility-Samples/archive/master.zip
  2. unzip it
  3. open VSSDK-Extensibility-Samples-master\WPFDesigner_XML\WPFDesigner_XML.sln with visual studio 2015 update 1
  4. rebuild the project

You will get the situation reported in the screenshot above.

P.s. just for your information, the error is talking about nugget packages but if you go a bit deeper you will understand that all the broken reference are local references.
I suppose because this project was ported from a previous version of vs to vs 2015 rc but never ported to rtm or rtm update 1.

from vssdk-extensibility-samples.

AlexEyler avatar AlexEyler commented on June 24, 2024

I've followed those steps and I can't reproduce the situation. But it does look like there are some hardcoded HintPaths in there that should be relative:
C:\Users\v-rokuhl\Source\Repos\VSIDEProj.VSSDKSamples\Samples\Completed_Samples\WPFDesigner_XML\packages\Microsoft.VisualStudio.Validation.14.0.50417-pre\lib\net45\Microsoft.VisualStudio.Validation.dll should be ..\packages\Microsoft.VisualStudio.Validation.14.0.50417-pre\lib\net45\Microsoft.VisualStudio.Validation.dll, for example. Let me get a PR with a fix for this to see if that'll help.

from vssdk-extensibility-samples.

AlexEyler avatar AlexEyler commented on June 24, 2024

#17

from vssdk-extensibility-samples.

AlexEyler avatar AlexEyler commented on June 24, 2024

I've merged the PR, can you pull and check again? Make sure that you have the nuget.org option checked in your Nuget Package Manager settings.

from vssdk-extensibility-samples.

gsantopaolo avatar gsantopaolo commented on June 24, 2024

Now it works like a charme. Perfect!
Thank you!

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.