Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

It doesn't build with msbuild #19

Open
esbjornlarsen opened this issue May 8, 2021 · 2 comments
Open

It doesn't build with msbuild #19

esbjornlarsen opened this issue May 8, 2021 · 2 comments

Comments

@esbjornlarsen
Copy link

error CS0246: The type or namespace name 'ObsWebSocket' could not be found (are you missing a usi
ng directive or an assembly reference?)

@tziemek
Copy link

tziemek commented May 11, 2021

Pulled yesterday, works perfectly. Have you called the restore target?

@shanselman
Copy link
Owner

This is from Harold Dickerman, I haven't tested these instructions:

  1. Here are the build instructions for PowerPointToOBSSceneSwitcher:
    https://visualstudio.microsoft.com/thank-you-downloading-visual-studio-exp/?sku=Community&rel=16

    • .NET Development (Core only, No Optional requirements)
    • Individual Components: C# and Visual Basic Roslyn compiler, MSBUILD
  2. Ensure NuGet.org is listed in Visual Studio as a package source, per fix: https://stackoverflow.com/questions/52376567/how-to-resolve-unable-to-find-package-nuget-error

  3. Download and install: https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-3.1.14-windows-x64-installer

  4. Download and install: https://github.com/Palakis/obs-websocket/releases/download/4.9.0/obs-websocket-4.9.0-Windows-Installer.exe

  5. Download and unzip https://github.com/shanselman/PowerPointToOBSSceneSwitcher/archive/refs/heads/main.zip

  6. Double click on PowerPointToOBSSceneSwitcher.sln should open Visual Studio

  7. Select Build > Build PowerPointToOBSSceneSwitcher.sln

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants