Thread overview
[Issue 18978] Cannot create new projects in 0.47.0-beta1
Jun 15, 2018
Rainer Schuetze
Jun 17, 2018
Rainer Schuetze
Jun 25, 2018
Thomas
June 15, 2018
https://issues.dlang.org/show_bug.cgi?id=18978

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@gmx.de> ---
Thanks for the report. The projects are now based on a wizard for more control over the used features.

Unfortunately, the installer places VisualDWizard.dll into the wrong directory for VS2017. If you don't want to wait for the next installer, you can fix it by moving

"c:\Program Files (x86)\Microsoft Visual
Studio\2017\Community\PublicAssemblies\VisualDWizard.dll"

to

"c:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\PublicAssemblies\VisualDWizard.dll"

--
June 17, 2018
https://issues.dlang.org/show_bug.cgi?id=18978

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
fixed in https://github.com/dlang/visuald/releases/tag/v0.47.0-beta2

--
June 25, 2018
https://issues.dlang.org/show_bug.cgi?id=18978

Thomas <thomas.hedstrom@mail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |VERIFIED

--