Import-Module : Could not load file or assembly 'T4Scaffolding' or one of its d
ependencies. Invalid pointer (Exception from HRESULT: 0x80004003 (E_POINTER))
At C:\CodeForceSystem\packages\T4Scaf...
Id #56 | Release:
None
| Updated: Jun 3 at 12:22 AM by compmks | Created: Jun 3 at 12:22 AM by compmks
We have several T4 templates which contain accented letters. When these templates are scaffolded, the accents are changed to gibberish.
Example:
"Retour à la liste" becomes "Retour à la liste" w...
Id #55 | Release:
None
| Updated: Jan 22 at 6:25 PM by HungryLikeTheWolf | Created: Jan 22 at 6:25 PM by HungryLikeTheWolf
MVCScaffolding gives "Cannot find primary key property for type 'SampleMvcApp.Models.TeamMember'. Multiple properties appear to be primary keys: TeamId, EmployeeId" error for following entity.
pub...
Id #54 | Release:
None
| Updated: Jan 18 at 10:14 AM by Saigiridhark | Created: Jan 18 at 10:14 AM by Saigiridhark
Brand new installation of VS2012 express web on Win7 x64
Create a brand new MVC3 project
package manager console << Install-Package MvcScaffolding
right-click on Controllers folder
select Add > C...
Id #53 | Release:
None
| Updated: Dec 15, 2012 at 9:38 AM by TWolverson | Created: Dec 14, 2012 at 12:39 PM by TWolverson
To recreate (not certain all of these are necessary):
Add new Sql Server Database Project to solution (eg "SQL")
Add new Class Library to solution (eg "DAL")
Add new ASP.NET MVC 4 Web Application...
Id #52 | Release:
None
| Updated: Dec 13, 2012 at 3:33 PM by jostevenson | Created: Nov 13, 2012 at 2:55 AM by jostevenson
I was using mvc scaffolding for a while now and last week I did a few updates for VS extensions and packages. I now get an error when I create a controller. See attachment
Id #51 | Release:
None
| Updated: Nov 2, 2012 at 10:52 AM by JohannBlais | Created: Jul 24, 2012 at 12:15 PM by gbelzile
Scaffolding creates dbcontext and controllers. DbSet are plural in the DbContext and singular in controllers. Needless to say, it doesn't compile and I have to fix either context or controller. Sho...
Id #50 | Release:
None
| Updated: Mar 12, 2012 at 11:48 AM by GiorgioBozio | Created: Mar 12, 2012 at 11:48 AM by GiorgioBozio
As described in this issue: http://mvcscaffolding.codeplex.com/workitem/9, there is no way to set a default pluralization culture to Get-PluralizedWord and Get-SingularizedWord commands, even if th...
Id #49 | Release:
None
| Updated: Sep 28, 2012 at 6:52 PM by LeonelSanches | Created: Mar 1, 2012 at 1:50 AM by LeonelSanches
Be great if you could either via the MetadataType attribute, or by convention (<entity>MetaData), pick up meta data from a buddy class to support where using existing model classes that have been g...
Id #48 | Release:
None
| Updated: May 27 at 12:33 AM by VeXHarbinger | Created: Jan 26, 2012 at 2:17 PM by bakesteve
Given the following model, the command "scaffold controller Subject" will crash visual studio, presumably due to a stack overflow. Removing the ParentId and Parent properties resolves the issue.
...
Id #47 | Release:
None
| Updated: Nov 13, 2012 at 3:21 AM by jostevenson | Created: Jan 18, 2012 at 2:22 AM by kbaltrinic