-
Notifications
You must be signed in to change notification settings - Fork 205
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
ASP.NET MVC 5 508349B6-6B84-4DF5-91F0-309BEEBAD82D #376
Comments
You're referring to the Custom Scaffolder project template? |
My Project use ASP.NET MVC 5 template, and I have added users, roles management. I have commented the ItemGroup to be able to compile the VSIX NB: I do not know exactly what is the use made by "ASP.NET MVC 5 template" of this ItemGoup. |
I did some research about ItemGroup. My project template come from a project I'm writing some time ago and from which I wanted to extract only the users and roles management part. This project was using Data First generation with an .edmx file and therefore the use of a T4 template for code generation (this is where the ItemGroup is included in .csproj), this ItemGroup remained present in .csproj after deleting the file .edmx. Anyway it seems that the use of a code first model generating a T4 template is a problem for SideWaffle. Sorry for the poor translation French-> English Best regard |
found same ref in old wpf .net core project that come from more old project file; but my project compileable with it; |
whith this item in csproj:
<ItemGroup> <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" /> </ItemGroup>
Compilation failed with error: 508349B6-6B84-4DF5-91F0-309BEEBAD82D file not found
The text was updated successfully, but these errors were encountered: