Posts by Pedro • 144 points
7 posts
-
2
votes1
answer707
viewsA: Visual Studio Error - Cannot find name 'Record'
Updates Typescript to a more up-to-date version. This link has the file for VS2015: https://www.microsoft.com/en-us/download/confirmation.aspx?id=48593…
-
1
votes1
answer809
viewsQ: Query using LINQ and Nhibernate
I need help in a query you should search for: PK_PARENT, NOME_PAI, {NOME_FILHO1, NOME_FILHO2, ..., NOME_FILHO*} For research I have already tried to do research in some ways like: var listaPai =…
-
1
votes1
answer177
views -
2
votes1
answer94
viewsQ: How to implement jQuery Filer Plugin?
I’m trying to implement a component for uploading images with thumbnails, and I’ve spent a lot of time looking for one that suits my needs. After a day of searching I found jQuery Filer. Anyway, I’m…
-
2
votes1
answer77
viewsQ: Which components should I use for color and photo selection in ASP.NET?
I have an ASP.NET solution using bootstrap for page styling and would like recommendations for two component types: One for colors, returning color code in hexadecimal, for example: ffffff or…
-
1
votes2
answers265
viewsA: Error Nhibernate System.Invalidcastexception - Manytoonetype to Componenttype
@Fernando managed to solve the problem. It was really the note:.Cascade.All(); The model classes remained the same, what changed were the mapping classes. public class ClassePrincipalMap :…
-
3
votes2
answers265
viewsQ: Error Nhibernate System.Invalidcastexception - Manytoonetype to Componenttype
Exception: System.Invalidcastexception: It is not possible to convert an object of type 'Nhibernate.Type.Manytoonetype' to type 'Nhibernate.Type.Componenttype''. The classes involved are: public…