Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to create new Prism project in a solution

Tags:

c#

prism

I have a solution with a number of prism projects in all created and working fine. Im trying to create a new prism project and its giving the error:

The vstemplate file references the wizard class Prism.visualStudio.wizards.selectcontainerwizard. which does not exist in the assembly Prism.visualstudio.wizards version =1.0.0.0.

I have tried reinstalling the prism templates pack view the manage extensions with no change. btw i have prism template pack 2.3.0 installed

Thanks in advance

like image 612
Akiel Avatar asked Dec 14 '20 13:12

Akiel


1 Answers

Hopefully this helps someone else. After checking my visualstudio install found it needed updating to 16.8.3, Ran update, relaunched VS an all is good and working fine

like image 68
Akiel Avatar answered Nov 14 '22 15:11

Akiel