Changes
Page history
Update how to setup a windows build with visual studio
authored
Sep 03, 2019
by
Kuppe, Christian
Hide whitespace changes
Inline
Side-by-side
how-to-setup-a-windows-build-with-visual-studio.md
View page @
29e0dc21
...
...
@@ -25,14 +25,6 @@
*
set only the src as project folder.
###### Solve XSD error:
1.
Start Visual Studio 2019 Developer Command Prompt as __Admin__. (Type "dev" in the search box,...)
2.
XSD depends on the CodeProvider. We install the CodeProvider dll in the GAC. I typed (in the command window):
"C:
\P
rogram Files (x86)
\M
icrosoft SDKs
\W
indows
\v
10.0A
\b
in
\N
ETFX 4.8 Tools
\g
acutil.exe" -i "%DevEnvDir%
\P
ublicAssemblies
\C
ppCodeProvider.dll"
Your path to gacutil.exe can be different. The second part is the important one.
###### Solve CL.exe exit with error code 1:
*
compile with VS compiler flag /bigobj
...
...
...
...