Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New project from template M# ASP.NET Core - MVC Microservice, error #54

Open
AliBayatGH opened this issue Oct 22, 2019 · 2 comments
Open

Comments

@AliBayatGH
Copy link

I am getting the following error every time I create a new M# ASP.NET Core - MVC Microservice project in Visual Studio 2019

The vstemplate file references the wizard class 'MSharp.AddNew.MvcTemplate.MicroserviceTemplateWizard', which does not exist in the assembly 'MSharp.AddNew, Version=1.1.1.1, Culture=neutral, PublicKeyToken=733bef6714186f66'.

Any way I can fix it?

@s-amani
Copy link

s-amani commented Mar 23, 2021

I am getting the same error.

@HosseinKhatibi-Geeks
Copy link

HosseinKhatibi-Geeks commented Apr 8, 2021

I am getting the same error.

Hi,
Please make sure that you have the most Updated msharp-build installed on your system.

Update Command:
C:\> dotnet tool update --global msharp-build

If this doesn't fix your problem in visual studio, You can always use command line for creating new Microservice M# project:
C:\Projects\> msharp-build /new-ms /n:"ProjectName"

to find out more about this, check here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants