asp.net-mvc-scaffolding Questions
4
So. I created a fresh new project with Visual Studio Pro 2019 (v16.11.9) using the model ASP.NET Core with Angular. I set the authentication option to Individual User Accounts.
I got a working scaf...
Untitled asked 10/3, 2022 at 16:7
11
Solved
I'm using VS 2013 RTM Ultimate, and when I try to add a Controller to my MVC 5 project I get the following error:
"There was an error running the selected code generator: 'The Parameter searchFold...
Convergent asked 28/10, 2013 at 3:43
30
Solved
I created an MVC 5 application in VS 2013 Professional and then used EF 6.1 code first with an existing DB on SQL Server Express. When I try to create the views I’m using the “New scaffolded item…”...
Rollie asked 10/5, 2014 at 1:40
1
We try to use ASP.NET MVC Scaffolding (
http://blog.stevensanderson.com/2011/01/13/scaffold-your-aspnet-mvc-3-project-with-the-mvcscaffolding-package , http://mvcscaffolding.codeplex.com/). Great t...
Florafloral asked 29/5, 2012 at 10:46
3
Solved
I was developing a Web-App with Asp.Net Core 2.1 . After I added the new identity with scaffolder it generated me these codes:
Code generated in IdentityStartup.cs
[assembly:HostingStartup(typeo...
Michael asked 13/7, 2018 at 5:36
6
Solved
As in previous versions of Entity Framework, is it possible in Entity Framework Core to reverse engineer only the selected tables of an existing database to create model classes out of them. ...
Versieversification asked 21/8, 2016 at 15:18
6
Solved
I'm trying to generate Identity Account\Login and Account\Register pages in a new project. I've tried both .NET Core 3.1 and .NET 5; in both cases, even when it's a new project, I receive the follo...
Enamel asked 12/5, 2021 at 23:51
11
Solved
I have a beginner ASP.NET Core project in Visual Studio 2017, and I am at the scaffolding step of the HelloWorld. The Scaffolding does not work, I tested on a first computer, then at a second one.....
Routine asked 17/7, 2017 at 8:23
3
If I right click an MVC website project and choose Add->Area... then type in the area name and hit "Add". I get :
"There was an error running the selected code generator: 'Value does
not fall w...
Comical asked 11/3, 2014 at 8:39
8
Solved
When I was creating a Controller and a View by MVC Controller with views, using Entity Framework I got an error.
The Error is:
There was an error running the selected code generator: 'Could not...
Kenzi asked 3/1, 2018 at 16:14
25
Solved
I'm creating a new view off of a model.
The error message I am getting is
Error
There was an error running the selected code generator:
'Access to the path
'C:\Users\XXXXXXX\AppData\Loca...
Fortuna asked 12/11, 2013 at 4:25
0
I'm attempting to create a Custom Scaffold Extension for .NET Framework and Visual Studio 2019. I do not want to overwrite the default MVC T4 templates. I'm trying to do something like:
https://m...
Ovenware asked 26/4, 2020 at 17:38
3
Solved
I'm using Visual Studio 2013 and ASP.Net MVC 5. I've created a bunch of views for my models and then I've changed them. I want to run scaffolding on some models and create some views automatically ...
Uwton asked 12/12, 2013 at 23:12
3
I've just updated my Visual Studio 2017 ASP.NET MVC 5 application from Bootstrap v3 to v4. I'm finding when I add a new edit partial view using scaffolding, it is still using the Bootstrap v3 CSS c...
Riles asked 3/4, 2018 at 21:20
3
Solved
Currently trying Rider (JetBrains IDE for .Net). I used to work on Visual Studio Enterprise for c# asp.net MVC projects, and i'd like to know if there's a way (on Rider) to do like the "Add -> view...
Garrik asked 25/4, 2018 at 16:40
5
Solved
I'm using ASP.NET MVC5 and VS2013
I've tried to copy CodeTemplates folder from
C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\IDE\VWDExpress\ItemTemplates\CSharp\Web\MVC 4\CodeTem...
Ramses asked 17/11, 2013 at 23:2
4
Solved
Now that I figured out how to enable scaffolding in ASP.NET Core MVC (see View scaffold templates in ASP.NET Core), I'd like to create custom template files for Views. I found one place that said t...
Bruiser asked 14/7, 2016 at 19:43
0
I've started a new .net core 2 project and I'm trying to import a MySQL database to entity framework.
I use this command to scaffold the DB:
Scaffold-DbContext "server=localhost;port=3306;user id=...
Epiboly asked 27/9, 2017 at 13:51
1
I have a simple domain model in an external assembly. This model uses DTOs to communicate with a couple service classes. It does not use Entity Framework.
In Visual Studio 2012 I could select my D...
Songster asked 24/10, 2015 at 12:47
3
I'm trying to work on a simple application.
I have three SQL tables brought in through Entity Framework and had the models created automatically.
I want to be able to scaffold out the Create/Detail...
Bebel asked 23/4, 2015 at 16:9
3
Solved
I am developing an ASP.NET MVC 5 project. (not ASP.NET 5). Recently I switched to VS 2015. Now I decided I would like to create customized scaffolded Views and Controllers for my EF entities. So I ...
Schwartz asked 12/8, 2015 at 7:12
16
Solved
PROBLEM:
I have updated to Visual Studio 2013 update 2 and now I cannot scaffold controllers.
The problem is not project specific: when I try to scaffold a controller, I get the following error ...
Eternize asked 28/5, 2014 at 11:17
6
Solved
When creating controller in MVC 6 I don't see the scaffolding for creating controller methods? Will they be missing or in the production release?
Alevin asked 4/5, 2015 at 21:8
1
I have created an .Net Core MVC6 application targeting net461. I have used a project structure I am very familiar with in which I place the data, model, and service classes in separate class librar...
Paleozoology asked 5/6, 2016 at 19:20
3
Solved
When I try to create a New Scaffolded Item in my website project, I get the following message:
Error
There was an error running the selected code generator:
'There was an error getting the type 'S...
Thermoluminescent asked 21/10, 2015 at 13:57
1 Next >
© 2022 - 2025 — McMap. All rights reserved.