live-share
live-share copied to clipboard
cant connect to live share with c++
Describe what happened: when I try to connect to live share error pops up:
C++ language service is operating with reduced functionality due to a missing dependency service: Microsoft.VisualStudio.VC.ManagedPackageService.
What was your system configuration? visual studio 2019 windows 10 19042 Live Share Extension Version: 1.0.2876.1 and also 1.0.3121.0 Target Platform or Language [e.g. Node.js]: c++
Steps to Reproduce / Scenario: enter a live share link and open with visual studio 2019 you will connect but cant access any file and get the error.

@IlyaBiryukov Any thoughts here? I'm not familiar with the Connected Environment selection in the Output window.
I think "C++ language service is operating with reduced functionality" comes from CMakeCommandsClient.cs, and it's a red herring. Most likely some C++ service tried to get a proxy and could not because it's not a codespace. Luca may know more about this.
I would really like to know how to resolve this. This is keeping me from developing with a friend of mine.
I have the same problem but with C#
Same here with C# as well.
Same hear with C#
Same problem
not resolved?
Same problem too with C#
same problem with c#
+1 Same for me with c#
@dJeePe Thank you for your feedback. Are you hitting this with the latest version of Visual Studio?
@dJeePe Thank you for your feedback. Are you hitting this with the latest version of Visual Studio?
Yes, I'm running the following
Microsoft Visual Studio Professional 2019 Version 16.9.5 VisualStudio.16.Release/16.9.5+31229.75 Microsoft .NET Framework Version 4.8.04084 Installed Version: Professional
Live share version 1.0.4278.0
Yes, VS Community 2019 Version 16.9.5 and Live Share version 1.0.4278.0
i've just update VS to version 16.10 .. but still the message : Visual studio is operating with reduced functionality due to one or more missing dependency services Output Channel Consumer is operating with reduced functionality due to a missing dependency service: Microsoft.VisualStudio.Shell.OutputChannelStore (0.1).
==> No intelliSense, no autocompletion, no intelliCode, no codeLens, no folding ...
When i launch a build : no error in list even if the build failed

Thank you
Trying to reproduce this on VS 2019 16.10 with Live Share 1.0.4278:

It looks like everything is working except the red squiggles for the errors are showing up in the wrong place, and the entries in the error list are duplicated. Is that what you all or seeing? Or something else?
As you can see on my screen below, there is no popup (neither for the autocompletion, nor for the display on MouseOver )

Thanks for that! I'm not sure what's different between our setups. Could you file an issue via Help -> Send feedback -> Report a problem in Visual Studio? That will attach all sorts of useful information that can help us debug.
Are the other folks on the thread experiencing the same problem as @dJeePe , or something else?
I just opened it: https://developercommunity.visualstudio.com/t/In-liveShare-I-have-no-intelliSense-no/1441486
Thank you for your time.
Thanks very much for that! I think I see what's going on. Working on a fix now. Hopefully have it out in the next week or so.
It looks like we forgot to bundle one of our dependencies with the extension. The dependency is included with some workloads (e.g. C++), which is maybe why we hadn't noticed until now.
We'll have this fixed in the next release. If you want to unblock yourself before then, you can manually add the dependencies. Unzip the following file and add the two dlls to C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\Microsoft\LiveShare:
I tried to put the DLLs in the directory (I couldn't wait for the next release, I was too excited) and it works like on your demo.
(C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDEExtensions\Microsoft\LiveShare for me because I use the community version)
thank you Dayton for your time !
Awesome! Thanks for verifying that. I'll close this issue once we ship the fix. Do let us know if you encounter any other problems. Thank you so much for helping us get to the bottom of this.
Thank you @dJeePe ! We really appreciate both the feedback and the help getting to the bottom of it!
experiencing
exactly the same!
It looks like we forgot to bundle one of our dependencies with the extension. The dependency is included with some workloads (e.g. C++), which is maybe why we hadn't noticed until now.
We'll have this fixed in the next release. If you want to unblock yourself before then, you can manually add the dependencies. Unzip the following file and add the two dlls to
C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\Extensions\Microsoft\LiveShare:
For me this doesnt work, me and my friend, we both added it to the dictionary but its not working. Its the same problem as before
@Creapermann what exactly is broken for you? Which language features in which language?
@Creapermann what exactly is broken for you? Which language features in which language?
Thanks for your fast reply! My problem is that the ppl I live share with don't get errors marked, the ones who connect get this error:
Output Channel Consumer is operating with reduced functionality due to a missing dependency service: Microsoft.VisualStudio.Shell.OutputChannelStore (0.1).
The problem is exactly the same which was discussed in the comments above
We are using C++, I went through the solution I found here, added the .dll files but nothing changed. My friend and I are trying for 2 days already, we tried changing the Live Share settings and stuff like this as well.
What exact info do you need but the language?
@Creapermann what exactly is broken for you? Which language features in which language?
Thanks for your fast reply! My problem is that the ppl I live share with don't get errors marked, the ones who connect get this error:
Output Channel Consumer is operating with reduced functionality due to a missing dependency service: Microsoft.VisualStudio.Shell.OutputChannelStore (0.1).
The problem is exactly the same which was discussed in the comments above
We are using C++, I went through the solution I found here, added the .dll files but nothing changed. My friend and I are trying for 2 days already, we tried changing the Live Share settings and stuff like this as well.
What exact info do you need but the language?
This happens to me too, @daytonellwanger