Posts by Flavio Vissoto • 43 points
6 posts
-
0
votes1
answer51
viewsQ: IIS7 and ASPX Windows Server 2008
Good evening, gentlemen, I have a problem with an application. This application was developed in ASPX and was running on a Windows server 2005 normally, but the server has been upgraded to Windows…
-
0
votes1
answer140
viewsQ: WYSIWYG editor with code style
I am creating a website where I will post some code snippets (as if it were a backup of my codes), and for this, I am using ASP.NET MVC. Almost everything is ready, what is missing is a WYSIWYG…
-
1
votes2
answers907
viewsA: Trustlevel error
Rodrigo, this same problem happened to me. I created an application where I used Ioc with Ninject, but for Ninject to work, the application cannot be configured as Mediumtrust, the non-Locaweb of…
asp.netanswered Flavio Vissoto 43 -
2
votes1
answer1102
viewsQ: Fluent Nhibernate - Composite Key Mapping
Greetings, I’m having a hard time and I can’t fix it. I have an application where I created the mapping and everything was working perfectly, but now I need to change it and that’s where the problem…
-
0
votes2
answers734
viewsA: Error passing values to @Html.Dropdownlist
The problem is that you’re passing one List<Atividade> instead of a List<SelectListItem>. Try to do that: public ActionResult AssociarDependencia(int codigoMilestone, int…
-
1
votes1
answer409
viewsQ: ASP.NET MVC: Automapper and Nhibernate
Good night, I have a problem. I am using nhibernate to connect to my database and also use Automapper to map my Entities to my Viewmodel. But when I select the entity I have several relationships…