You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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"
I am getting the following error every time I create a new
M# ASP.NET Core - MVC Microservice
project in Visual Studio 2019Any way I can fix it?
The text was updated successfully, but these errors were encountered: