Quantcast
Channel: MSBuild forum
Viewing all 2763 articles
Browse latest View live

Deploying Web Application in IIS Using Visual Studio 2019

$
0
0

Hello All ,

I am working out on windows server 2019 and visual studio 2019. I am willing to deploy Web Application in IIS server.

Unfortunately , I could not succeed. Can any one help.

I can give teamviewer access as well , for direct access on server if situation demands out.

Regards

Thanna


Visual Studio 2019 Join Session

$
0
0
Greeting everyone!  I am looking to get train in Visual Studio 2019. I never coded in my life. I watch the live demo of Visual Studio 2019 and love it. Is there anyone who can take the time and show me a few things to get started  in coding. Like making Radio buttons, buttons, text. If I have to pay there is options for that. Thank you all 

Publish From MSBuild Seems to Stop Workin At Times....

$
0
0

Here's the powershell script snippet I currently to publish to a holding folder...

$msbuild = """C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe"""

$apiproj = "$source\Development\12.0\Web\MyWebApp\MyCo.WebApi\MyCo.WebApi.csproj" 

start-process $msbuild -ArgumentList @($apiproj,'/p:DeployOnBuild=true','/p:PublishProfile="fs2 deployment"','/p:configuration=Release','/p:VisualStudioVersion=15.0','/p:ExcludeGeneratedDebugSymbol=false','/p:AspnetMergePath="C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6 Tools"') -Wait

Everything works as intended for a while, but then we might notice a file or two in a folder that is not the latest.  The Publish profile is set to delete files first, but sometimes some things are just not current or don't match the output sitting on the build server.

What seems to remedy the problem is to go into Visual Studio and publish.  The files are then correct and subsequent CI builds seem to push out files properly - at least until something else is noticed.

Should I be passing this on the command line as well ...

/p:DeleteExistingFiles=True

That is in the publish profile file we point to above, but not sure if MSBuild might be a bit different and need that flag specifically set.

Any info on this appreciated!

Thanks!!


Thank You

VB3 and KB 4493509 error

$
0
0
OPERATING SYSTEM: Windows 10 Home 32 bit
+ VB3 Runtime
UPDATE: KB 4493509 -> 2019.04.12
If this update is included in the windows then - any form that contains an MS (hscroll or vscroll) component will stop in the form_load event.
- In VB3, an error occurs immediately if you want to install a hscroll or vscroll component.
After removing the update, the error is resolved, but automaticly install back next update.

Build succeeds despite error in task

$
0
0

I have observed builds executed with MSBuild ostensibly succeed ("Build succeeded" at the end of the build output) butwith errors. My expectation is that any error would result in a build failure. This has implications for my organisation's build pipelines in Azure DevOps; the builds are now unreliable as some errors don't result in build failures.

Here is an example of the MSBuild output from such a spurious success: https://imgur.com/9fdzXlE

I have observed this on multiple machines, whether executed directly from the command line or through Azure DevOps.

Please see the following related discussions elsewhere:

  • On the MSBuild GitHub page: https://github.com/microsoft/msbuild/issues/4294
  • On the Microsoft Developer Community forums: https://developercommunity.visualstudio.com/content/problem/544946/azure-devops-msbuild-task-succeeds-despite-errors.html?childToView=569231#comment-569231

library configuration file not copied to referenced project

$
0
0

I've got a solution with two projects; a class library and a windows app. The windows app project references the class library and has the Copy Local attribute set to True. Visual Studio/MSBuild is not recognizing that the class library has a configuration file and does not copy it over to the windows app's bin\debug folder causing the app to crash because the library needs to look up setting in the configuration file. 

Does visual studio or msbuild have the ability to copy the configuration file without having to resort to post-build events?

[UWP] How to change app version through MS build.

$
0
0

Hi

We are creating automated UWP build through Jenkins.

We want to change app version to any version number(may not be sequential) through MS build. 

How we could achieve this?

Regards

Sandeep


sandeep chauhan

MSBUILD : Logger error MSB4104: Failed to write to log file Intermittent Issue

$
0
0

Hi Team,

We are using Azure Devops for our CI pipelines .We are using the Ms Build task to build the solution file with Create log file enabled. recently we have noticed following ms build errors sporadically. the Agent has all the Required Administrative permissions on the build server.And also excluded the agent folders as part of the scanning also.



Error Message:

MS BUILD : Logger error MSB4104: Failed to write to log file "E:\VstsAgent01\_work\374\s\***.sln.log". The process cannot access the file 'E:\VstsAgent01\_work\374\s\***.sln.log' because it is being used by another process.
##[error]Process 'msbuild.exe' exited with code '1'.


MSBuild Task Details:

Task         : MSBuild
Description  : Build with MSBuild
Version      : 1.151.0

Agent Version: 2.133.3

Agent.OS: Windows_NT

Could some one assist how to resolve such errors. 

Thanks in Advance


Ravi j


new TFS2018: work item pre-save events?

$
0
0
In TFS 2013 we were able to catch work item pre-save events and do field validation before a user saves the item. Is it possible in TFS 2018?

VS 2019 freezes every time after a library is built

$
0
0

I experience a strange behavior since switching to VS 2019. When I build a C# library, it looks like the build process in the output window went through (post build batch output is visible in the output window), but then the whole IDE freezes for about 5-20 seconds, before the last line

"========= Build: 1 succeeded, 0 failed, 0 up-to-date, 0 skipped =========="

appears. I never had this problem in previous versions of VS and did not change the solution parameters (though I installed IncediBuild with VS 2019, but did not use it yet). The behavior is repeatable.

I saw a lot of questions in the forum regarding similar build freezing problems, but they're all quite old and refer to older versions of VS.

Any hint is welcome :)

Unable to compile VSIX project that is a part of my solution using amd64 MSBuild from VS2015

$
0
0

I have this VSIX project that installs a control onto the Visual Studio toolbox.  I can compile my solution with this project without any issues when using the MSBuild from my directory: C:\Program Files (x86)\MSBuild\14.0\Bin.  However when I try to use the MSBuild from the amd64 directory: C:\Program Files (x86)\MSBuild\14.0\Bin\amd64  the build fails. 

I am using the 64bit msbuild to build my 64bit application, however my VSIX project is configured for ANYCPU for the platform.  When using the 64bit msbuild I get this error on my build machine:

(VerifyTargetVersion target) ->
  D:\BuildSystem15\OutsideView\packages\Microsoft.VSSDK.BuildTools.15.5.100\tools\VSSDK\Microsoft.VsSDK.targets(86,5):
error MSB4062: The "CompareBuildTaskVersion" task could not be loaded from the assembly D:\BuildSystem15\OutsideView\packages\Microsoft.VSSDK.BuildTools.15.5.100\tools\VSSDK\Microsoft.VisualStudio.Sdk.BuildTasks.15.0.dll. Could not load file or assembly 'file:///D:\BuildSystem15\OutsideView\packages\Microsoft.VSSDK.BuildTools.15.5.100\tools\VSSDK\Microsof
t.VisualStudio.Sdk.BuildTasks.15.0.dll' or one of its dependencies. An attempt was made to load a program with an incor
rect format. Confirm that the <UsingTask> declaration is correct, that the assembly and all its dependencies are availa
ble, and that the task contains a public class that implements Microsoft.Build.Framework.ITask. [D:\BuildSystem15\Outsi
deView\Source\OVDotNetApiControl\OVDotNetApiControl\OVDotNetApiControl.csproj]

Any ideas why this same solution would compile in the 32bit msbuild and not the amd64 msbuild?


Mike

can't create release app package for store UWP

$
0
0

I am creating an application with Ionic / Cordova that must work on Windows 10. The application works well when I build it from Visual Studio in "debug" and "x64" configuration. But when I want to create an app package from "Project"> "Store" > "Create App Package", it fails with error :

Error MSB6006 "ilc.exe" exited with code 1200

Digging deeper, I can find in the output tab the error :

System.InvalidOperationException: Le nom de propriété "MSBuildToolsPath" est réservé

It's in French, I can't get the equivalent in English, it seems to mean "Property name MSBuildToolsPath is reserved"

Complete error message :

Task "LoggerBasedExecTask"
1>    Task Parameter:Application=C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x86\ilc\ilc.exe
1>    Task Parameter:Parameters=@"build\windows\bld\ilc.CordovaApp.Windows10.rsp"
1>    Task Parameter:MessageLog=C:\QUALIOS\Sources\QualiosMobile_LW\Qualios\platforms\windows\build\windows\bld\ilc\ilclog.csv
1>    Task Parameter:UseCommandProcessor=False
1>    C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\x86\ilc\ilc.exe @"build\windows\bld\ilc.CordovaApp.Windows10.rsp" "/logger:CsvLogger;3472;3460"
1>    System.InvalidOperationException: Le nom de propriété "MSBuildToolsPath" est réservé.
1>       à Microsoft.Build.Shared.ErrorUtilities.ThrowInvalidOperation(String resourceName, Object[] args)
1>       à Microsoft.Build.Shared.ErrorUtilities.VerifyThrowInvalidOperation(Boolean condition, String resourceName, Object arg0)
1>       à Microsoft.Build.Construction.ProjectPropertyElement.CreateDisconnected(String name, ProjectRootElement containingProject)
1>       à Microsoft.Build.Construction.ProjectPropertyGroupElement.AddProperty(String name, String unevaluatedValue)
1>       à Microsoft.Build.Construction.ProjectRootElement.AddProperty(String name, String value)
1>       à ilc.Program.AddPropertiesToBlockEnvironmentVariables(ProjectRootElement rootElement)
1>       à ilc.Program.PrepareAndRunMsbuildTargets(Package package, String intermediatesFolderName, Boolean isAppX)
1>       à ilc.Program.RunIlc(String intermediatesFolderName)
1>       à ilc.Program.InnerMain(String[] args)
1>       à ilc.Program.Main(String[] args)
1>    ILC.exe has experienced an unexpected error. Please visit http://go.microsoft.com/fwlink/?LinkID=613098 for a list of known issues.
1>
1>    C:\Program Files (x86)\MSBuild\15.0\.Net\.NetNative\15.0.24211\Microsoft.NetNative.targets(640,5): error MSB6006: "ilc.exe" exited with code 1200.
1>    Output Property: _IlcExitCode=1200
1>  Done executing task "LoggerBasedExecTask" -- FAILED

Get Version Task failed unexpectedly

$
0
0

I have repaired Visual Studio, however this is what follows each time I try to Build my Web project:

Severity    Code    Description    Project    File    Line    Suppression State
Error        The "GetVersionTask" task failed unexpectedly.
System.ComponentModel.Win32Exception (0x80004005): The system cannot find the file specified
   at System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
   at System.Diagnostics.Process.Start()
   at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
   at InlineCode.GetVersionTask.Execute() in x:\Users\user\AppData\Local\Temp\(x)\(y)cs:line (x)
)   at Microsoft.Build.BackEnd.TaskExecutionHost.Microsoft.Build.BackEnd.ITaskExecutionHost.Execute()
   at Microsoft.Build.BackEnd.TaskBuilder.<ExecuteInstantiatedTask>d__26.MoveNext()   
I find it hard to understand what I am missing. It is a Win32Exception.


Build solution from code results in "The project file could not be loaded. Data at the root level is invalid. line 2, position 1.

$
0
0

Microsoft Visual Studio Solution File, Format Version 9.00

# Visual Studio 2005

Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "xxx", "xxx.csproj", "{E2CBE9E5-3W12-4A0C-B706-EF36WC16C254}"

EndProject

Global

GlobalSection(SolutionConfigurationPlatforms) = preSolution

Debug|Any CPU = Debug|Any CPU

Release|Any CPU = Release|Any CPU

EndGlobalSection

GlobalSection(ProjectConfigurationPlatforms) = postSolution

{E2CBD9E5-3B12-4F0C-B796-EF363C16C254}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

{E2CBD9E5-3B12-4F0C-B796-EF363C16C254}.Debug|Any CPU.Build.0 = Debug|Any CPU

{E2CBD9E5-3B12-4F0C-B796-EF363C16C254}.Release|Any CPU.ActiveCfg = Release|Any CPU

{E2CBD9E5-3B12-4F0C-B796-EF363C16C254}.Release|Any CPU.Build.0 = Release|Any CPU

{6E6CE376-34DF-492A-8006-F0542CEA05E5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU

{6E6CE376-34DF-492A-8006-F0542CEA05E5}.Debug|Any CPU.Build.0 = Debug|Any CPU

{6E6CE376-34DF-492A-8006-F0542CEA05E5}.Release|Any CPU.ActiveCfg = Release|Any CPU

{6E6CE376-34DF-492A-8006-F0542CEA05E5}.Release|Any CPU.Build.0 = Release|Any CPU

EndGlobalSection

GlobalSection(SolutionProperties) = preSolution

HideSolutionNode = FALSE

EndGlobalSection

EndGlobal

MSB4024 Error problem

$
0
0

Hi everyone,

I want to create dotnet core specflow project with xunit. I create File -> New -> Project -> Console App(.Net Core). I addedSpecflow and SpecFlow.Tools.MsBuild.Generationnuget package into the my project. And then build my project. VS throws this error messages:

  1. "The imported project file "C:\Users\SahaBT\.nuget\packages\specflow.tools.msbuild.generation\3.0.213\build\SpecFlow.Tools.MsBuild.Generation.targets" could not be loaded. Root element is missing. coreConsoleApp C:\Users\SahaBT\source\repos\coreConsoleApp\coreConsoleApp\obj\coreConsoleApp.csproj.nuget.g.targets 9"
  2. "Project "C:\Users\SahaBT\.nuget\packages\specflow.tools.msbuild.generation\3.0.213\build\SpecFlow.Tools.MsBuild.Generation.targets" was not imported by "C:\Users\SahaBT\source\repos\coreConsoleApp\coreConsoleApp\obj\coreConsoleApp.csproj.nuget.g.targets" at (9,5), due to the file being empty. coreConsoleApp C:\Users\SahaBT\.nuget\packages\specflow.tools.msbuild.generation\3.0.213\build\SpecFlow.Tools.MsBuild.Generation.targets 9"

Error code: MSB4024. What's problem ?, I don't know. My project can't build. Please help me, thanks.





How to build C# program from command line for VS 2019?

$
0
0

I build my VS 2019 C++ projects with a script that looks like this:

call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional\VC\Auxiliary\Build\vcvarsall.bat" x64
msbuild.exe  Viewer2.sln /t:Clean,Build /p:Configuration=Release /p:Platform=x64

if NOT ["%errorlevel%"]==["0"] pause

On another machine, I only have VS 2019 installed with C# tooling. On that machine there is no vcvarsall.bat file under Visual Studio 2019 directories, so I'm not sure how to script building the project so that I know that the version of msbuild.exe which is being used is correct. Do I have to just hard code the path the msbuild.exe on that machine? That doesn't seem correct.

Redirect Visual Studio 2017 build output to txt file in queue, the file is being used by other process after redirect the first solution build output

$
0
0

Hi,

I have many solutions of VS 2017 15.8 to be built, I use batch command to build them in queue and redirect the build output to a '.txt' file. When the first solution build finished and the output is redirected to the .txt file, but the second solution failed to redirect output to the file with error: "The process is being used by other process." I use 'devenv.exe' to do build and I checked the task list in OS, when the error occurred, the process of 'devenv.exe' has already been closed.

So I am not sure what is using the log file. It seems that redirect the output to log action has not finished when trying to redirect the next solution. I tried to add a timeout for 1 second before the second solution start and it works.

My Environment:

Works well: 

    VS 2017 Enterprise 15.5 with Win 7 SP1

Not Works:

    VS 2017 Enterprise 15.8 with Win 10 1809

Could any one help?

Project file VCTargetsPatch.vcxproj cannot find Visual Studio 2019 Build Tools (even though I have them)

$
0
0

Hi.  I'm not sure if this is the right place for this--please move it isn't.

As the title says, I have an error about Visual Studio 2019 Build Tools not being found.  I installed them using Chocolatey, and then added the components I wanted using the Visual Studio Installer that came with Visual Studio 2019, so I do have them.  What I'm trying to do is generate solution and project files for Emscripten using CMake (I'll send an email to the CMake users mailing list after this as well; I just wanted to post this here as well since there might something wrong with the Build Tools or I just don't know how to make the .vcxproj file find the Build Tools (the second one is definitely true though)).  

This is the message I have in the output window in the IDE:

"C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj : warning  : The build tools for Visual Studio 2019 (v142) cannot be found. Install Visual Studio 2019 (v142) to build using the Visual Studio 2019 (v142) build tools.

C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj : warning  : Platform '[Win64, 0]' referenced in the project file 'VCTargetsPath' cannot be found.
error : Designtime build failed for project 'C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj' configuration 'Debug|Win64'. IntelliSense might be unavailable.
 Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate."

Any help would be appreciated.  Thanks in advance.

Edit: Actually, instead of the CMake mailing list, I think I should open an issue at the Emscripten GitHub repo about it.  I'll ask at the CMake mailing list if I need to do after that.

Edit: Before I forget, here's the output from when I ran CMake at the command line to try to generate the project files:

"

CMake Error at CMakeLists.txt:3 (project):
  Failed to run MSBuild command:
    C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe
  to get the value of VCTargetsPath:
    Microsoft (R) Build Engine version 16.0.461+g6ff56ef63c for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    Build started 4/27/2019 3:11:32 AM.
    Project "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" on node 1 (default targets).
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Debug'  Platform='Win64'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj]
    Done Building Project "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" (default targets) -- FAILED.
    Build FAILED.
    "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" (default target) (1) ->
    (_CheckForInvalidConfigurationAndPlatform target) ->
      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Debug'  Platform='Win64'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj]
        0 Warning(s)
        1 Error(s)
    Time Elapsed 00:00:02.46

  Exit code: 1

-- Configuring incomplete, errors occurred!
See also "C:/emscripten/build/CMakeFiles/CMakeOutput.log"."

So there actually is something there about MSBuild.  

microsoft ace oledb 12.0 provider is not registered on the local machine

$
0
0
I have a program I created in VB 2017 and distributed to two other PC's. The have been working for months and then two nights ago I started getting errors. When I pull the program up in the VB 2017 program I get the "microsoft ace oledb 12.0 provider is not registered on the local machine" . I've reinstalled the Access Engines and still the same error. Any ideas?

Project file VCTargetsPatch.vcxproj cannot find Visual Studio 2019 Build Tools (even though I have them)

$
0
0

Hi.  I'm not sure if this is the right place for this--please move it isn't.

As the title says, I have an error about Visual Studio 2019 Build Tools not being found.  I installed them using Chocolatey, and then added the components I wanted using the Visual Studio Installer that came with Visual Studio 2019, so I do have them.  What I'm trying to do is generate solution and project files for Emscripten using CMake (I'll send an email to the CMake users mailing list after this as well; I just wanted to post this here as well since there might something wrong with the Build Tools or I just don't know how to make the .vcxproj file find the Build Tools (the second one is definitely true though)).  

This is the message I have in the output window in the IDE:

"C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj : warning  : The build tools for Visual Studio 2019 (v142) cannot be found. Install Visual Studio 2019 (v142) to build using the Visual Studio 2019 (v142) build tools.

C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj : warning  : Platform '[Win64, 0]' referenced in the project file 'VCTargetsPath' cannot be found.
error : Designtime build failed for project 'C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj' configuration 'Debug|Win64'. IntelliSense might be unavailable.
 Set environment variable TRACEDESIGNTIME = true and restart Visual Studio to investigate."

Any help would be appreciated.  Thanks in advance.

Edit: Actually, instead of the CMake mailing list, I think I should open an issue at the Emscripten GitHub repo about it.  I'll ask at the CMake mailing list if I need to do after that.

Edit: Before I forget, here's the output from when I ran CMake at the command line to try to generate the project files:

"

CMake Error at CMakeLists.txt:3 (project):
  Failed to run MSBuild command:
    C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/MSBuild/Current/Bin/MSBuild.exe
  to get the value of VCTargetsPath:
    Microsoft (R) Build Engine version 16.0.461+g6ff56ef63c for .NET Framework
    Copyright (C) Microsoft Corporation. All rights reserved.
    Build started 4/27/2019 3:11:32 AM.
    Project "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" on node 1 (default targets).
    C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Debug'  Platform='Win64'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj]
    Done Building Project "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" (default targets) -- FAILED.
    Build FAILED.
    "C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj" (default target) (1) ->
    (_CheckForInvalidConfigurationAndPlatform target) ->
      C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\MSBuild\Current\Bin\Microsoft.Common.CurrentVersion.targets(775,5): error : The OutputPath property is not set for project 'VCTargetsPath.vcxproj'.  Please check to make sure that you have specified a valid combination of Configuration and Platform for this project.  Configuration='Debug'  Platform='Win64'.  You may be seeing this message because you are trying to build a project without a solution file, and have specified a non-default Configuration or Platform that doesn't exist for this project. [C:\emscripten\build\CMakeFiles\3.14.3\VCTargetsPath.vcxproj]
        0 Warning(s)
        1 Error(s)
    Time Elapsed 00:00:02.46

  Exit code: 1

-- Configuring incomplete, errors occurred!
See also "C:/emscripten/build/CMakeFiles/CMakeOutput.log"."

So there actually is something there about MSBuild.  

Viewing all 2763 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>