Thread overview
[Issue 21028] Cannot create new D project on user account
Jul 08, 2020
IGotD-
Jul 08, 2020
Rainer Schuetze
Jul 09, 2020
IGotD-
Jul 09, 2020
Rainer Schuetze
Jul 09, 2020
IGotD-
Jul 19, 2020
Rainer Schuetze
July 08, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

--- Comment #1 from IGotD- <qalr45xa@kittymail.com> ---
Problem seen with version VisualD 1.0.0.

--
July 08, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

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

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

--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> ---
I can reproduce. For some reason, the installed manifest file (usually in "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\Rainer Schuetze\VisualD\1.0\extension.vsixmanifest") has bad access rights and is not readable for standard users.

If this is corrected, creating projects works.

--
July 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

--- Comment #3 from IGotD- <qalr45xa@kittymail.com> ---
The access rights of the extension.vsixmanifest was wrong, that users couldn't read it. Changing extension.vsixmanifest to allow read access for users doesn't change that you are unable to create new D projects. There must be something more that stops VS2019 from realize that you can have D projects.

VisualD extension shows up in the Extension menu when starting up without a project at least.

--
July 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
You have to force a rescan of the extensions aswell. This can be done manually by touching the file "c:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\Extensions\extensions.configurationchanged" and restarting Visual Studio.

--
July 09, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

--- Comment #5 from IGotD- <qalr45xa@kittymail.com> ---
Touching the file extensions.configurationchanged finally made the D projects appear, thank you.

--
July 19, 2020
https://issues.dlang.org/show_bug.cgi?id=21028

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

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

--- Comment #6 from Rainer Schuetze <r.sagitario@gmx.de> ---
Fixed in https://github.com/dlang/visuald/releases/tag/v1.0.1-beta1

--