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

ASP.NET MVC 5 508349B6-6B84-4DF5-91F0-309BEEBAD82D #376

Open
jalvarez54 opened this issue Apr 28, 2016 · 4 comments
Open

ASP.NET MVC 5 508349B6-6B84-4DF5-91F0-309BEEBAD82D #376

jalvarez54 opened this issue Apr 28, 2016 · 4 comments

Comments

@jalvarez54
Copy link

jalvarez54 commented Apr 28, 2016

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

@sayedihashimi
Copy link
Member

You're referring to the Custom Scaffolder project template?

@jalvarez54
Copy link
Author

jalvarez54 commented Apr 29, 2016

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

capture
)

NB: I do not know exactly what is the use made by "ASP.NET MVC 5 template" of this ItemGoup.

@jalvarez54
Copy link
Author

jalvarez54 commented Apr 30, 2016

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

@mzayarnyuk
Copy link

found same ref in old wpf .net core project that come from more old project file; but my project compileable with it;

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