Dotneteer / spectnetide

ZX Spectrum IDE with Visual Studio 2017 and 2019 integration
MIT License
206 stars 27 forks source link

Unable to create project (preview 2) #166

Closed altexa closed 4 years ago

altexa commented 4 years ago

Unable to create project. Following instructions here; https://dotneteer.github.io/spectnetide/getting-started/create-zx-spectrum-48k-project-2#article

This is a fresh install of visual studio 2019 community. I installed the extension according to the instructions here: https://dotneteer.github.io/spectnetide/getting-started/install-spectnetide-2#article

When I give the project name and click create I get : image

Dotneteer commented 4 years ago

Hi @altexa, I'm travelling during the next 8 days, I have no opportunity to look into the SpectNetIDE code unless I'm back :-(.

altexa commented 4 years ago

No hurry :) I'll try installing more 'bits' of VS to see if that helps

maziac commented 4 years ago

Same problem here. I also installed a fresh copy of VS2019.

Dotneteer commented 4 years ago

(@altexa, sorry for the late answer, I was travelling around the world in the last three weeks, now I'm settled :-) .)

@altexa, @maziac, I did not manage to reproduce the issue. Nonetheless, I made an experiment.

I removed VS 2019 Community and after restarting my machine, I installed it again with selecting only the .NET desktop development only workload. After that, I could set up SpectNetIDE and create a new ZX Spectrum project.

Nonetheless, my standard VS 2019 setup uses two other workloads, ASP.NET and web development, and Visual Studio Extension development, too -- but as the experience shows, these are not required for running SpectNetIDE.

I used VS 2019 Community v16.4.2

Please check if this info helps.

maziac commented 4 years ago

It's working now for me. After installing .NET desktop development the error is gone. Thanks.

Dotneteer commented 4 years ago

Woooh. Thanks, @maziac, I add this learning to the documentation.

altexa commented 4 years ago

Confirmed…adding the .NET desktop development bundle fixed the problem.

Many thanks!

From: Istvan Novak notifications@github.com Sent: 23 December 2019 14:19 To: Dotneteer/spectnetide spectnetide@noreply.github.com Cc: altexa alt_x_a@yahoo.fr; Mention mention@noreply.github.com Subject: Re: [Dotneteer/spectnetide] Unable to create project (preview 2) (#166)

Woooh. Thanks, @maziac https://github.com/maziac , I add this learning to the documentation.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/Dotneteer/spectnetide/issues/166?email_source=notifications&email_token=AIFF65TNK2I7ZXBDD2WFHI3Q2C3FBA5CNFSM4JWRV3VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHRDL4Q#issuecomment-568473074 , or unsubscribe https://github.com/notifications/unsubscribe-auth/AIFF65UBZW7LMKC4O3UFGFTQ2C3FBANCNFSM4JWRV3VA . https://github.com/notifications/beacon/AIFF65US76KXNVECFO2YLSDQ2C3FBA5CNFSM4JWRV3VKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHRDL4Q.gif

Dotneteer commented 4 years ago

Fixed in Preview 3.